theme: upgrade to latest v4.6-dev - get GTM and link_authors
This commit is contained in:
@ -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 = ""
|
||||||
|
@ -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]
|
||||||
|
Submodule themes/academic updated: 7ebcc69d42...dc0407a0e2
Reference in New Issue
Block a user