this repo has no description

move thingies to tools

0xda157 e2264dec 894c4e9e

+4 -3
.domains static/.domains
+2 -2
config.toml
··· 23 23 index_format = "elasticlunr_json" 24 24 25 25 [extra] 26 - author = "da157" 26 + author = "0xda157" 27 27 favicon = "favicon.png" 28 28 29 29 source_url = "https://codeberg.org/da157/website" ··· 42 42 { url = "/", name = "home" }, 43 43 { url = "/links", name = "links" }, 44 44 { url = "/projects", name = "projects" }, 45 - { url = "/thingies", name = "thingies" }, 45 + { url = "/tools", name = "tools" }, 46 46 # { url = "/blog", name = "blog", icon = "newspaper" }, 47 47 ] 48 48
+1 -1
content/thingies/index.md content/tools/index.md
··· 1 1 +++ 2 - title = "thingies it uses" 2 + title = "tools it uses" 3 3 +++ 4 4 5 5 ## software
+1
static/_redirects
··· 1 + /thingies /tools 301