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: 100e0916c3720b7d1234f1f997e6ea95d9d41d43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
######################## default configuration ####################
baseURL = "http://demo.gethugothemes.com/bigspring-light/examplesite/"
title = "Bigspring Light"
theme = "bigspring-light"
# 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