feat: move menuing to frontmatter of each page

This commit is contained in:
taco 2025-07-12 20:17:35 -04:00
parent 54d9b63574
commit be5d09d7d7
No known key found for this signature in database
7 changed files with 32 additions and 30 deletions

View file

@ -1,6 +1,11 @@
+++
title = "about"
description = "but when is taco? and how much does it weigh?"
[menus]
[menus.main]
name = '👤 about'
pageRef = '/about'
weight = 20
+++
> hey, tsauce. taco here. but when is here? [and how much does it weigh?](https://www.youtube.com/watch?v=P85Fj8m6v84)

View file

@ -1,4 +1,11 @@
+++
title = "artwork"
description = "artwork taco has obtained or made"
[menus]
[menus.main]
name = '🎨 artwork'
pageRef = '/artwork'
weight = 40
+++
note: all artwork has been resized from its original rendering to 1024 pixels wide to save on bandwidth and space. check out my online galleries to see the originals!

View file

@ -2,6 +2,11 @@
title = "characters"
description = "all of the creatures inside of taco's head"
type = "character"
[menus]
[menus.main]
name = '🐾 characters'
pageRef = '/characters'
weight = 30
+++
|Forename |Surname |Pronouns|Gender presentation|Genetic ancestry |Primary feature|Secondary feature |Hair style |Hair color |Age |Natural Height (cm)|Current Height (cm)|Has A Penis|Has A Vulva|Has Breasts|

View file

@ -1,6 +1,11 @@
+++
title = "home"
description = "taco's furry trash receptable [18+]"
[menus]
[menus.main]
name = '🏡 home'
pageRef = '/home'
weight = 10
+++
helscome my [wedsite](https://web.archive.org/web/20240708121013/http://hrwiki.org/wiki/Homestar_Runner%27s_Website).

View file

@ -1,6 +1,11 @@
+++
title = "links"
description = "places where you can find taco!"
[menus]
[menus.main]
name = '🔗 links'
pageRef = '/links'
weight = 60
+++
here's where you can find taco on the internet!

View file

@ -1,6 +1,11 @@
+++
title = "writing"
description = "all of the words that taco managed to get out of his head"
[menus]
[menus.main]
name = '📔 writing'
pageRef = '/writing'
weight = 50
+++
> aka: all of the words that taco managed to get out of his head

View file

@ -3,33 +3,3 @@ languageCode = 'en-us'
title = '🐥😺 birdcat dot online 🌐'
theme = 'aviary'
enableGitInfo = true
[[menus.main]]
name = 'home'
pageRef = '/home'
weight = 10
[[menus.main]]
name = 'about'
pageRef = '/about'
weight = 20
[[menus.main]]
name = 'characters'
pageRef = '/characters'
weight = 30
[[menus.main]]
name = 'artwork'
pageRef = '/artwork'
weight = 40
[[menus.main]]
name = 'writing'
pageRef = '/writing'
weight = 50
[[menus.main]]
name = 'links'
pageRef = '/links'
weight = 60