From 1ed6aa25a1ea17ecfe3d8da041eb20ba86accb54 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sun, 4 Jan 2026 14:26:45 +0100 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c32139d..9e68236 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Every entry is pretty self-explanatory. # How does the directory structure works? Also pretty simple. You have: - `/config` for config files +- `/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. - `/out` for ready site. This folder should be on the web server. - `/posts` here you write your blog posts. Every file should be in markdown format. - `/src` for cpp files. Here's where you run the binary to translate your markdown posts into html.