summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorElis Eriksson <spelis@spelis.li>2026-07-04 22:04:31 +0200
committerElis Eriksson <spelis@spelis.li>2026-07-04 22:04:31 +0200
commitc102b125743523ddac625f5ca9ee90da246cc646 (patch)
tree3dbeba4fac581658baa6f44c4753ff448591bfc8 /content
parent5144b142f670a864cbbab438a3dc31efceedb3fd (diff)
downloadspelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.gz
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.bz2
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.lz
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.xz
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.zst
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.zip
more blog related modifications
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.