←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.213s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. schemescape ◴[] No.35742124[source]
md2blog: creates a tiny (a few kilobytes per page, with no JavaScript) blog from Markdown files, with two features that I couldn’t find elsewhere:

* Links between Markdown files “just work” (both when viewing the Markdown source on GitHub and in the final HTML version of the site), including anchors

* Posts are automatically tagged based on directory structure (e.g. all files in “posts/linux” are tagged with “linux”)

Bonus: my entire site hot-rebuilds on my 12 year-old netbook in under a second (with a few tweaks that I should probably publish a new build for).

https://jaredkrinke.github.io/md2blog/