diff options
| author | seth <[email protected]> | 2024-05-22 22:00:02 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 20:45:24 -0600 |
| commit | 8fd8b7e53d59a034706dd7eaad6b608721ce3cdb (patch) | |
| tree | 2ce7e4a8b7eafc9d8550a54aa6d4f34d678d76f5 /config.toml | |
| parent | 329bf8a3384474cfe45ecae142dfb7d97b699aa2 (diff) | |
move to zola
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..15ab56f --- /dev/null +++ b/config.toml @@ -0,0 +1,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" |
