1
1
Fork 0
blog/hugo.toml
xtex 2f82cc08cf
fix: migrate author property
Signed-off-by: xtex <xtexchooser@duck.com>
2023-12-09 22:07:41 +08:00

54 lines
883 B
TOML

baseURL = 'https://blog.xtexx.eu.org/'
languageCode = 'zh-cn'
title = "xtex's Blog"
theme = 'arc'
paginate = 30
copyright = 'Creative Commons Attribution-ShareAlike 4.0 International License'
enableRobotsTXT = true
enableGitInfo = true
hasCJKLanguage = true
rssLimit = 30
timeZone = "Asia/Shanghai"
[params]
description = "xtex's personal blog"
index_list = false
[params.author]
name = 'xtex'
[[params.links]]
text = "index"
url = "/"
[[params.links]]
text = "posts"
url = "/post"
[[params.links]]
text = "rss"
url = "/post/index.xml"
[[params.links]]
text = "archives"
url = "/archives"
[[params.links]]
text = "home"
url = "https://xtexx.eu.org/"
target = "_blank"
[params.icon]
type = "image/png"
url = "/icon.png"
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.5
[permalinks]
post = '/:year/:month/:slugorfilename'
[minify]
minifyOutput = true