-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (37 loc) · 1.16 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
# The URL the site will be built for
base_url = "https://ccydtn.github.io"
title = "CcydtN"
description = "Not showing up on the page"
build_search_index = false
generate_feeds = true
compile_sass = true
minify_html = true
theme = "tabi"
taxonomies = [{ name = "tags" }]
[markdown]
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
toc = true
use_cdn = false
favicon = "themes/tabi/icon/favicon.png"
theme = "toggle"
comment = false
mathjax = true
mathjax_dollar_inline_enable = true
menu = [
{ name = "/posts", url = "/posts", weight = 1 },
# { name = "/projects", url = "/projects", weight = 2 },
{ name = "/about me", url = "/about", weight = 3 },
{ name = "/tags", url = "/tags", weight = 4 },
]
socials = [
{ name = "Github", url = "https://github.com/CcydtN/", icon = "github" },
{ name = "X", url = "https://x.com/CcydtN", icon = "x" },
# { name = "Twitter", url = "https://x.com/CcydtN", icon = "twitter" },
{ name = "Bluesky", url = "https://bsky.app/profile/ccydtn.bsky.social", icon = "bluesky" },
]
custom_css = []
# To add google analytics
[extra.analytics]
enabled = false