-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (42 loc) · 1.99 KB
/
config.toml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
baseurl = "https://home.ustc.edu.cn/~fward/" # Controls base URL sitewide
languageCode = "en-US" # Controls site language
title = "Ruozhou HE's homepage" # Homepage title and page title suffix
paginate = 10 # Number of posts to show before paginating
copyright = "Copyright © Copyright Ruozhou HE. Licensed under <a target=\"_blank\" rel=\"external noopener license\" href=\"https://creativecommons.org/licenses/by-nd/4.0/\">CC-BY-ND-4.0</a>." # Optional, remove to suppress copyright notices
# Controls default theme and theme components
theme = [
"fractal-forest", # OBSD
"after-dark" # AGPL-3.0-or-later
]
disableLiveReload = false # Optional, set true to disable live reload
enableRobotsTXT = true # Suggested, enable robots.txt file
sectionPagesMenu = "main" # Enable menu system for lazy bloggers
[markup.goldmark.renderer]
unsafe = true # Optional, allows HTML inside your CommonMark content
[markup.tableOfContents]
startLevel = 1 # Suggested, draws TOC using all heading levels
endLevel = 6 # Suggested, draws TOC using all heading levels
[markup.highlight]
noClasses = false # Suggested, used for custom syntax highlighting
[params]
description = "" # Suggested, controls default description meta
author = "贺若舟" # Optional, controls author name display on posts
hide_author = true # Optional, set true to hide author name on posts
disable_csp = false # Optional, set true to disable content security policy
images = [
"https://source.unsplash.com/collection/983219/2000x1322"
] # Suggested, controls default Open Graph images
[params.layout.menu.main]
hidden = false # Optional, set false or remove to show section menu
[params.layout.footer]
hidden = false # Optional, set true to hide footer
[params.modules.fractal_forest]
enabled = true # Optional, set false to disable module
decoders = ["bpgdec8a"] # Optional, 8-bit javascript decoder with animation
[[menu.main]]
name = "About"
weight = 1
identifier = "about"
url = "/"
[params.layout.home]
hide_blog = true