Add my content
All checks were successful
Build OCI Image / docker (push) Successful in 36s

This commit is contained in:
2025-08-05 11:51:37 +08:00
parent cc57dee334
commit 705e1e3dab
18 changed files with 150 additions and 383 deletions

View File

@@ -0,0 +1,16 @@
---
.title = "Microblog - 2025",
.date = @date("2025-01-01"),
.author = "Yadunand Prem",
.layout = "microblog.shtml",
.draft = false,
---
[]($section.id('about'))
## About
A place for short form thoughts and ideas
> This page lists entries for the current year, for past entries consult the [microblog archive](/microblog/).
## [Hello World]($section.id("2025-08-05"))
This is the first entry in this year's microblog created with [Zine](https://zine-ssg.io)! I'm exploring using Jujutsu as a VCS right now, and it seems interesting. The site data can be found [here](https://git.yadunut.dev/yadunut/yadunut.dev).

View File

@@ -0,0 +1,14 @@
---
.title = "Microblog Archive",
.date = @date("2025-01-01"),
.author = "Yadunand Prem",
.layout = "microblog-archive.shtml",
.alternatives = [{
.name = "rss",
.layout = "microblog.xml",
.output = "index.xml",
}],
.draft = false,
---
The archive of my microblogging posts by year