Merge pull request #99 from cyrilf/patch-1
Update exampleSite config to allow raw html
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user