forked from Git/hugo-story
36 lines
861 B
TOML
36 lines
861 B
TOML
## -----------------------------------------------
|
|
## Basic Configuration
|
|
## -----------------------------------------------
|
|
|
|
theme = "hugo-story"
|
|
|
|
## -----------------------------------------------
|
|
## Publish
|
|
## -----------------------------------------------
|
|
|
|
relativeURLs = "true"
|
|
#canonifyURLs = "true"
|
|
|
|
# Local
|
|
baseURL = "/"
|
|
publishDir = "public"
|
|
|
|
# Remote
|
|
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
|
|
#publishDir = "//centos/sites/hugodev/hugostory/"
|
|
|
|
|
|
## -----------------------------------------------
|
|
## Hugo Built-in Features
|
|
## -----------------------------------------------
|
|
|
|
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
|
# googleAnalytics = "your-google-analytics-id"
|
|
|
|
## -----------------------------------------------
|
|
## Site Parameters
|
|
## -----------------------------------------------
|
|
|
|
[Params]
|
|
|
|
[Params.social] |