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

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