Sync Academic
This commit is contained in:
parent
0831cb4964
commit
6b9e1348c5
@ -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 = []
|
||||
|
@ -20,5 +20,9 @@ tags_exclude = []
|
||||
# Number of posts to list.
|
||||
count = 5
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
list_format = 1
|
||||
+++
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b02f5ecedabe4494dabee522db3ab843472afa41
|
||||
Subproject commit 09674dd538d2537440fccf9b3382f749763d2167
|
Loading…
Reference in New Issue
Block a user