From 27c103d8299129ba101552005df8ca4ab3897ce9 Mon Sep 17 00:00:00 2001 From: Alex Lardner Date: Thu, 6 Aug 2026 16:30:50 -0700 Subject: [PATCH] add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef242a6 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +#blahblah +##Flat-file blog compiled from SQLite + +blahblah is a simple blog engine that reads markdown-formatted files or direct input into an SQLite +database, and compiles the blog into static html formatted with jinja2 templates on publishing. + +This is a very early form of the software, heavily tailored to my site, just to get it running. + +##Todo +-Robust configuration +-More generic templating options, provide CSS +-Expand content generation to entire site using markdown, templating, and CSS +-CSS configuration tool +-Actually be able to navigate past one page (seriously, this thing barely works yet) +-Navigation by dates +