update with new theme for characters
This commit is contained in:
parent
b3b5074368
commit
110d351ccf
12 changed files with 67 additions and 18 deletions
|
@ -2,11 +2,12 @@
|
|||
title: 🚨 hold up 🚨
|
||||
description: taco's furry trash receptable [🔞]
|
||||
---
|
||||
# there's some weird stuff in here.
|
||||
|
||||
![artwork by rumwik](/img/aeolus.sippy.rumwik.png)
|
||||
|
||||
## there's some weird stuff in here.
|
||||
### you should be an adult if you want to read this.
|
||||
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?
|
||||
|
||||
```
|
||||
|
@ -15,3 +16,4 @@ description: taco's furry trash receptable [🔞]
|
|||
|
||||
## [✅ yes, i am an adult](home) | [🔞 no, i am a child](https://www.bluey.tv/)
|
||||
|
||||
don't say i didn't warn you!
|
|
@ -4,4 +4,11 @@ description: who is taco? and how much does he weigh?
|
|||
type: home
|
||||
---
|
||||
|
||||
> coming soon!
|
||||
> hey, fsauce. taco here. but when is here? [and how much does it weigh?](https://www.youtube.com/watch?v=P85Fj8m6v84)
|
||||
|
||||
helscome my wedsite.
|
||||
|
||||
its not done.
|
||||
|
||||
this page is best viewed using Firefox 111.0 or lower.
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
title: characters
|
||||
description: all of the creatures inside of taco's head
|
||||
type: home
|
||||
---
|
||||
|
||||
# characters
|
||||
{class="text-5xl mb-10"}
|
||||
# character list
|
||||
{class="text-5xl mb-5"}
|
||||
|
||||
|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|
|
||||
|---------|---------|--------|-------------------|------------------|---------------|---------------------------------------|---------------------|-----------|---------|-------------------|-------------------|-----------|-----------|-----------|
|
||||
|
@ -19,8 +18,7 @@ type: home
|
|||
|Sestra |Hitsu |she/they|Non-binary |Skaga |White wool |Curled ram horns |N/A |N/A |30s |89 |89 |N |Y |Y |
|
||||
|Suneko |Shinzo |he/him |Masculine |Swan |White feathers |Orange beak |N/A |N/A |30s |168 |168 |N |Y |N |
|
||||
|Terra |Viridis |he/him |Masculine |Pegasus |Brown coat |Green extremities (muzzle/hands/hooves)|Feathered short hair |Dark green |40s |178 |178 |Y |N |N |
|
||||
{class="table-auto"}
|
||||
|
||||
{class="max-w-md mb-10"}
|
||||
|
||||
# in-depth articles
|
||||
{class="text-5xl mb-10"}
|
||||
|
|
|
@ -4,7 +4,7 @@ description: places where you can find taco!
|
|||
type: home
|
||||
---
|
||||
|
||||
here's where you can find me on the internet!
|
||||
here's where you can find taco on the internet!
|
||||
|
||||
## socials
|
||||
|
||||
|
|
|
@ -4,4 +4,6 @@ description: music taco has made!
|
|||
type: home
|
||||
---
|
||||
|
||||
> coming soon!
|
||||
> music taco has made!
|
||||
|
||||
[to be added]
|
||||
|
|
|
@ -4,4 +4,6 @@ description: all of the words that taco managed to get out of his head
|
|||
type: home
|
||||
---
|
||||
|
||||
> coming soon!
|
||||
> aka: all of the words that taco managed to get out of his head
|
||||
|
||||
[to be added]
|
1
themes/avian/layouts/_default/_markup/render-link.html
Normal file
1
themes/avian/layouts/_default/_markup/render-link.html
Normal file
|
@ -0,0 +1 @@
|
|||
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>
|
16
themes/avian/layouts/characters/baseof.html
Normal file
16
themes/avian/layouts/characters/baseof.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang='{{ .Site.LanguageCode }}'>
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
<body class="flex flex-col min-h-screen bg-neutral-50 dark:bg-neutral-900 text-neutral-600 dark:text-neutral-400">
|
||||
|
||||
{{- partial "dev/dev-tools.html" . -}}
|
||||
{{- partial "header.html" . -}}
|
||||
<main class="flex-1 grow mx-auto w-screen max-w-screen-2xl px-6 sm:px-7 xl:px-8 2xl:px-10 pt-4 sm:pt-16">
|
||||
{{- partial "nav.html" . -}}
|
||||
{{- block "main" . }}{{- end }}
|
||||
</main>
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
|
||||
</html>
|
13
themes/avian/layouts/characters/list.html
Normal file
13
themes/avian/layouts/characters/list.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{ define "main" }}
|
||||
<main
|
||||
class="justify-self-center mb-16 px-6 sm:px-4 md:px-0 prose dark:prose-invert prose-slate lg:prose-lg hover:prose-a:text-sky-500">
|
||||
{{ .Content }}
|
||||
</main>
|
||||
{{ range .Pages }}
|
||||
<article
|
||||
class="justify-self-center mx-auto mb-16 px-6 sm:px-4 md:px-0 prose dark:prose-invert prose-slate lg:prose-lg hover:prose-a:text-sky-500">
|
||||
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
||||
{{ .Summary }}
|
||||
</article>
|
||||
{{ end }}
|
||||
{{ end }}
|
7
themes/avian/layouts/characters/single.html
Normal file
7
themes/avian/layouts/characters/single.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<article
|
||||
class="justify-self-center mx-auto px-6 mb-16 sm:px-4 md:px-0 prose dark:prose-invert prose-slate lg:prose-lg hover:prose-a:text-sky-500">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
{{ end }}
|
|
@ -3,6 +3,7 @@
|
|||
{{ partial "head.html" . }}
|
||||
|
||||
<body class="flex flex-col min-h-screen bg-neutral-50 dark:bg-neutral-900 text-neutral-600 dark:text-neutral-400">
|
||||
|
||||
{{- partial "dev/dev-tools.html" . -}}
|
||||
{{- partial "header.html" . -}}
|
||||
<main class="flex-1 grow mx-auto w-screen max-w-screen-2xl px-6 sm:px-7 xl:px-8 2xl:px-10 pt-4 sm:pt-16">
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<h2 class="justify-self-center mx-auto text-center text-xl mb-10">
|
||||
{{ with .Site.GetPage "/home" }}
|
||||
<a href="{{ .Permalink }}" class="hover:text-sky-500 dark:hover:text-sky-500">{{ .Title }}</a>
|
||||
<a href="{{ .Permalink }}" class="hover:text-lime-500 dark:hover:text-lime-500">{{ .Title }}</a>
|
||||
{{ end }}|
|
||||
{{ with .Site.GetPage "/about" }}
|
||||
<a href="{{ .Permalink }}" class="hover:text-sky-500 dark:hover:text-sky-500">{{ .Title }}</a>
|
||||
<a href="{{ .Permalink }}" class="hover:text-lime-500 dark:hover:text-lime-500">{{ .Title }}</a>
|
||||
{{ end }}|
|
||||
{{ with .Site.GetPage "/characters" }}
|
||||
<a href="{{ .Permalink }}" class="hover:text-sky-500 dark:hover:text-sky-500">{{ .Title }}</a>
|
||||
<a href="{{ .Permalink }}" class="hover:text-lime-500 dark:hover:text-lime-500">{{ .Title }}</a>
|
||||
{{ end }}|
|
||||
{{ with .Site.GetPage "/writing" }}
|
||||
<a href="{{ .Permalink }}" class="hover:text-sky-500 dark:hover:text-sky-500">{{ .Title }}</a>
|
||||
<a href="{{ .Permalink }}" class="hover:text-lime-500 dark:hover:text-lime-500">{{ .Title }}</a>
|
||||
{{ end }}|
|
||||
{{ with .Site.GetPage "/artwork" }}
|
||||
<a href="{{ .Permalink }}" class="hover:text-sky-500 dark:hover:text-sky-500">{{ .Title }}</a>
|
||||
<a href="{{ .Permalink }}" class="hover:text-lime-500 dark:hover:text-lime-500">{{ .Title }}</a>
|
||||
{{ end }}|
|
||||
{{ with .Site.GetPage "/links" }}
|
||||
<a href="{{ .Permalink }}" class="hover:text-sky-500 dark:hover:text-sky-500">{{ .Title }}</a>
|
||||
<a href="{{ .Permalink }}" class="hover:text-lime-500 dark:hover:text-lime-500">{{ .Title }}</a>
|
||||
{{ end }}
|
||||
</h2>
|
Reference in a new issue