diff --git a/content/characters/aeolus.md b/content/characters/aeolus.md index 726d663..93d4575 100644 --- a/content/characters/aeolus.md +++ b/content/characters/aeolus.md @@ -12,15 +12,14 @@ cheer up your day. 💚 -{{< figure src="/img/artwork/aeolus.stickers/11.png" alt="chibi sticker of aeolus - artwork by leeohfox" caption="artwork by [leeohfox](https://www.furaffinity.net/user/leeohfox/)" class="flex justify-center">}} +{{< figure src="/img/artwork/aeolus.stickers/11.png" alt="chibi sticker of aeolus - artwork by leeohfox" caption="artwork by [leeohfox](https://www.furaffinity.net/user/leeohfox/)" >}} Aeolus is a hybrid creature with a mixed genetic ancestry between a lion and a quaker parrot. He is 21cm tall, but can also be seen to be at heights of up to 1 meter or as small as a few centimeters. He has soft, green fur and plumage with a fuzzy white underbelly. He has a pretty little tufted brown tail. He is normally in his feral form, but he can shift into a bipedal form at will. -{{< figure src="/img/artwork/aeolus.yoshikigu.chubchow.greenheart.transparent.png" alt="aeolus in a green yoshi kigu hugging an egg - artwork by chubchow" caption="artwork by [chubchow](https://twitter.com/chubchow)" class="flex justify-center">}} - +{{< figure src="/img/artwork/aeolus.yoshikigu.chubchow.greenheart.transparent.png" alt="aeolus in a green yoshi kigu hugging an egg - artwork by chubchow" caption="artwork by [chubchow](https://twitter.com/chubchow)" >}} ## early life @@ -30,7 +29,10 @@ Aeolus was born like most gryphons in his world -- out of an egg. However, the o Aeolus spends most of his days lounging in conveniently Aeolus-sized locations (see: fits where he sits) around his mother, Maggie. She is usually working to tend to the farm and sell groceries at the shop they sell their goods at, so Aeolus is usually posted on her shoulder as a dedicated farm supervisor. He does a _lot_ of important work. ## notes and references -[to be added] +* Aeolus prefers to warble and make bird noises rather than coherent speech. Lots of his family and friends are able to understand him, regardless. [^1] ## further reading -[to be added] +* family: + * [Terra Viridis](../terra) + +[^1]: This is very ["The Cheat"-like](https://web.archive.org/web/20240520121900/http://www.hrwiki.org/wiki/The_Cheat#Speech) behavior, which is whereinspiration for the noises was drawn from. diff --git a/content/home.md b/content/home.md index 4975d0d..11d650a 100644 --- a/content/home.md +++ b/content/home.md @@ -3,25 +3,14 @@ title = "home" description = "taco's furry trash receptable [18+]" +++ -i'm busy setting everything up still. sorry for the mess. -trust me, it'll look better soon. +helscome my wedsite. -|![](/img/buttons/under_construction.gif)|![](/img/buttons/under_construction.gif)|![](/img/buttons/under_construction.gif)| -|---|---|---| +its not done. -## things you can look at for now +this page is best viewed using Nedscape 1.0 +or lower -* [characters](../characters) -* [links](../links) - -## things that are coming soon - -* [writing](../writing) -* [about](../about) -* [artwork](../artwork) -* [music](../music) - -{{< figure src="/img/artwork/aeolus.pixelbird.stardew.png" alt="artwork by concernedape in stardew valley, edit by taco" class="flex justify-center">}} +{{< figure src="/img/artwork/aeolus.pixelbird.stardew.png" alt="artwork by concernedape in stardew valley, edit by taco" caption="artwork by [concernedape](https://www.stardewvalley.net), edited by taco" >}} |![](/img/buttons/lovenow.gif)|![](/img/buttons/powered-by-debian.gif)|![](/img/buttons/srgb-now.png)|![](/img/buttons/budgie.gif)|![](/img/buttons/cool-shades.gif)|![](/img/buttons/cooltxt.gif)| |---|---|---|---|---|---|---|---| diff --git a/content/links.md b/content/links.md index 991171d..f256f11 100644 --- a/content/links.md +++ b/content/links.md @@ -5,7 +5,7 @@ description = "places where you can find taco!" here's where you can find taco on the internet! -# socials +## socials * fediverse * [chirpbirb@meow.social](https://meow.social/@chirpbirb) @@ -15,11 +15,9 @@ here's where you can find taco on the internet! * centralized * [chirpbirb@twitter.com](https://twitter.com/@chirpbirb), inactive because fuck elon -# galleries +## galleries * [furaffinity](https://www.furaffinity.net/user/chirpbirb) * [weasyl](https://www.weasyl.com/~chirpbirb) -i also run a linkstack instance @ fursona.directory that has all of my current links/galleries. :3 - -check it out [here](https://fursona.directory/@taco)! +i also run a linkstack instance @ [fursona.directory](https://fursona.directory) that has all of my current links/galleries. check it out [here](https://fursona.directory/@taco)! :3 diff --git a/themes/aviary/assets/css/main.css b/themes/aviary/assets/css/main.css deleted file mode 100644 index 166ade9..0000000 --- a/themes/aviary/assets/css/main.css +++ /dev/null @@ -1,22 +0,0 @@ -body { - color: #222; - font-family: sans-serif; - line-height: 1.5; - margin: 1rem; - max-width: 768px; -} - -header { - border-bottom: 1px solid #222; - margin-bottom: 1rem; -} - -footer { - border-top: 1px solid #222; - margin-top: 1rem; -} - -a { - color: #00e; - text-decoration: none; -} diff --git a/themes/aviary/assets/css/main.scss b/themes/aviary/assets/css/main.scss new file mode 100644 index 0000000..38c3083 --- /dev/null +++ b/themes/aviary/assets/css/main.scss @@ -0,0 +1,51 @@ +body { + color: #222; + font-family: sans-serif; + line-height: 1.5; + margin: auto; + max-width: 666px; +} + +header { + border-bottom: 1px solid #222; + margin-bottom: 1rem; +} + +footer { + border-top: 1px solid #222; + margin-top: 1rem; +} + +h1 { + text-align: center; +} + +a { + color: #00e; + text-decoration: none; +} + +main { + max-width: 666px; +} + +img { + max-width: 100%; +} + +nav { + ul { + display: flex; + flex-direction: row; + list-style-type: none; + justify-content: center; + margin: 0; + padding: 0; + li { + margin: 1rem; + } + li .active { + text-decoration: underline; + } + } +} diff --git a/themes/aviary/assets/js/main.js b/themes/aviary/assets/js/main.js index e2aac52..8cf0cc0 100644 --- a/themes/aviary/assets/js/main.js +++ b/themes/aviary/assets/js/main.js @@ -1 +1 @@ -console.log('This site was generated by Hugo.'); +console.log('This site was generated by Kobolds in your browser\n...and by Hugo.'); diff --git a/themes/aviary/layouts/landing/home.html b/themes/aviary/layouts/landing/home.html index e0e8308..4cfd224 100644 --- a/themes/aviary/layouts/landing/home.html +++ b/themes/aviary/layouts/landing/home.html @@ -1,3 +1,4 @@ {{ define "main" }} +

{{ .Title }}

{{ .Content }} {{ end }} diff --git a/themes/aviary/layouts/partials/head/css.html b/themes/aviary/layouts/partials/head/css.html index 91b928d..e67787b 100644 --- a/themes/aviary/layouts/partials/head/css.html +++ b/themes/aviary/layouts/partials/head/css.html @@ -1,8 +1,11 @@ -{{- with resources.Get "css/main.css" }} +{{ $opts := dict "transpiler" "libsass" "targetPath" "css/style.css" }} +{{- with resources.Get "css/main.scss" }} {{- if eq hugo.Environment "development" }} - + {{- with . | toCSS $opts | fingerprint }} + + {{- end }} {{- else }} - {{- with . | minify | fingerprint }} + {{- with . | toCSS $opts | minify | fingerprint }} {{- end }} {{- end }}