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:
|
||||
hosted apps:
|
||||
status:
|
||||
- href: https://kuma.burning.moe/status/amazing-beaver
|
||||
text: burning.moe status page
|
||||
icon: simple-icons:uptimekuma
|
||||
git:
|
||||
- href: https://git.burning.moe/
|
||||
text: gitea
|
||||
icon: mdi:git
|
||||
- href: https://bin.burning.moe/
|
||||
text: wastebin
|
||||
icon: fluent:bin-recycle-20-filled
|
||||
- href: https://gist.burning.moe/
|
||||
text: gist
|
||||
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:
|
||||
morrowind lua mods:
|
||||
- href: https://git.burning.moe/celediel/morrowind-a-sinking-feeling
|
||||
|
@ -17,9 +19,9 @@ LinkMap:
|
|||
text: assorted mods for Caves of Qud
|
||||
icon: teenyicons:c-sharp-solid
|
||||
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
|
||||
text: burning.moe - this website
|
||||
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" . -}}
|
||||
{{- define "content" }}
|
||||
<span id="bigwords">
|
||||
{{ index .StringMap "words" }}
|
||||
</span>
|
||||
<span id="words">
|
||||
{{- range $key, $value := .LinkMap }}
|
||||
<h4>{{ $key }}</h4>
|
||||
|
|
Loading…
Reference in a new issue