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
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 /exampleSite/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 'exampleSite/config')
-rw-r--r--exampleSite/config/_default/params.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 70b67745..4d6e155d 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/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 = {enable = true, align = "l", show_logo = true, highlight_active_link = true, show_language = false}
+main_menu = {enable = true, 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