switch to zola

This commit is contained in:
CJSatnarine
2025-03-18 21:52:01 -04:00
parent 0b2ac07bbb
commit ce73128084
12 changed files with 3 additions and 10235 deletions

View File

@@ -6,7 +6,7 @@
<title>{{ config.extra.site_name }}</title>
<link rel="stylesheet" href="/extra.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<script type="importmap">
{
@@ -25,6 +25,8 @@
<section class="section">
<div class="container">
{% block content %} {% endblock %}
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
</div>
</section>
</body>