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 --- config/_default/config.toml | 2 ++ config/_default/params.toml | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'config') 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 -- cgit v1.2.3