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:
-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]