blob: d42f01660c8924c2040107ae120bbdd95466dc78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
baseURL = "https://www.yingyu5658.me/"
publishDir = "public"
title = "主题示例"
description = "这是一段副标题的介绍"
languageCode = "zh-CN"
theme = ["concise"]
pagination = { pagerSize = 25 }
[permalinks]
posts = ""
[params]
[[params.homepage.content]]
name = "文章归档"
url = "/post"
[[params.homepage.content]]
name = "友情链接"
url = "/links"
[[params.homepage.content]]
name = "关于"
url = "/about"
[params.footer]
content = "页脚内容"
[markup.highlight]
noClasses = true
style = "emacs" #github、emacs、solarized-light 等
[outputFormats.RSS]
baseName = "atom"
|