add ascii art
All checks were successful
Hugo / build (push) Successful in 8s

This commit is contained in:
brooke 2024-10-29 17:12:45 -04:00
parent ac821105a0
commit b9d9b52493

View file

@ -5,7 +5,7 @@
///_.-' _..--.'_ \ `( ) ) // // ///_.-' _..--.'_ \ `( ) ) // //
/ (_..-' // (< _ ;_..__ ; `' / /// / (_..-' // (< _ ;_..__ ; `' / ///
/ // // // `-._,_)' // / ``--...____..-' /// / // / // // // `-._,_)' // / ``--...____..-' /// / //
Ascii Art by: Felix Lee Art by Marcin Glinski
</pre> </pre>
{{ end }} {{ end }}
{{ if eq .Site.Params.asciiArt 2 }} {{ if eq .Site.Params.asciiArt 2 }}
@ -16,4 +16,35 @@
'---''(_/--' `-'\_) '---''(_/--' `-'\_)
Ascii Art by: Felix Lee Ascii Art by: Felix Lee
</pre> </pre>
{{ end }}
{{ if eq .Site.Params.asciiArt 3 }}
<pre>
|\---/|
| ,_, |
\_`_/-..----.
___/ ` ' ,""+ \ sk
(__...' __\ |`.___.';
(_,...'(_,.`__)/'.....+
</pre>
{{ end }}
{{ if eq .Site.Params.asciiArt 4 }}
<pre>
__,._
/ _ \
| 6 \ \ oo
\___/ .|__||
__,..="^ . , " , \
<.__________________/
Art by Donovan Bake
</pre>
{{ end }}
{{ if eq .Site.Params.asciiArt 5 }}
<pre>
| .-.
| / \ .-.
| / \ / \ .-. .-. _ _
+--/-------\-----/-----\-----/---\---/---\---/-\-/-\/\/---
| / \ / \ / '-' '-'
|/ '-' '-'
</pre>
{{ end }} {{ end }}