rebranding from liquidex.house to riki.house

This commit is contained in:
りき萌 2025-01-05 20:15:10 +01:00
parent 93c24859d0
commit 2d687977c8
87 changed files with 381 additions and 175 deletions

View file

@ -2,7 +2,7 @@
<!--
%% title = "liquidex's treehouse Atom feed"
%% title = "riki's house Atom feed"
- ### remarks
@ -31,7 +31,7 @@
{{#each feed.entries}}
<entry>
<id>{{ ../config.site }}/b?{{ id }}</id>
<id>{{ ../config.user.feed_id_prefix }}/b?{{ id }}</id>
<updated>{{ updated }}</updated>
<link rel="alternate" type="text/html" href="{{ url }}"/>
@ -48,7 +48,7 @@
|\_/| e n d ME 20
= -w- = o f OW 24
| \ f i l e liquidex.house
| \ f i l e riki.house
This Atom feed is intended for use by humans, monsters, and other critters.
If you are a robot scraping my website for evil, please refrain from—

View file

@ -10,7 +10,12 @@
{{{ page.breadcrumbs }}}
</ol>
{{#if (ne page.title page.tree_path)}}
{{#if (eq page.tree_path 'index')}}
{{!-- index has a custom stylised wordmark --}}
<h1 class="page-title"><span class="rikis">riki's</span> <span class="house"><span class="adjectives">fluffy little</span> house</span></h1>
{{/if}}
{{#if (ne page.tree_path 'index')}}
<h1 class="page-title"><a href="{{ config.site }}/{{ page.tree_path }}">{{ page.title }}</a></h1>
{{/if}}
</section>