-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (49 loc) · 1.52 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
52
53
54
55
56
57
58
59
60
61
62
base_url = "https://re137.vercel.app"
title = "re137 黄金世紀"
description = "A Chinese friendly zola theme. Inspired by lightspeed. 重回 2000 年。"
default_language = "zh-cn"
compile_sass = true
generate_feeds = true
# feed_filenames = ["rss.xml"]
feed_filenames = ["rss.xml", "atom.xml"]
author = "tinikov"
# If used as theme, please uncomment this option
# theme = "Re137"
# To enable categories page
taxonomies = [{ name = "categories" }]
[slugify]
paths = "safe"
taxonomies = "safe"
anchors = "safe"
[extra]
# Image shown when you share this website to others
# ogimage = " "
# SEO settings
# seo = true
# google_search_console = " "
# Set up Indiewebring
indiewebring = true
# Set up Fediring
fediring = true
# For authentication in mastodon
mastodon = "https://o3o.ca/@tinikov"
show_mastodon_icon = true
# Only user name is needed
github = "tinikov/re137"
show_github_icon = true
# Show establish date in the footer
establishdate = "2024"
# license
license = true
# license_type = "CC BY-NC 4.0"
license_type = "CC BY-NC-ND 4.0"
# license_canonical_url = "https://creativecommons.org/licenses/by-nc/4.0/"
license_canonical_url = "https://creativecommons.org/licenses/by-nc-nd/4.0/"
# Show "Zola « re137" in the footer
show_zola_theme = true
# You can add your own items to list in the site navigator
re137_menu_links = [
{ url = "$BASE_URL", name = "Home 主页" },
{ url = "$BASE_URL/categories", name = "Categories 分类" }, # If enabled "taxonomies"
{ url = "$BASE_URL/about", name = "About 关于" },
]