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

title = "guzzle guzzle"
description = "guzzle guzzle"

minify_html = true

hard_link_static = true

[markdown]
highlight_code = true

extra_syntaxes_and_themes = [ "highlight_themes/catppuccin" ]

highlight_theme = "catppuccin-mocha"

render-emoji = true

external_links_target_blank = true

lazy_async_image = true

[extra]
gifs = [
	{ 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", href = "https://github.com/sakecode" },
	{ name = "pride.gif", alt = "LGBTQ Pride now!" },
	{ name = "steam.gif", alt = "Play on Steam!", href ="https://dnsense.pub/" },
	{ name = "weezer.gif", alt = "Weezer fan" },
]

nav_links = [
	{ name = "home", url = "/" },
	{ name = "github", url = "https://github.com/getchoo" }
]

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