reorganize links a bit, and add header text
This commit is contained in:
parent
2fcb3b7322
commit
bb2f21ad82
|
@ -1,14 +1,18 @@
|
||||||
|
StringMap:
|
||||||
|
words: some things other people wrote that I've hosted
|
||||||
LinkMap:
|
LinkMap:
|
||||||
hosted apps:
|
status:
|
||||||
- href: https://kuma.burning.moe/status/amazing-beaver
|
- href: https://kuma.burning.moe/status/amazing-beaver
|
||||||
text: burning.moe status page
|
text: burning.moe status page
|
||||||
icon: simple-icons:uptimekuma
|
icon: simple-icons:uptimekuma
|
||||||
|
git:
|
||||||
- href: https://git.burning.moe/
|
- href: https://git.burning.moe/
|
||||||
text: gitea
|
text: gitea
|
||||||
icon: mdi:git
|
icon: mdi:git
|
||||||
- href: https://bin.burning.moe/
|
|
||||||
text: wastebin
|
|
||||||
icon: fluent:bin-recycle-20-filled
|
|
||||||
- href: https://gist.burning.moe/
|
- href: https://gist.burning.moe/
|
||||||
text: gist
|
text: gist
|
||||||
icon: carbon:paste
|
icon: carbon:paste
|
||||||
|
misc:
|
||||||
|
- href: https://bin.burning.moe/
|
||||||
|
text: wastebin
|
||||||
|
icon: fluent:bin-recycle-20-filled
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
StringMap:
|
||||||
|
words: some things that I've written
|
||||||
LinkMap:
|
LinkMap:
|
||||||
morrowind lua mods:
|
morrowind lua mods:
|
||||||
- href: https://git.burning.moe/celediel/morrowind-a-sinking-feeling
|
- href: https://git.burning.moe/celediel/morrowind-a-sinking-feeling
|
||||||
|
@ -17,9 +19,9 @@ LinkMap:
|
||||||
text: assorted mods for Caves of Qud
|
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
|
|
||||||
text: poiekolon - neovim plugin to add or toggle a char at the end of a line
|
|
||||||
icon: simple-icons:lua
|
|
||||||
- href: https://git.burning.moe/celediel/burning.moe
|
- href: https://git.burning.moe/celediel/burning.moe
|
||||||
text: burning.moe - this website
|
text: burning.moe - this website
|
||||||
icon: file-icons:go-old
|
icon: file-icons:go-old
|
||||||
|
- href: https://git.burning.moe/celediel/poiekolon.nvim
|
||||||
|
text: poiekolon.nvim - neovim plugin to add or toggle a char at the end of a line
|
||||||
|
icon: simple-icons:lua
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{{- template "base" . -}}
|
{{- template "base" . -}}
|
||||||
{{- define "content" }}
|
{{- define "content" }}
|
||||||
|
<span id="bigwords">
|
||||||
|
{{ index .StringMap "words" }}
|
||||||
|
</span>
|
||||||
<span id="words">
|
<span id="words">
|
||||||
{{- range $key, $value := .LinkMap }}
|
{{- range $key, $value := .LinkMap }}
|
||||||
<h4>{{ $key }}</h4>
|
<h4>{{ $key }}</h4>
|
||||||
|
|
Loading…
Reference in a new issue