-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.toml
More file actions
47 lines (39 loc) · 1.14 KB
/
config.toml
File metadata and controls
47 lines (39 loc) · 1.14 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
base_url = "https://bd103.dev"
title = "BD103's Blog"
description = "Technical writing on Bevy, Rust, and more"
default_language = "en"
theme = "serene"
# Generate RSS and Atom feeds.
generate_feeds = true
feed_filenames = ["feed.xml", "atom.xml"]
author = "BD103"
taxonomies = [
{ name = "tags" },
]
[markdown]
github_alerts = true
bottom_footnotes = true
[markdown.highlighting]
style = "class"
light_theme = "catppuccin-latte"
dark_theme = "catppuccin-mocha"
[slugify]
paths_keep_dates = true
[extra]
sections = [
{ name = "Posts", path = "/blog", is_external = false },
{ name = "Tags", path = "/tags", is_external = false },
{ name = "Source", path = "https://github.com/BD103/bd103.github.io", is_external = true },
{ name = "RSS", path = "/feed.xml", is_external = false },
{ name = "Atom", path = "/atom.xml", is_external = false },
]
blog_section_path = "/blog"
back_link_text = "Return"
force_theme = false
footer_copyright = "©2025 BD103"
# Give credit to Serene and Zola.
footer_credits = true
not_found_error_text = "404 Not Found :("
not_found_recover_text = "« Phone home? »"
# Emoji reactions are not setup.
reaction = false