mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 20:20:41 +02:00
update README
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user