tangled
alpha
login
or
join now
da157.id
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
move thingies to tools
0xda157
4 months ago
e2264dec
894c4e9e
+4
-3
4 changed files
expand all
collapse all
unified
split
config.toml
content
tools
index.md
static
.domains
_redirects
.domains
static/.domains
+2
-2
config.toml
···
23
23
index_format = "elasticlunr_json"
24
24
25
25
[extra]
26
26
-
author = "da157"
26
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
45
-
{ url = "/thingies", name = "thingies" },
45
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
2
-
title = "thingies it uses"
2
2
+
title = "tools it uses"
3
3
+++
4
4
5
5
## software
+1
static/_redirects
···
1
1
+
/thingies /tools 301