-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
61 lines (50 loc) · 1.75 KB
/
Copy pathconfig.toml
File metadata and controls
61 lines (50 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
theme = "apollo"
default_language = "de"
taxonomies = [{ name = "tags" }]
generate_feeds = true
feed_filenames = ["rss.xml","llms.xml"]
minify_html = false
base_url = "https://simeon.staneks.de"
title = "Simeon's Blog"
description = "lieber unperfekt starten als perfekt warten"
author = "Simeon Stanek"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[markdown]
highlight_code = true
highlight_theme = "ayu-light"
[extra]
theme = "toggle"
toc = true
comment = true
repo_view = true
repo_url = "https://github.com/SimeonLukas/Blog/tree/main/content/"
socials = [
{ name = "mastodon", url = "https://indieweb.social/@simerl", icon = "mastodon" },
{ name = "instagram", url = "https://www.instagram.com/simeonstanek/", icon = "instagram" },
{ name = "github", url = "https://github.com/SimeonLukas", icon = "github" },
{ name = "buy me a coffee", url = "https://buymeacoffee.com/simeonlukas", icon = "bmc-logo" },
{ name = "rss", url = "/rss.xml", icon = "rss" },
]
menu = [
{ name = "/posts", url = "/posts", weight = 1 },
{ name = "/pages", url = "/pages", weight = 1 },
{ name = "/about", url = "/pages/about", weight = 2 },
{ name = "/tags", url = "/tags", weight = 3 },
]
favicon = "https://simeon.staneks.de/android-chrome-512x512.png"
fancy_code = true
dynamic_note = true
section_path = "/posts"
404 = "Da is nix :("
[translations]
[languages.en]
title = "Blog by Simeon"
description = "It's better to start imperfectly than wait perfectly"
taxonomies = [{ name = "tags" }]
generate_feeds = true
feed_filenames = ["rss.xml"]
[languages.en.translations]
404 = "There's nothing here :("