feat: add page feedback widget

This commit is contained in:
Splitter
2022-08-27 23:56:11 +00:00
parent 5ec3c5dc89
commit f3c59953b3
2 changed files with 6 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ module:
imports: imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
############################ ############################
@@ -70,3 +71,5 @@ security:
_merge: deep _merge: deep
sitemap: sitemap:
_merge: deep _merge: deep
minify:
_merge: deep

View File

@@ -61,10 +61,8 @@ locale:
features: features:
syntax_highlighter: syntax_highlighter:
enable: true theme_light: github-light
extra_languages: theme_dark: dracula
- r
- latex
math: math:
enable: false enable: false
privacy_pack: privacy_pack:
@@ -72,7 +70,7 @@ features:
repository: repository:
url: 'https://github.com/<username>/<repository>' url: 'https://github.com/<username>/<repository>'
content_dir: content content_dir: content
branch: master branch: main
avatar: avatar:
gravatar: false gravatar: false
shape: circle shape: circle