1
0
forked from Git/hugo-story

configuration files renamed from config.toml to hugo.toml

This commit is contained in:
Stephen Taylor
2024-04-28 08:30:32 +01:00
parent 501c6ed111
commit 3695555379
4 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,38 @@
## -----------------------------------------------
## 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", "section"]
# googleAnalytics = "G-XXXXXXXXXX"
## -----------------------------------------------
## Site Parameters
## -----------------------------------------------
[Params]
[Params.social]
[Params.asset]