This commit is contained in:
16
content/microblog/2025.smd
Normal file
16
content/microblog/2025.smd
Normal 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).
|
||||
14
content/microblog/index.smd
Normal file
14
content/microblog/index.smd
Normal 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
|
||||
Reference in New Issue
Block a user