inital
Some checks failed
Lint Commit Messages / commitlint (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
koffeejava
2026-04-17 07:28:44 -06:00
parent 0fbaa5359b
commit 9f841c330b
42 changed files with 1167 additions and 958 deletions

12
_tabs/posts.md Normal file
View File

@@ -0,0 +1,12 @@
---
# the default layout is 'page'
icon: fas fa-blog
order: 4
---
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>