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

config.toml « _default « config « exampleSite - github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c160471e840839c70f5a6062b04cfc4e3c53a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
######################## default configuration ####################
baseURL = "http://examplesite.org/"
title = "Bigspring Hugo"
theme = "bigspring"
# post pagination
paginate = "3"
# post excerpt
summaryLength = "15"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# google analytics
googleAnalytics = "" # example : UA-123-45
# unsafe html
[markup.goldmark.renderer]
unsafe = true