diff options
| author | seth <[email protected]> | 2024-10-09 10:59:13 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-09 10:59:13 -0400 |
| commit | d17bca56238e9ca326d60e58230d0d354f23bfe8 (patch) | |
| tree | 12aee4c37a1490914e6307ce1b0023be2df93105 /config.toml | |
| parent | 7d6495399d5e1ba429a339de1c3a00f121e89305 (diff) | |
back to astro for hopefully the last time (#146)
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/config.toml b/config.toml deleted file mode 100644 index 7ac93fc..0000000 --- a/config.toml +++ /dev/null @@ -1,43 +0,0 @@ -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" |
