summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-05 18:26:55 -0400
committerseth <[email protected]>2024-08-23 08:30:48 -0400
commit67fba5edad38f8a4651a6a782c7abdc696a464ff (patch)
tree1b2ad1572d8938a89e096955d5a46f519a16f5fb /config.toml
parent9135c80ee930045c889f64269735b8319896e2f4 (diff)
back to lume for the 1000th time
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml31
1 files changed, 0 insertions, 31 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 5eb23b2..0000000
--- a/config.toml
+++ /dev/null
@@ -1,31 +0,0 @@
-base_url = "https://getchoo.com"
-
-title = "getchoo's website"
-description = "guzzle guzzle"
-minify_html = true
-hard_link_static = true
-
-[markdown]
-highlight_code = false
-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"