From a17fba1b0013c928536b58d591874e911406a6d8 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 29 Jul 2020 19:08:07 +0100 Subject: theme: update v5 dev --- config/_default/params.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/_default/params.toml b/config/_default/params.toml index 52fc2167..5f1ccf9a 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -123,7 +123,7 @@ contact_links = [ ## Social ############################ -# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here. +# Default image for social sharing and search engines. Place image in `static/media/` folder and specify image name here. sharing_image = "" # Twitter username (without @). Used when a visitor shares your site on Twitter. @@ -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} +main_menu = {align = "l", show_logo = true, highlight_active_link = true, show_language = false} # Show estimated reading time for posts? (true/false) reading_time = true @@ -290,3 +290,9 @@ plugins_js = [] [cms] # See https://sourcethemes.com/academic/docs/install/#install-with-web-browser netlify_cms = true + +############################ +## Icon Pack Extensions +############################ +[icon.pack] + ai = false # Academicons icon pack https://jpswalsh.github.io/academicons/ -- cgit v1.2.3