forked from Git/hugo-story
Delete 'exampleSite/config.toml'
This commit is contained in:
parent
5b0c50168d
commit
bce4b8575a
|
@ -1,36 +0,0 @@
|
|||
## -----------------------------------------------
|
||||
## 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]
|
Loading…
Reference in New Issue