refactor: move posts, data and configs to exampleSite

This commit is contained in:
geekifan
2025-05-11 12:26:39 +08:00
parent 7d2f103a0d
commit 23a2a5aab0
31 changed files with 18 additions and 1 deletions

18
exampleSite/hugo.toml Normal file
View 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"