The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fuck, go back

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 646d35d4 eaf0de62

+6 -6
+5 -5
fly/xesite/fly.toml
··· 17 17 auto_extend_size_increment = "1GB" 18 18 auto_extend_size_limit = "10GB" 19 19 20 - [[statics]] 21 - url_prefix = "/" 22 - guest_path = "/" 23 - tigris_bucket = "xesite" 24 - index_document = "index.html" 20 + #[[statics]] 21 + #url_prefix = "/" 22 + #guest_path = "/" 23 + #tigris_bucket = "xesite" 24 + #index_document = "index.html" 25 25 26 26 [build] 27 27 image = "ghcr.io/xe/site/bin:earthly"
+1 -1
lume/src/_includes/base.njk
··· 110 110 </div> 111 111 <div class="mx-auto"></div> 112 112 <div class="flex items-center flex-shrink-0 mr-6"> 113 - <a href="/signalboost" class="ml-6 text-fg-1 dark:text-fgDark-1"> 113 + <a href="/signalboost/" class="ml-6 text-fg-1 dark:text-fgDark-1"> 114 114 <span class="text-xl font-aile tracking-tight">Signalboost</span> 115 115 </a> 116 116 </div>