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,22 +2,25 @@ baseURL: http://something-fresh.org/
languageCode: en-us 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
openGraph: true openGraph: true
# Used as meta data; describe your site to make Google Bots happy # Used as meta data; describe your site to make Google Bots happy
description: description:
navbarlogo: navbarlogo:
# Logo (from static/images/logos/___) # Logo (from static/images/logos/___)
image: logos/fresh.svg image: logos/fresh.svg
link: / link: /
font: font:
name: "Open Sans" name: "Open Sans"
sizes: [400,600] sizes: [400,600]