70 lines
1.3 KiB
YAML
70 lines
1.3 KiB
YAML
# Site settings
|
|
name: Your Name
|
|
email: you@example.com
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
A simple, whitespace theme for academics. Based on *folio theme.
|
|
|
|
url: # the base hostname & protocol for your site
|
|
baseurl: # the subpath of your site, e.g. /blog/
|
|
twitter_username: twitter_username
|
|
github_username: github_username
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
highlighter: pygments
|
|
|
|
# Math support
|
|
kramdown:
|
|
math_engine: mathjax
|
|
|
|
# Pagination
|
|
paginate: 15
|
|
permalink: /blog/:year/:title/
|
|
paginate_path: /blog/page:num/
|
|
|
|
# Includes
|
|
include: ['_pages']
|
|
|
|
# Emoji support
|
|
emoji_dir: /assets/img/emoji
|
|
|
|
# Collections
|
|
collections:
|
|
news:
|
|
defaults:
|
|
layout: post
|
|
output: true
|
|
permalink: /news/:path/
|
|
projects:
|
|
output: true
|
|
permalink: /projects/:path/
|
|
poetry:
|
|
output: true
|
|
permalink: /poetry/:path/
|
|
|
|
# Jekyll-Scholar
|
|
scholar:
|
|
|
|
style: apa
|
|
locale: en
|
|
|
|
sort_by: year
|
|
order: descending
|
|
|
|
source: /_bibliography/
|
|
bibliography: references.bib
|
|
bibliography_template: "{{reference}}"
|
|
|
|
replace_strings: true
|
|
join_strings: true
|
|
|
|
details_dir: bibliography
|
|
details_layout: bibtex.html
|
|
details_link: Details
|
|
|
|
query: "@*"
|
|
|
|
# Advanced (don't touch if you are not sure what it is)
|
|
jquery_version: "1.11.1"
|
|
katex_version: "0.1.1"
|