forked from Git/hugo-story
1
0
Fork 0
agr.asia/exampleSite/config.toml

36 lines
861 B
TOML
Raw Normal View History

2020-07-02 07:05:45 +02:00
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------
theme = "hugo-story"
2023-01-19 00:59:02 +01:00
## -----------------------------------------------
## Publish
## -----------------------------------------------
relativeURLs = "true"
#canonifyURLs = "true"
# Local
baseURL = "/"
publishDir = "public"
# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"
2020-07-02 07:05:45 +02:00
## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "your-google-analytics-id"
## -----------------------------------------------
## Site Parameters
## -----------------------------------------------
[Params]
2023-01-19 00:59:02 +01:00
[Params.social]