Compare commits

...

3 commits

Author SHA1 Message Date
taco
c2a71575d8
fix: update landing page 2025-07-12 20:19:02 -04:00
taco
be5d09d7d7
feat: move menuing to frontmatter of each page 2025-07-12 20:17:35 -04:00
taco
54d9b63574
fix: change max-width to width for page so it's consistent 2025-07-12 19:31:35 -04:00
9 changed files with 44 additions and 43 deletions

View file

@ -8,15 +8,13 @@ type = "landing"
{{< figure src="/artwork/aeolus/guest/aeolus.sippy.rumwik.transparent.png" alt="A digital drawing of a green gryphon as they sip on a lemonade drink from a plastic cup. Artwork by Rumwik." caption="artwork by [rumwik](https://rumwik.tumblr.com/)" >}}
> have a bird to soothe you in these trying times.
### this website's content is indended for "mature audiences".
#### that basically means you should be over 18. like, an adult.
# are you _sure_ you want to continue?
> 🚨 content warning: `furry`, `nsfw`, `green gryphons`, `adult themes`, `18+` 🔞 🚨
> ### 🚨 content warning: 🚨
>
> `gay furry shit`, `nsfw stuff`, `green gryphons`, `adult themes`, `18+` 🔞
> ### this website's content is indended for "mature audiences".
> #### that basically means you should be over 18. like, an adult.
> # are you _sure_ you want to continue?
# [✅ yes, i am an adult](home) - [🔞 no, i am a child](https://www.bluey.tv/)
don't say i didn't warn you! i *WILL* ignore your complaining ass.
> don't say i didn't warn you! i *WILL* ignore your complaining ass.

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

View file

@ -16,7 +16,7 @@ body {
font-family: "Assistant", sans-serif;
line-height: 1.42;
margin: 0.666rem;
max-width: 666px;
width: 666px;
padding: 1rem;
border: 0.42rem solid $brown;
background: #eee;
@ -52,16 +52,17 @@ header {
}
}
.bird {
color: #F0B441;
color: #f0b441;
}
.cat {
color: #653931;
}
.online {
color: #69BD30;
color: #69bd30;
}
}
header, footer {
header,
footer {
hr {
width: 100%;
border: 0.2rem solid $brown;