init: hugo site with mytheme

This commit is contained in:
Ubuntu
2026-04-13 13:51:02 +08:00
commit e9b2dca47b
30 changed files with 287 additions and 0 deletions

15
hugo.toml Normal file
View File

@@ -0,0 +1,15 @@
baseURL = "https://ziven1220.ac.cn/"
languageCode = "zh-CN"
title = "茶凉小记"
theme = "mytheme"
[params]
subtitle = "记录技术、生活与想法"
beian = "浙ICP备2023002438号"
[taxonomies]
tag = "tags"
category = "categories"
[build]
writeStats = true