From 68489423fcfab42bcf1c872883c90fd18a135b50 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 1 Oct 2020 17:43:54 +0100 Subject: 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 --- exampleSite/config/_default/params.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'exampleSite/config') 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 -- cgit v1.2.3