2025-08-03 02:58:19 +08:00
|
|
|
baseURL = 'https://qefee.com/'
|
|
|
|
languageCode = 'zh-cn'
|
|
|
|
# languageCode = 'en-us'
|
2025-08-08 03:34:03 +08:00
|
|
|
title = '七飞'
|
2024-11-20 22:46:50 +08:00
|
|
|
# theme = 'hugo-theme-stack'
|
2025-08-05 02:35:20 +08:00
|
|
|
# theme = 'ananke'
|
2025-08-03 02:58:19 +08:00
|
|
|
# theme = 'hugo-theme-stack'
|
2025-08-05 02:35:20 +08:00
|
|
|
|
|
|
|
# [module]
|
|
|
|
# [[module.imports]]
|
|
|
|
# disable = false
|
|
|
|
# ignoreConfig = false
|
|
|
|
# ignoreImports = false
|
|
|
|
# path = 'github.com/theNewDynamic/gohugo-theme-ananke/v2'
|
|
|
|
|
|
|
|
|
|
|
|
[module]
|
|
|
|
[[module.imports]]
|
|
|
|
path = 'github.com/tom2almighty/hugo-narrow'
|
|
|
|
|
|
|
|
|
|
|
|
# 时区设置
|
|
|
|
timeZone = 'Asia/Shanghai' # 时区设置
|
|
|
|
|
|
|
|
|
|
|
|
# 分类法配置(无需修改)
|
|
|
|
[taxonomies]
|
|
|
|
category = 'categories'
|
|
|
|
tag = 'tags'
|
|
|
|
|
|
|
|
|
|
|
|
[menus]
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'Home'
|
|
|
|
pageRef = '/'
|
|
|
|
weight = 10
|
|
|
|
[menus.main.params]
|
|
|
|
icon = 'home'
|
|
|
|
[[menus.main]]
|
|
|
|
pageRef = '/posts'
|
|
|
|
weight = 20
|
|
|
|
[menus.main.params]
|
|
|
|
icon = 'posts'
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'Categories'
|
|
|
|
pageRef = '/categories'
|
|
|
|
weight = 30
|
|
|
|
[menus.main.params]
|
|
|
|
icon = 'categories'
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'Tags'
|
|
|
|
pageRef = '/tags'
|
|
|
|
weight = 40
|
|
|
|
[menus.main.params]
|
|
|
|
icon = 'tags'
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'About'
|
|
|
|
pageRef = '/about'
|
|
|
|
weight = 50
|
|
|
|
[menus.main.params]
|
|
|
|
icon = 'about'
|