# ----------------------------------------------------------------------------- # 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. footer_text: > Powered by Jekyll with al-folio theme. Hosted by GitHub Pages. Photos from Unsplash. url: # the base hostname & protocol for your site baseurl: /al-folio # the subpath of your site, e.g. /blog/ last_updated: # leave blank if you don't want to display last updated # ----------------------------------------------------------------------------- # 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 # Pagination paginate: 4 permalink: /blog/:year/:title/ paginate_path: /blog/page:num/ text: pagination: newer: 'Newer' older: 'Older' # Comments disqus_shortname: al-folio # put your disqus shortname # Optional features show_social_icons: false enable_anchorjs: false enable_katex: true # ----------------------------------------------------------------------------- # Collections # ----------------------------------------------------------------------------- collections: news: defaults: layout: post output: true permalink: /news/:path/ projects: output: true permalink: /projects/:path/ news_limit: 5 # ----------------------------------------------------------------------------- # Jekyll settings # ----------------------------------------------------------------------------- # Build settings markdown: kramdown highlighter: pygments # Includes & excludes include: ['_pages'] exclude: [vendor] # Plug-ins plugins: - jekyll-email-protect - jekyll-paginate - 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: "@*" # ----------------------------------------------------------------------------- # Other settings # ----------------------------------------------------------------------------- jquery_version: "1.12.4" katex_version: "0.9.0" anchorjs_version: "3.2.2"