Skip to content

Commit

Permalink
theme: upgrade to latest v4.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Jul 27, 2019
1 parent 5b2d67b commit 34d8cca
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
9 changes: 8 additions & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,16 @@ footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]

[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]
Expand Down
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ privacy_pack = false

# Enable visitors to edit pages?
# `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 )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
Expand Down Expand Up @@ -159,7 +159,7 @@ sharing = true
engine = 0

# 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.
[comments.disqus]
Expand Down
8 changes: 8 additions & 0 deletions data/page_sharer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@
icon_pack = "fab"
icon = "pinterest"
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
Empty file modified scripts/init_kickstart.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion themes/academic

0 comments on commit 34d8cca

Please sign in to comment.