initial theming dev

This commit is contained in:
Cory Dransfeldt 2023-03-11 17:12:34 -08:00
parent 5c673525d6
commit f1e52677ed
No known key found for this signature in database
47 changed files with 4008 additions and 9033 deletions

View file

@ -2,10 +2,8 @@
layout: main
---
<p class="text-5xl md:text-6xl font-black py-10 md:py-20 leading-tight">
{{ title }}
</p>
{% include "nav.liquid" %}
{% include "header.liquid" %}
{{ content }}
<div class="pt-12 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
{{ content }}
</div>