theme: upgrade to latest v4.5-dev
This commit is contained in:
parent
5b2d67bdb4
commit
34d8ccabea
@ -40,9 +40,16 @@ footnotereturnlinkcontents = "<sup>^</sup>"
|
|||||||
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML", "RSS", "JSON" ]
|
home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
|
||||||
section = [ "HTML", "RSS" ]
|
section = [ "HTML", "RSS" ]
|
||||||
|
|
||||||
|
[mediaTypes."application/manifest+json"]
|
||||||
|
suffixes = ["webmanifest"]
|
||||||
|
|
||||||
|
[outputFormats.WebAppManifest]
|
||||||
|
mediaType = "application/manifest+json"
|
||||||
|
rel = "manifest"
|
||||||
|
|
||||||
# Configure BlackFriday Markdown rendering.
|
# Configure BlackFriday Markdown rendering.
|
||||||
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
|
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
|
||||||
[blackfriday]
|
[blackfriday]
|
||||||
|
@ -45,7 +45,7 @@ privacy_pack = false
|
|||||||
|
|
||||||
# Enable visitors to edit pages?
|
# Enable visitors to edit pages?
|
||||||
# `repo` defines the repository URL. `editable` defines which page types can be edited.
|
# `repo` defines the repository URL. `editable` defines which page types can be edited.
|
||||||
edit_page = {repo_url = "", editable = {docs = true, page = false, post = false}}
|
edit_page = {repo_url = "", repo_branch = "master", editable = {docs = true, page = false, post = false}}
|
||||||
|
|
||||||
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
||||||
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
||||||
@ -159,7 +159,7 @@ sharing = true
|
|||||||
engine = 0
|
engine = 0
|
||||||
|
|
||||||
# Which page types are commentable?
|
# Which page types are commentable?
|
||||||
commentable = {page = true, post = true, docs = true}
|
commentable = {page = true, post = true, docs = true, project = true, publication = true, talk = true}
|
||||||
|
|
||||||
# Configuration of Disqus.
|
# Configuration of Disqus.
|
||||||
[comments.disqus]
|
[comments.disqus]
|
||||||
|
@ -64,3 +64,11 @@
|
|||||||
icon_pack = "fab"
|
icon_pack = "fab"
|
||||||
icon = "pinterest"
|
icon = "pinterest"
|
||||||
enable = false
|
enable = false
|
||||||
|
|
||||||
|
[[buttons]]
|
||||||
|
id = "xing"
|
||||||
|
url = "https://www.xing.com/spi/shares/new?url={url}&title={title}"
|
||||||
|
title = "Xing"
|
||||||
|
icon_pack = "fab"
|
||||||
|
icon = "xing"
|
||||||
|
enable = false
|
||||||
|
0
scripts/init_kickstart.sh
Normal file → Executable file
0
scripts/init_kickstart.sh
Normal file → Executable file
@ -1 +1 @@
|
|||||||
Subproject commit a1ba678e793edc2992f2202f228c9e3449ce3784
|
Subproject commit 0011592861bda0804f2ce46a9fb88c934dd5271a
|
Loading…
Reference in New Issue
Block a user