summaryrefslogtreecommitdiff
path: root/config.toml
blob: 7ac93fcf48826fcc2d4c7f93846736451c375704 (plain)
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
base_url = "https://getchoo.com"

title = "Getchoo's website"
description = "guzzle guzzle"

default_language = "en"

compile_sass = true
minify_html = true
generate_feeds = true

author = "Getchoo"

[markdown]
highlight_code = true
extra_syntaxes_and_themes = ["highlight_themes"]
highlight_theme = "catppuccin-mocha"

render-emoji = true
external_links_target_blank = true
lazy_async_image = true
bottom_footnotes = true

[extra]
buttons = [
	{ name = "acab.gif", alt = "ACAB!" },
	{ name = "arnold.gif", alt = "Hey Arnold!" },
	{ name = "capitalism.gif", alt = "Let's crush capitalism!" },
	{ name = "legalize.gif", alt = "Legalize marijuana now!" },
	{ name = "poweredbynix.svg", alt = "Powered by NixOS", link = "https://github.com/sakecode" },
	{ name = "pride.gif", alt = "LGBTQ Pride now!" },
	{ name = "steam.gif", alt = "Play on Steam!", link = "https://dnsense.pub/" },
	{ name = "weezer.gif", alt = "Weezer fan" },
]

nav_links = [
	{ name = "Home", url = "/" },
	{ name = "About Me", url = "/about-me" },
	{ name = "Contact", url = "/contact" },
	{ name = "GitHub", url = "https://github.com/getchoo" }
]

repository_url = "https://github.com/getchoo/website"