summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/blog.md10
-rw-r--r--content/blog/11ty.md1
-rw-r--r--content/blog/cbin.md1
-rw-r--r--content/blog/pipedals.md1
4 files changed, 12 insertions, 1 deletions
diff --git a/content/blog.md b/content/blog.md
new file mode 100644
index 0000000..016afa9
--- /dev/null
+++ b/content/blog.md
@@ -0,0 +1,10 @@
+---
+title: Blog
+layout: page
+---
+<div> {% for post in collections.blog | reverse %}
+ <a href="{{ post.url }}" class="blogpost">
+ <h3>{{ post.data.title }}</h3>
+ <small>{{ post.date | date }}<span style="float:right;">{{ post.url }}</span></small>
+ </a><br> {% endfor %}
+</div>
diff --git a/content/blog/11ty.md b/content/blog/11ty.md
index 2f60b34..5e837a7 100644
--- a/content/blog/11ty.md
+++ b/content/blog/11ty.md
@@ -2,7 +2,6 @@
title: This website now uses 11ty!
keywords: new 11ty
date: 2026-03-14
-modified: 2026-05-31
---
Thanks to my friend Jan Palma for making the website! (check him out <a href="https://janpalma.cz/" target="_blank">here</a>)
diff --git a/content/blog/cbin.md b/content/blog/cbin.md
index 3dbd1a3..e31767d 100644
--- a/content/blog/cbin.md
+++ b/content/blog/cbin.md
@@ -1,6 +1,7 @@
---
title: Made a Pastebin site :P
keywords: pastebin bin paste cbin
+date: 2026-05-07
---
These past few days I've spent my time working on a project called CBin, along with my friend Jan Palma (who made the frontend). It is a pastebin server written in C (if you couldn't tell)
diff --git a/content/blog/pipedals.md b/content/blog/pipedals.md
index 3136e3d..ab07957 100644
--- a/content/blog/pipedals.md
+++ b/content/blog/pipedals.md
@@ -1,6 +1,7 @@
---
title: Dead simple digital guitar pedals in C
keywords: guitar pedal c simple
+date: 2026-05-25
---
There's something I hate about the entire "professional digital audio workstation ecosystem", it's the complexity.