diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 15:16:23 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:05 +0200 |
| commit | 5a05ca47edca3a5cf8fad2e19a533faaa1c7b362 (patch) | |
| tree | e828d52402354f518c12649589544dcf04a7f72e /content/posts/tech-stack-retro-prospective.md | |
| parent | 0e0701cb3baf603e1773194031ab37ec779dd8ff (diff) | |
Implement now page
Diffstat (limited to 'content/posts/tech-stack-retro-prospective.md')
| -rw-r--r-- | content/posts/tech-stack-retro-prospective.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/tech-stack-retro-prospective.md b/content/posts/tech-stack-retro-prospective.md index af16cf6..2c77fb5 100644 --- a/content/posts/tech-stack-retro-prospective.md +++ b/content/posts/tech-stack-retro-prospective.md @@ -5,7 +5,7 @@ extra: kind: note --- -I have a website authoring system that involves Obsidian sync and a hand-crafted static site generator (SSG) [written in Scheme](../archive/deploying-the-garden) that: +I have a website authoring system that involves Obsidian sync and a hand-crafted static site generator (SSG) [written in Scheme](/posts/deploying-the-garden) that: - syncs Markdown files to my VPS - compiles Markdown source files into HTML pages using pandoc @@ -36,6 +36,6 @@ I would like to add a new feature: rendering recent links from [my linkhut profi ### Approach -In the light of my [most recent post](../archive/pile-of-incomplete-projects) I should fight the urge to rewrite the thing in Rust. However, I really want to get rid of pandoc. +In the light of my [most recent post](/posts/pile-of-incomplete-projects) I should fight the urge to rewrite the thing in Rust. However, I really want to get rid of pandoc. As such, I will probably RiiR at some point, using a [markdown library](https://github.com/wooorm/markdown-rs) instead of pandoc. |
