blog/hugo.toml

65 lines
1.5 KiB
TOML
Raw Normal View History

2024-05-06 13:39:29 +08:00
baseURL = 'https://www.sunpeiwen.com/'
2024-05-06 12:00:46 +08:00
languageCode = 'zh-cn'
timezone = 'Asia/Shanghai'
defaultContentLanguage = 'zh-cn'
theme = 'farallon'
[langusges]
[languages.zh-cn]
2024-05-06 13:39:29 +08:00
title = "资深网民孙先生"
2024-05-06 12:00:46 +08:00
languageName = "简体中文"
contentDir = 'content/zh-cn'
[languages.zh-cn.menu]
[[languages.zh-cn.menu.main]]
name="影音"
url="/movies/"
2024-05-13 09:05:03 +08:00
weight="5"
2024-05-06 12:00:46 +08:00
[[languages.zh-cn.menu.main]]
name="分类"
url="/categories/"
2024-05-13 09:05:03 +08:00
weight="4"
2024-05-06 12:00:46 +08:00
[[languages.zh-cn.menu.main]]
name="标签"
url="/tags/"
2024-05-06 18:10:31 +08:00
weight="3"
2024-05-06 12:00:46 +08:00
[[languages.zh-cn.menu.main]]
name="文章"
2024-05-06 13:39:29 +08:00
url="/archives/"
2024-05-13 09:05:03 +08:00
weight="2"
[[languages.zh-cn.menu.main]]
name="首页"
url="/"
2024-05-06 12:00:46 +08:00
weight="1"
[taxonomies]
category = 'categories'
tag = 'tags'
2024-05-06 17:30:24 +08:00
2024-05-06 12:00:46 +08:00
[Params]
search= true
2024-05-06 13:39:29 +08:00
description = '资深网民孙先生.'
2024-05-06 12:00:46 +08:00
toc = true
mainSections = ['posts','memo']
2024-05-06 13:39:29 +08:00
indexName = 'blog'
2024-05-06 12:10:15 +08:00
searchKey = '6de51423d2ac6b29beb9a061737a85ca'
searchAPPID = 'CIU4I6RWD0'
2024-05-07 08:19:45 +08:00
showAuthor = true
2024-05-06 13:39:29 +08:00
authorName = '老孙'
authorDescription = '资深网民孙先生'
authorAvatar = 'https://i.sunpeiwen.com/source/img/logo.jpg'
2024-05-07 08:19:45 +08:00
commentDomain = ''
2024-05-06 13:39:29 +08:00
telegram = 'https://t.me/s/imsunpw'
2024-05-06 12:00:46 +08:00
feed = '/index.xml'
2024-05-06 13:39:29 +08:00
twitter = 'https://twitter.com/imsunpei'
instagram = 'https://www.instagram.com/imsunpw/'
2024-05-06 17:30:24 +08:00
github = 'https://github.com/jkjoy'
footer_sns = true
2024-05-06 12:00:46 +08:00
[outputs]
home = [ "HTML","JSON","RSS","SITEMAP"]
page = ["HTML"]
[markup.tableOfContents]
endLevel = 5
startLevel = 3