homepage: add blog index

also minor bug fixes
This commit is contained in:
Fabian Montero 2025-08-26 13:20:04 -06:00
parent e71a06b6f0
commit 9b257e31fb
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
5 changed files with 138 additions and 17 deletions

View file

@ -59,14 +59,6 @@
<div class="posts">
Hi! :) You have reached the root endpoint of the posixlycorrect server,
my home server.
</br>
</br>
index:
{% set page = get_page(path="lib.md") %}
{{ post_macros::content(page=page, summary=false) }}
</div>
{% endblock content %}
</div>
@ -85,12 +77,14 @@
{% endif -%}
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme adapted from <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
<span class="copyright-theme-sep"></span>
</span>
</div>
{% endif -%}
</div>
Powered by <a href="https://nixos.org/">NixOS</a> and <a href="https://vpsfree.org/">vpsfree.org</a>. Backed up by <a href="https://rsync.net/"> rsync.net</a>.
<br>
Theme adapted from <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman.
</footer>
{% endblock footer %}