34 lines
734 B
TOML
34 lines
734 B
TOML
baseURL = "https://blog.hackrobot.cn/"
|
|
languageCode = "zh-cn"
|
|
title = "异度世界"
|
|
theme = "PaperMod"
|
|
|
|
defaultContentLanguage = "zh"
|
|
hasCJKLanguage = true
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
[params]
|
|
defaultTheme = "auto"
|
|
ShowReadingTime = true
|
|
ShowShareButtons = true
|
|
ShowPostNavLinks = true
|
|
ShowBreadCrumbs = true
|
|
ShowCodeCopyButtons = true
|
|
|
|
[params.author]
|
|
name = "异度世界"
|
|
email = "xiaoshuang.erric@gmail.com"
|
|
|
|
[params.homeInfoParams]
|
|
Title = "数字游民:低成本AI工作室:云手机,无人直播Tiktok/Youtube/Saas,赚美金"
|
|
Content = "数字游民:低成本AI工作室"
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"] |