Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-10-01 19:43:54 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-10-01 19:43:54 +0300
commit68489423fcfab42bcf1c872883c90fd18a135b50 (patch)
treed319dcb88310bd09eb416abe4504b36aac288131 /config
parent1c3b3c6cad677995c871550412b648be20d1b4f9 (diff)
refactor: Netlify CMS as an optional module
ALso - update Netlify.toml Hugo version to latest - update to latest Wowchemy v5-dev master & upgrade config/ and author profile
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml2
-rw-r--r--config/_default/params.toml5
2 files changed, 3 insertions, 4 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 5d5089e4..11fac902 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -108,3 +108,5 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
[module]
[[module.imports]]
path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"
+ [[module.imports]]
+ path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic"
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 49d3e3ba..01acd0dc 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -147,7 +147,7 @@ address_format = "en-us"
############################
# Main menu alignment (l = left, c = center, r = right) and logo options.
-main_menu = {align = "l", show_logo = true, highlight_active_link = true, show_language = false}
+main_menu = {align = "l", show_logo = true, highlight_active_link = true, show_language = false, show_day_night = true, show_search = true}
# Show estimated reading time for posts? (true/false)
reading_time = true
@@ -163,9 +163,6 @@ sharing = true
# Page specific copyright licenses are also possible by adding this option to a page's front matter.
copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"}
-# Highlight the site author (superuser) in author lists? (true/false)
-highlight_superuser = false
-
# Link authors to their profile page? (true/false)
link_authors = true