Compare commits
3 commits
924e33bb22
...
2fcb3b7322
Author | SHA1 | Date | |
---|---|---|---|
Lilian Jónsdóttir | 2fcb3b7322 | ||
Lilian Jónsdóttir | cafcf7fe78 | ||
Lilian Jónsdóttir | 299cad9164 |
|
@ -1,5 +1,8 @@
|
||||||
LinkMap:
|
LinkMap:
|
||||||
hosted apps:
|
hosted apps:
|
||||||
|
- href: https://kuma.burning.moe/status/amazing-beaver
|
||||||
|
text: burning.moe status page
|
||||||
|
icon: simple-icons:uptimekuma
|
||||||
- href: https://git.burning.moe/
|
- href: https://git.burning.moe/
|
||||||
text: gitea
|
text: gitea
|
||||||
icon: mdi:git
|
icon: mdi:git
|
||||||
|
|
|
@ -14,7 +14,7 @@ LinkMap:
|
||||||
icon: simple-icons:lua
|
icon: simple-icons:lua
|
||||||
other modding:
|
other modding:
|
||||||
- href: https://git.burning.moe/celediel/qud-mods
|
- href: https://git.burning.moe/celediel/qud-mods
|
||||||
text: assorted mods for Caves of Qud (C#)
|
text: assorted mods for Caves of Qud
|
||||||
icon: teenyicons:c-sharp-solid
|
icon: teenyicons:c-sharp-solid
|
||||||
misc:
|
misc:
|
||||||
- href: https://git.burning.moe/celediel/poiekolon.nvim
|
- href: https://git.burning.moe/celediel/poiekolon.nvim
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
</a>
|
</a>
|
||||||
<br />
|
<br />
|
||||||
<span id="words">
|
<span id="words">
|
||||||
<!--
|
|
||||||
<a href="about">about</a>
|
|
||||||
-->
|
|
||||||
{{ range (index .LinkMap "Pages")}}
|
{{ range (index .LinkMap "Pages")}}
|
||||||
<a href="{{ .Href }}">{{ .Text }}</a><br />
|
<a href="{{ .Href }}">{{ .Text }}</a><br />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue