Commit Graph

8 Commits

Author SHA1 Message Date
Badri Sunderarajan 7d633d5fa7
Add summary for Retiring Rooms 2024-04-14 17:07:29 +05:30
Badri Sunderarajan d1ca908fb6
Correct story title in Retiring Rooms
It's just "Diaboliad", not "The Diaboliad".
2024-04-14 17:06:56 +05:30
Badri Sunderarajan 4bf036a6fd
Link to Ravi's website in Retiring Rooms 2024-04-14 17:06:40 +05:30
Badri Sunderarajan 326b5ab6dd
Add post: Retiring Rooms 2024-04-14 17:01:18 +05:30
Badri Sunderarajan 306a01bc3f
Add post: Kobo Art
I had written this a while ago, but only got around to publishing
it now. Incidentally, there's a bit of time-travel because I've
set the date to when I originally wrote it but the screenshots,
if you look at the date, are from images drawn quite a bit later.
Anyway, I'll leave it out there and see if anyone notices ;)
2024-04-14 16:16:13 +05:30
Badri Sunderarajan 69ea5ac4ce
Separate code blog from ordinary blog
This can now be done by putting code-only posts in a "clog" folder
instead of the customary "blog". To implement this, the code
checks the path of every file and matches the beginning with the
string "posts/clog/".

Other posts can be moved to a "blog" folder or kept outside as-is;
it doesn't make a difference because everything that is not in
"posts/clog/" is filed into the ordinary blog as a default.
2024-03-31 17:12:31 +05:30
Badri Sunderarajan bac208e5eb
Add posts from my earlier blog and remove the dummy one
The posts had to be mildly modified to work here:

- Field names were changed to lowercase in the metadata
- Times were set to 00:00, because Haunt's parser required times
  and I had no clue what the actual times were supposed to be
- The Markdown poem had to be changed from using <del/> tags to
  ~strikethrough with a tilde~, because raw HTML blocks aren't
  supported by the default guile-commonmark parser. Strikethrough
  with tilde's isn't either, but I ended up creating my own fork
  which [does have the option](https://git.disroot.org/badrihippo/guile-strickenmark).
- The "Category" field had to be remove because the parsen was
  complaining about it :(

You can see the source for the original posts, if GitHub is
still around by the time you read this (or you have access to
their Arctic Vault or evil LLM memory or whatever) at the repo:

https://github.com/badrihippo/badrihippo.github.io
2024-02-20 18:01:19 +05:30
Badri Sunderarajan e1a58527fe
Initial commit, following David Thompson's tutorials
https://dthompson.us/projects/haunt.html
2024-02-13 16:25:41 +05:30