summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2aaae9b..75c537a 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ You should rather use jekyll or Publii.
The aim of this is not to be better, it is worse than any other CMS.
# folder structure:
+```
bVerbose
├── assets (files for compiling the blog together)
│   ├── content (user/writer-created content, bvr files and media)
@@ -40,4 +41,5 @@ bVerbose
├── src (source files in C, made by me)
├── test (test scripts for individual functions in src and lib)
└── tmp (temp folder of bVerbose, used whilst compiling bvr into HTML)
+```