diff --git a/config/_default/params.toml b/config/_default/params.toml index 5794026..ba0d97e 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -160,6 +160,9 @@ docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)? # Enable in-built social sharing buttons? (true/false) sharing = true +# Link authors to their profile page? (true/false) +link_authors = true + # Load CSS and JS plugins # E.g. To load `/assets/css/custom.css`, set `plugins_css = ["custom"]`. # E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`. @@ -243,3 +246,10 @@ plugins_js = [] engine = 2 api_key = "" zoom = 15 + +############################ +## Marketing +############################ +[marketing] + google_analytics = "" + google_tag_manager = "" diff --git a/netlify.toml b/netlify.toml index 2dba153..0d0f88c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.58.1" + HUGO_VERSION = "0.58.3" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/themes/academic b/themes/academic index 7ebcc69..dc0407a 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 7ebcc69d42d990831c7775fd9fa5728d6219330a +Subproject commit dc0407a0e2fad29e624479bd17f7c89a4aa28582