diff options
| author | seth <[email protected]> | 2024-10-08 11:49:47 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-08 11:49:47 -0400 |
| commit | 20d62336a446bea6c5846805e8325b67cd59fe54 (patch) | |
| tree | 46a92b1de1021eb0631b54f664ba0c2ddf6752c6 /config.toml | |
| parent | 07cb04200916169671b9c426fbfe9a24bb0fa79e (diff) | |
nice redesign (#145)
* nix: drop treefmt
* nix: remove .envrc
* nix: move `serve` to apps output
* nice redesign
* use local stylesheet
* nix: fix build
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/config.toml b/config.toml index 5eb23b2..7ac93fc 100644 --- a/config.toml +++ b/config.toml @@ -1,31 +1,43 @@ base_url = "https://getchoo.com" -title = "getchoo's website" +title = "Getchoo's website" description = "guzzle guzzle" + +default_language = "en" + +compile_sass = true minify_html = true -hard_link_static = true +generate_feeds = true + +author = "Getchoo" [markdown] -highlight_code = false +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] -gifs = [ +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", href = "https://github.com/sakecode" }, + { 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!", href ="https://dnsense.pub/" }, + { name = "steam.gif", alt = "Play on Steam!", link = "https://dnsense.pub/" }, { name = "weezer.gif", alt = "Weezer fan" }, ] nav_links = [ - { name = "home", url = "/" }, - { name = "github", url = "https://github.com/getchoo" } + { 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" |
