Add base templates, theme, and dark mode

This commit is contained in:
thePR0M3TH3AN
2025-07-10 10:29:33 -04:00
parent b8e65e22dd
commit 7760eeefcc
8 changed files with 130 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<aside class="sidebar" id="sidebar">
<nav>
<ul>
{% for item in navigation %}
<li><a href="{{ item.path }}">{{ item.page.title }}</a></li>
{% endfor %}
</ul>
</nav>
</aside>