From 253421480a9e9c7622c53f27652e1e50e9bfb41d Mon Sep 17 00:00:00 2001 From: lee2sman Date: Mon, 10 May 2021 03:23:55 -0400 Subject: [PATCH] add caveats --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e2c21a..1ec45a3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # panblog +Note: panblog is still in development and may continue to change, have bugs, destroy your computer, make your hand fall off, etc. + + panblog is a simple, minimal bash and pandoc-based static site generator. It takes a flat file directory of markdown files and can build a website inside a folder, or you can add just a new post to an existing panblog. panblog makes use of Pandoc, and specifically the template feature which allows the creation of html templates that include custom header and footer.