-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
44 lines (36 loc) · 1.06 KB
/
config.toml
File metadata and controls
44 lines (36 loc) · 1.06 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
# For theme github.com/not-matthias/apollo
theme = "apollo"
taxonomies = [{ name = "tags" }]
# The URL the site will be built for
base_url = "https://memwey.github.io"
title = "Mem.Wey's Github Pages"
description = "Tsukkomi Lolicon's GitHub Pages Blog"
minify_html = true
generate_feeds = true
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
[markdown.highlighting]
style = "class"
light_theme = "github-light"
dark_theme = "github-dark"
error_on_missing_language = true
[extra]
theme = "toggle"
menu = [
{ name = "/posts", url = "/posts", weight = 1 },
{ name = "/tags", url = "/tags", weight = 2 },
{ name = "/about", url = "/about", weight = 3 },
]
socials = [
{ name = "twitter", url = "https://x.com/Mem_Wey", icon = "twitter" },
{ name = "github", url = "https://github.com/memwey", icon = "github" },
]
toc = true
[extra.analytics]
enabled = true
[extra.analytics.google]
tracking_id = "G-VLQ5DBCKGT"
[extra.taxonomies]
sort_by = "page_count"
reverse = true