refactor: move posts, data and configs to exampleSite
This commit is contained in:
18
exampleSite/hugo.toml
Normal file
18
exampleSite/hugo.toml
Normal file
@ -0,0 +1,18 @@
|
||||
title = 'Chirpy'
|
||||
enableGitInfo = true
|
||||
theme = "hugo-theme-chirpy"
|
||||
themesDir = "../../"
|
||||
|
||||
defaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir = false
|
||||
hasCJKLanguage = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 5
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
Reference in New Issue
Block a user