summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnton L. Šijanec <anton@sijanec.eu>2020-04-30 18:06:21 +0200
committerAnton L. Šijanec <anton@sijanec.eu>2020-04-30 18:06:21 +0200
commit06c31416d4e75d7b87056ab4ea5f5dc89160b8bc (patch)
treecef561c9c7a1c5336ca3c8e850a0ff743db28605 /README.md
parentsetting up folder structure (diff)
downloadbverbose-06c31416d4e75d7b87056ab4ea5f5dc89160b8bc.tar
bverbose-06c31416d4e75d7b87056ab4ea5f5dc89160b8bc.tar.gz
bverbose-06c31416d4e75d7b87056ab4ea5f5dc89160b8bc.tar.bz2
bverbose-06c31416d4e75d7b87056ab4ea5f5dc89160b8bc.tar.lz
bverbose-06c31416d4e75d7b87056ab4ea5f5dc89160b8bc.tar.xz
bverbose-06c31416d4e75d7b87056ab4ea5f5dc89160b8bc.tar.zst
bverbose-06c31416d4e75d7b87056ab4ea5f5dc89160b8bc.zip
Diffstat (limited to 'README.md')
-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)
+```