-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
93 lines (76 loc) · 1.92 KB
/
config.toml
File metadata and controls
93 lines (76 loc) · 1.92 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
base_url = "https://rratic.top"
theme = "linkita"
author = "Rratic"
title = "错行"
generate_feeds = false
default_language = "zh"
build_search_index = false
compile_sass = false
[slugify]
taxonomies = "off"
[[taxonomies]]
name = "categories"
paginate_by = 5
[[taxonomies]]
name = "tags"
paginate_by = 5
[markdown]
highlight_code = true
highlight_theme = "css"
render_emoji = false
highlight_themes_css = [
{ theme = "ayu-light", filename = "style/theme-light.css" },
{ theme = "visual-studio-dark", filename = "style/theme-dark.css" },
]
extra_syntaxes_and_themes = ["syntaxes"]
[extra]
comment = true
math = false
mermaid = false
toc = false
header_menu_name = "my_header_menu"
disable_default_favicon = true
disable_javascript = false
post_navigation = "enabled"
use_cdn = false
[extra.footer]
since = 2025
license_url = "https://creativecommons.org/licenses/by-sa/4.0/"
copyright = "© $YEAR Rratic | [CC BY-SA 4.0]($LICENSE_URL)"
[extra.giscus]
repo = "Rratic/rratic.github.io"
repo_id = "MDEwOlJlcG9zaXRvcnkzMzAxOTc5OTQ="
category = "General"
category_id = "DIC_kwDOE65r6s4CoFkL"
mapping = "og:title"
strict = 1
reactions_enabled = 1
emit_metadata = 0
input_position = "top"
theme = "preferred_color_scheme"
lang = "zh-CN"
loading = "lazy"
[extra.languages.zh.term_descriptions]
categories = "在此阅读 $NAME 分类下的页面。"
tags = "在此阅读含有 $NAME 标签的页面。"
[extra.menus]
my_header_menu = [
{ url = "$BASE_URL/posts/", name = "文章" },
{ url = "$BASE_URL/categories/", name = "分类" },
{ url = "$BASE_URL/tags/", name = "标签" },
]
[extra.profiles.rratic]
name = "Rratic"
bio = ""
avatar_url = "images/avater.jpg"
avatar_invert = true
social = [
{ name = "github", url = "https://github.com/rratic" },
{ name = "email", url = "mailto:rratic@163.com" },
]
[extra.style]
bg_color = "white"
bg_dark_color = "#424242"
header_blur = false
header_color = "#e6f4ff"
header_dark_color = "#333333"