blob: d624a2cba3f3e6c817c9b9639975f9e4cfdd7113 (
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
|
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
description = "This is subtitle"
theme = ["concise"]
pagination = { pagerSize = 25 }
[params]
[[params.homepage.content]]
name = "Post"
url = "/post"
[params.footer]
content = "This is footer"
[[params.waline]]
enabled = true
serverURL = "https://waline.yingyu5658.me/"
[markup.highlight]
noClasses = true
style = "emacs" #github、emacs、solarized-light 等
[outputFormats.RSS]
baseName = "atom"
|