Merge pull request #99 from cyrilf/patch-1

Update exampleSite config to allow raw html
This commit is contained in:
Stefan M
2019-12-04 12:48:36 +01:00
committed by GitHub

View File

@@ -3,11 +3,14 @@ languageCode: en-us
title: Hugo Fresh Theme title: Hugo Fresh Theme
theme: hugo-fresh theme: hugo-fresh
googleAnalytics: # Put in your tracking code without quotes like this: UA-XXXXXX... googleAnalytics: # Put in your tracking code without quotes like this: UA-XXXXXX...
#Disables warningss # Disables warnings
disableKinds: disableKinds:
- taxonomy - taxonomy
- taxonomyTerm - taxonomyTerm
markup:
goldmark:
renderer:
unsafe: true # Allows you to write raw html in your md files
params: params:
# Open graph allows easy social sharing. If you don't want it you can set it to false or just delete the variable # Open graph allows easy social sharing. If you don't want it you can set it to false or just delete the variable