-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (40 loc) · 1.14 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
base_url = "https://wtzlas.github.io"
title = "Wtz_LASR's Blog"
description = "An ordinary people's normal blog."
compile_sass = true
build_search_index = true
theme = "DeepThought"
taxonomies = [
{ name = "categories", feed = true, paginate_by = 10 },
{ name = "tags", fees = true, paginate_by = 10 },
]
[markdown]
highlight_code = true
highlight_theme = "one-dark"
render_emoji = true
[extra]
katex.enabled = true
katex.auto_render = true
chart.enabled = true
mermaid.enabled = true
galleria.enabled = true
navbar_items = [
{ code = "en", nav_items = [
{ url = "$BASE_URL/", name = "Home" },
{ url = "$BASE_URL/posts", name = "Posts" },
{ url = "$BASE_URL/tags", name = "Tags" },
{ url = "$BASE_URL/categories", name = "Categories" },
] },
]
[extra.favicon]
favicon_16x16 = "icons/favicon-16x16.png"
favicon_32x32 = "icons/favicon-32x32.png"
apple_touch_icon = "icons/apple-touch-icon.png"
safari_pinned_tab = "icons/safari-pinned-tab.svg"
webmanifest = "icons/site.webmanifest"
[extra.author]
name = "Wtz_LASR"
avatar = "images/avatar.png"
[extra.social]
email = "wtz_lasr#outlook.com"
github = "WtzLAS"