1
0

theme: upgrade to latest v4.6-dev - get GTM and link_authors

This commit is contained in:
George Cushen
2019-09-24 22:28:41 +01:00
parent 09d1d39944
commit f20309631e
3 changed files with 12 additions and 2 deletions

View File

@ -160,6 +160,9 @@ docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
# Enable in-built social sharing buttons? (true/false) # Enable in-built social sharing buttons? (true/false)
sharing = true sharing = true
# Link authors to their profile page? (true/false)
link_authors = true
# Load CSS and JS plugins # Load CSS and JS plugins
# E.g. To load `/assets/css/custom.css`, set `plugins_css = ["custom"]`. # E.g. To load `/assets/css/custom.css`, set `plugins_css = ["custom"]`.
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`. # E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
@ -243,3 +246,10 @@ plugins_js = []
engine = 2 engine = 2
api_key = "" api_key = ""
zoom = 15 zoom = 15
############################
## Marketing
############################
[marketing]
google_analytics = ""
google_tag_manager = ""

View File

@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.58.1" HUGO_VERSION = "0.58.3"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]