new_site/_config.yml

96 lines
2.4 KiB
YAML

# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
name: Your Name
email: you@example.com
description: > # this means to ignore newlines until "url:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
last_updated: July 5, 2016
url: # the base hostname & protocol for your site
baseurl: /al-folio/ # the subpath of your site, e.g. /blog/
# Social
github_username: # put your github username
twitter_username: # put your twitter username
linkedin_username: # put your linkedin username
scholar_authorid: # put your google scholar author id
contact_note: >
You can even add a little note about which of these is the best way to reach you.
# Footer text
footer_text: >
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
# Blog
blog_name: al-folio
blog_description: simple whitespace theme for academics
# Collections
collections:
news:
defaults:
layout: post
output: true
permalink: /news/:path/
projects:
output: true
permalink: /projects/:path/
poetry:
output: true
permalink: /poetry/:path/
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Build settings
markdown: kramdown
highlighter: pygments
# Pagination
paginate: 15
permalink: /blog/:year/:title/
paginate_path: /blog/page:num/
# Includes
include: ['_pages']
# Gems
gems: [jekyll-paginate]
# Emoji support
emoji_dir: /assets/img/emoji
# Jekyll-Scholar
scholar:
last_name: Einstein
style: apa
locale: en
sort_by: year
order: descending
source: /_bibliography/
bibliography: papers.bib
bibliography_template: bib
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
# -----------------------------------------------------------------------------
# Other advanced settings (don't touch if you are not sure)
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.6.0"