refactor: move posts, data and configs to exampleSite
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
@ -1,4 +1,3 @@
|
||||
theme_version = "5.2.0"
|
||||
toc = true
|
||||
avatar = "img/commons/avatar.jpg"
|
||||
author = "yifan"
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
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"
|