From 546979c413ff66c90190cef1d4385ad9db298ff9 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 6 Jan 2026 18:10:54 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9bbfaa..eddc24c 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ From there you can rsync/push it to your server or do whatever you want to do wi # How does the directory structure work? Also pretty simple. You have: - `/config` for config files. Initially empty so you need to copy it from example dir or make one yourself. -- `/examples` example of configuration files. Tests are dependent on it so don't edit the content of these files! You can copy it to `/config` and edit it there. +- `/examples` example of configuration files. You can copy it to `/config` and edit it there. - `/out` for processed site. - `/posts` here you write your blog posts. Every file should be in markdown format, metadata included!. - `/src` for cpp files. Here's where you run the binary to translate your markdown posts into html.