Files
2026-05-07 15:26:46 +08:00

57 lines
1.2 KiB
TOML

baseURL = 'https://blog.butubb.cn/'
languageCode = 'zh-cn'
title = "life's logs"
theme = 'PaperMod'
defaultContentLanguage = 'zh-cn'
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
[params.homeInfoParams]
Title = "<img src=\"https://cdn.jsdelivr.net/gh/8butubb/image/img/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_2026-03-07_095359_687.jpg\" alt=\"butubb\" style=\"width:120px;height:120px;border-radius:50%;display:block;margin:0 auto 1rem auto;\">\n你好!我是 butubb,安徽人,现工作居住在苏州。"
Content = "喜欢互联网冲浪🏄‍♂️,折腾机器💻,看电影🎥,编程🧑‍💻,听音乐🎶等"
ShowToc = true
defaultTheme = "auto"
mainSections = ["posts"]
[taxonomies]
tag = "tags"
series = "series"
category = "categories"
[[menu.main]]
name = "首页"
url = "/"
weight = 1
[[menu.main]]
name = "归档"
url = "/archives"
weight = 2
[[menu.main]]
name = "标签"
url = "/tags"
weight = 3
[[menu.main]]
name = "搜索"
url = "/search"
weight = 4
[[menu.main]]
name = "画廊"
url = "/gallery"
weight = 5
[[menu.main]]
name = "Run"
url = "https://run.butubb.cn"
weight = 6