158 lines
4.5 KiB
YAML
158 lines
4.5 KiB
YAML
# -----------------------------------------------------------------------------
|
|
# Site settings
|
|
# -----------------------------------------------------------------------------
|
|
|
|
title: 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.
|
|
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>.
|
|
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
|
|
|
|
url: # the base hostname & protocol for your site
|
|
baseurl: /al-folio # the subpath of your site, e.g. /blog/
|
|
last_updated: false # set to true if you want to display last updated in the footer
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Layout
|
|
# -----------------------------------------------------------------------------
|
|
|
|
navbar_fixed: true
|
|
footer_fixed: true
|
|
# TODO: add layout settings (single page vs. multi-page)
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Social integration
|
|
# -----------------------------------------------------------------------------
|
|
|
|
github_username: # your GitHub user name
|
|
twitter_username: # your Twitter handle
|
|
linkedin_username: # your LinkedIn user name
|
|
scholar_userid: # your Google Scholar ID
|
|
orcid_id: # your ORCID ID
|
|
contact_note: >
|
|
You can even add a little note about which of these is the best way to reach you.
|
|
|
|
google_analytics: UA-XXXXXXXXX # out your google-analytics code
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Blog
|
|
# -----------------------------------------------------------------------------
|
|
|
|
blog_name: al-folio
|
|
blog_description: a simple whitespace theme for academics
|
|
permalink: /blog/:year/:title/
|
|
|
|
# Pagination
|
|
pagination:
|
|
enabled: true
|
|
collection: 'posts'
|
|
permalink: /page/:num/
|
|
per_page: 3
|
|
sort_field: 'date'
|
|
sort_reverse: true
|
|
trail:
|
|
before: 1 # The number of links before the current page
|
|
after: 3 # The number of links after the current page
|
|
|
|
# Comments
|
|
disqus_shortname: al-folio # put your disqus shortname
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Collections
|
|
# -----------------------------------------------------------------------------
|
|
|
|
collections:
|
|
news:
|
|
defaults:
|
|
layout: post
|
|
output: true
|
|
permalink: /news/:path/
|
|
projects:
|
|
output: true
|
|
permalink: /projects/:path/
|
|
|
|
news_limit: 5
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Jekyll settings
|
|
# -----------------------------------------------------------------------------
|
|
|
|
# Markdown and syntax highlight
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
highlight_theme: github # https://github.com/jwarby/jekyll-pygments-themes
|
|
kramdown:
|
|
input: GFM
|
|
syntax_highlighter_opts:
|
|
css_class: 'highlight'
|
|
span:
|
|
line_numbers: false
|
|
block:
|
|
line_numbers: true
|
|
start_line: 1
|
|
|
|
# Includes & excludes
|
|
include: ['_pages']
|
|
exclude: [vendor]
|
|
|
|
# Plug-ins
|
|
plugins:
|
|
- jekyll-email-protect
|
|
- jekyll-paginate-v2
|
|
- jekyll/scholar
|
|
- jemoji
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# 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: "@*"
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Optional Features
|
|
# -----------------------------------------------------------------------------
|
|
|
|
enable_google_analytics: false
|
|
enable_katex: true
|
|
enable_mansory: false
|
|
enable_progressbar: false
|
|
enable_tooltips: false
|
|
show_social_icons: false
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Library versions
|
|
# -----------------------------------------------------------------------------
|
|
|
|
academicons_version: "1.8.6"
|
|
bootstrap_version: "4.4.1"
|
|
fontawesome_version: "5.11.2"
|
|
highlight_version: "9.15.10"
|
|
jquery_version: "3.4.1"
|
|
katex_version: "0.11.1"
|
|
mdb_version: "4.8.10"
|
|
popper_version: "1.15.0"
|