1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

treewide: site redesign

This commit is contained in:
RGBCube 2025-06-01 21:32:33 +03:00
parent 3d663619e6
commit 4b146bbe4e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
80 changed files with 1842 additions and 1117 deletions

View file

@ -1,21 +1,20 @@
---
layout: text.vto
title: Blog
title: about:blog
---
<h1>Blog Articles</h1>
<h1>Blog Articles
<a class="-translate-y-4 text-sm font-[ecrou] pt-1 -ml-2" href="/blog.rss">rss</a>
<a class="-translate-y-4 text-sm font-[ecrou] pt-1 -ml-3" href="/blog.json">json</a>
</h1>
Are you old? Then you might want to check out my super cool
<a href="/blog.rss">RSS Feed</a> too!
<p>Here is where I dump all my schizophenic and sometimes coherent ramblings. Take a look!</p>
<ul>
{{ for article of search.pages("type=article", "order=asc date=desc")}}
<li>
<p>
<a href="{{ article.url }}">{{ article.date.toISOString().slice(0, 10) }}</a>:
{{ article.title }}
</p>
<code><a href="{{ article.url }}">{{ article.date.toISOString().slice(0, 10) }}</a></code>
<div class="inline-block">{{ article.title |> md }}</div>
</li>
{{ /for }}
</ul>