update readme

This commit is contained in:
2026-01-06 18:10:54 +01:00
parent ba708e3f32
commit 546979c413

View File

@@ -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? # How does the directory structure work?
Also pretty simple. You have: Also pretty simple. You have:
- `/config` for config files. Initially empty so you need to copy it from example dir or make one yourself. - `/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. - `/out` for processed site.
- `/posts` here you write your blog posts. Every file should be in markdown format, metadata included!. - `/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. - `/src` for cpp files. Here's where you run the binary to translate your markdown posts into html.