From b988a125d9c4d408a0bc88318cf005691e565fd7 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 02:16:25 -0500 Subject: Update rest of site to work with new al-folio theme --- _config.yml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 6f48d51..a2d1918 100644 --- a/_config.yml +++ b/_config.yml @@ -13,11 +13,10 @@ description: > # the ">" symbol means to ignore newlines until "footer_text:" footer_text: > Powered by Jekyll with al-folio theme. - Hosted by GitHub Pages. Photos from Unsplash. icon: 🔥 # the emoji used as the favicon -baseurl: / # the subpath of your site, e.g. /blog/ +baseurl: # the subpath of your site, e.g. /blog/ url: "https://karl.hallsby.com" # the base hostname & protocol for your site last_updated: false # set to true if you want to display last updated in the footer impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR @@ -29,6 +28,8 @@ timezone: "America/Chicago" # ----------------------------------------------------------------------------- # will use title and url fields # Take a look to https://github.com/jekyll/jekyll-feed for more customization +paths: + rss: "/feed.xml" # ----------------------------------------------------------------------------- # Layout @@ -80,7 +81,7 @@ panelbear_analytics: XXXXXXXXX # panelbear analytics site ID # ----------------------------------------------------------------------------- blog_name: "Karl's Thoughts" # your blog must have a name for it to show up in the nav bar -blog_description: a simple whitespace theme for academics +blog_description: permalink: /blog/:year/:title/ # Pagination @@ -156,40 +157,40 @@ github: [metadata] # Jekyll Scholar # ----------------------------------------------------------------------------- -scholar: +# scholar: - last_name: Einstein - first_name: [Albert, A.] +# last_name: Einstein +# first_name: [Albert, A.] - style: apa - locale: en +# style: apa +# locale: en - source: /_bibliography/ - bibliography: papers.bib - bibliography_template: bib +# source: /_bibliography/ +# bibliography: papers.bib +# bibliography_template: bib - replace_strings: true - join_strings: true - bibtex_filters: +# replace_strings: true +# join_strings: true +# bibtex_filters: - details_dir: bibliography - details_layout: bibtex.html - details_link: Details +# details_dir: bibliography +# details_layout: bibtex.html +# details_link: Details - query: "@*" +# query: "@*" # ----------------------------------------------------------------------------- # Optional Features # ----------------------------------------------------------------------------- -enable_google_analytics: false # enables google analytics +enable_google_analytics: true # enables google analytics enable_panelbear_analytics: false # enables panelbear analytics enable_mansory: true # enables automatic project cards arangement enable_math: true # enables math typesetting (uses MathJax) enable_tooltips: false # enables automatic tooltip links generated # for each section titles on pages and posts enable_darkmode: true # enables switching between light/dark modes -enable_navbar_social: false # enables displaying social links in the +enable_navbar_social: true # enables displaying social links in the # navbar on the about page enable_project_categories: true # enables categorization of projects into # multiple categories -- cgit v1.2.3