-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (32 loc) · 845 Bytes
/
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
title = "pg999w's blog"
description = "My life, experience and knowledge"
base_url = "https://blog.pg999w.top/"
compile_sass = true
generate_feeds = true
feed_filenames = ["rss.xml"]
theme = "even"
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
highlight_code = true
highlight_theme = "base16-ocean-light"
extra_syntaxes_and_themes = [ "syntaxes" ]
[extra]
# even configs
even_title = "pg999w’s blog"
even_menu = [
{url = "$BASE_URL/rss.xml", name = "RSS"},
{url = "$BASE_URL/tags", name = "Tags"},
{url = "$BASE_URL/about", name = "About"},
]
katex_enable = true
katex_auto_render = true
even_google_analytics = "G-EC6VKH78QR"
# hyde configs
hyde_links = [
{url = "https://google.com", name = "Google.com"},
{url = "/tags", name = "Tags"},
]
# feather configs
feather_header_image = "/cover.jpg"