From 3f055a79b54d65a267f75b7a28fd4a0526e31d5c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 13 Oct 2024 01:56:26 -0400 Subject: [PATCH] Added WIP warning to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b94efa..855ed65 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Zona is a small tool for building a static blog website. It allows users to write pages and blog posts in Markdown and automatically build them into a static, JavaScript-free style blog. +**Warning:** Porting existing functionality into Go is still WIP. Zona is not ready to use while this warning persists. + ## Features - Simple CLI build interface.