hugo-academic v4.5.0

This commit is contained in:
Carl Pearson
2019-10-02 17:40:58 -05:00
parent 19d7e37387
commit 68610eb93a
3 changed files with 152 additions and 64 deletions

View File

@@ -18,9 +18,6 @@ copyright = "© 2019 Carl Pearson"
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = "UA-54975774-2"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Name of Academic theme folder in `themes/`.
theme = "academic"
@@ -31,6 +28,7 @@ enableGitInfo = true
defaultContentLanguage = "en"
hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
defaultContentLanguageInSubdir = false
removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687
paginate = 10 # Number of items per page in paginated lists.
enableEmoji = true
@@ -39,9 +37,16 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
[outputs]
home = [ "HTML", "RSS", "JSON" ]
home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
section = [ "HTML", "RSS" ]
[mediaTypes."application/manifest+json"]
suffixes = ["webmanifest"]
[outputFormats.WebAppManifest]
mediaType = "application/manifest+json"
rel = "manifest"
# Configure BlackFriday Markdown rendering.
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
[blackfriday]