initial commit

This commit is contained in:
geekifan
2025-05-11 11:31:58 +08:00
commit 56fb9963de
34 changed files with 1959 additions and 0 deletions

15
hugo.toml Normal file
View File

@ -0,0 +1,15 @@
title = 'Chirpy'
enableGitInfo = false
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[pagination]
pagerSize = 5
[outputs]
home = ["HTML", "RSS", "JSON"]
[module]
[[module.imports]]
path = "github.com/geekifan/hugo-theme-chirpy"