From 45710ba3baee9270460e6f8daa9f260a052c267a Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Fri, 26 Apr 2024 14:44:49 +0200 Subject: [PATCH] i dont like the markdown spec, linebreaks should always be inserted --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 53f4661..5f8571e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # static site generator all files get copied from the `write` dir to the `site` dir + md files get converted to html in the process + using `template.html`, which should include `TITLE` and `CONTENT` + utf-8 is required + +ideas: +``` /blog/post_1.md -> /blog/post_1/index.html /blog/ferret.mp4 -> /blog/post_1/ferret.mp4 /blog/post_2/post_2.md -> /blog/post_2/index.html /blog/post_2/cat.png -> /blog/post_2/cat.png +```