Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lucperkins/hugo-fresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan M <StefMa@users.noreply.github.com>2019-12-04 14:48:36 +0300
committerGitHub <noreply@github.com>2019-12-04 14:48:36 +0300
commit5ebe24e941484f51dfe9638bd6011c5004ac49db (patch)
tree1700c0bf31fffdc7bee8da5f5b12fe823a91f359
parent7b1f49b292658ac95cb3561b814ff4b7678d84b8 (diff)
parent189615756d54f1bfe2c7614f954fe4d7bff12cff (diff)
Merge pull request #99 from cyrilf/patch-1
Update exampleSite config to allow raw html
-rw-r--r--exampleSite/config.yaml19
1 files changed, 11 insertions, 8 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 8a1babe..942539c 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -2,22 +2,25 @@ 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
+ # 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
# Used as meta data; describe your site to make Google Bots happy
description:
navbarlogo:
# Logo (from static/images/logos/___)
- image: logos/fresh.svg
- link: /
+ image: logos/fresh.svg
+ link: /
font:
name: "Open Sans"
sizes: [400,600]