update README

This commit is contained in:
2026-01-04 14:26:45 +01:00
parent d7604f7c8e
commit 1ed6aa25a1

View File

@@ -17,6 +17,7 @@ Every entry is pretty self-explanatory.
# How does the directory structure works? # How does the directory structure works?
Also pretty simple. You have: Also pretty simple. You have:
- `/config` for config files - `/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. - `/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. - `/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. - `/src` for cpp files. Here's where you run the binary to translate your markdown posts into html.