-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
37 lines (30 loc) · 842 Bytes
/
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
title = "jutty.dev"
description = "Computer nerd memory leaks"
author = "Juno Takano"
base_url = "https://blog.jutty.dev"
default_language = "en"
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
taxonomies = [
{ name = "tags", feed = true },
]
[translations]
[languages]
[languages.pt]
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
title = "jutty.dev"
description = "Vazamentos de memória nerd-computantes"
[markdown]
smart_punctuation = true
bottom_footnotes = true
highlight_code = true
highlight_theme = "css"
# highlight_themes_css = [
# # base16-ocean-dark, material-dark, nord
# { theme = "material-dark", filename = "assets/css/syntax-dark.css" },
# # dimmed-fluid, subway-moscow
# { theme = "dimmed-fluid", filename = "assets/css/syntax-light.css" },
# ]
[extra]
title_separator = "-"