diff --git a/config.toml b/config.toml index e2ff5a7..e703d29 100644 --- a/config.toml +++ b/config.toml @@ -27,8 +27,12 @@ googleAnalytics = "" # Default language to use (if you setup multilingual support) defaultContentLanguage = "en" +hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages. defaultContentLanguageInSubdir = false +# Get last modified date for content from Git? +enableGitInfo = false + [outputs] home = [ "HTML", "CSS", "RSS" ] section = [ "HTML", "RSS" ] @@ -151,6 +155,11 @@ defaultContentLanguageInSubdir = false # Enable native social sharing buttons? sharing = true + # Privacy pack + # Show a cookie consent message to visitors + # Anonymize IP in Google Analytics (if enabled) + privacy_pack = false + # Link custom CSS and JS assets # (relative to /static/css and /static/js respectively) custom_css = [] diff --git a/content/home/posts.md b/content/home/posts.md index cb07bf2..3f1d268 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -20,5 +20,9 @@ tags_exclude = [] # Number of posts to list. count = 5 +# List format. +# 0 = Simple +# 1 = Detailed +list_format = 1 +++ diff --git a/themes/academic b/themes/academic index b02f5ec..09674dd 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit b02f5ecedabe4494dabee522db3ab843472afa41 +Subproject commit 09674dd538d2537440fccf9b3382f749763d2167