A small publishing system that can last
A personal archive should be easier to leave than to maintain. This one starts with Markdown, Git, and a database we are always willing to throw away.
Read entryTag
2 observations with this tag
A personal archive should be easier to leave than to maintain. This one starts with Markdown, Git, and a database we are always willing to throw away.
Read entrySQLite’s case for using a database as a document format is also a useful test for publishing systems: can the generated artifact be copied, inspected, and read without keeping an application server alive? A single database makes the search index disposable without making it opaque.