mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat: add page feedback widget
Requires Google Analytics and production env. New front-matter param for Book layout: feedback: true
This commit is contained in:
parent
51cb8663ba
commit
875a3e5fa6
18 changed files with 206 additions and 19 deletions
|
@ -89,3 +89,5 @@ security:
|
|||
_merge: deep
|
||||
sitemap:
|
||||
_merge: deep
|
||||
minify:
|
||||
_merge: deep
|
||||
|
|
|
@ -58,10 +58,8 @@ locale:
|
|||
|
||||
features:
|
||||
syntax_highlighter:
|
||||
enable: true
|
||||
extra_languages:
|
||||
- r
|
||||
- latex
|
||||
theme_light: github-light
|
||||
theme_dark: dracula
|
||||
math:
|
||||
enable: false
|
||||
privacy_pack:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue