Moving to jekyll

This commit is contained in:
2025-04-06 22:00:08 -04:00
parent dfe7fee97c
commit befdfa3206
20 changed files with 290 additions and 42 deletions
+5
View File
@@ -0,0 +1,5 @@
<nav>
{% for item in site.data.navigation %}
<a href="{{ item.link }}"{% if page.url == item.link %} class="current"{% endif %}>{{ item.name }}</a>
{% endfor %}
</nav>