Update exampleSite config to allow raw html

Based on [Hugo 0.60.0 release](https://gohugo.io/news/0.60.0-relnotes/) the Markdown library has been updated to Goldmark.
So using unsafe flag to allow raw html in md files
This commit is contained in:
cyrilf
2019-12-04 19:20:52 +08:00
committed by GitHub
parent 7b1f49b292
commit 189615756d

View File

@@ -3,11 +3,14 @@ languageCode: en-us
title: Hugo Fresh Theme
theme: hugo-fresh
googleAnalytics: # Put in your tracking code without quotes like this: UA-XXXXXX...
#Disables warningss
# Disables warnings
disableKinds:
- 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