diff options
author | Anton L. Šijanec <anton@sijanec.eu> | 2020-04-30 18:06:21 +0200 |
---|---|---|
committer | Anton L. Šijanec <anton@sijanec.eu> | 2020-04-30 18:06:21 +0200 |
commit | 06c31416d4e75d7b87056ab4ea5f5dc89160b8bc (patch) | |
tree | cef561c9c7a1c5336ca3c8e850a0ff743db28605 /README.md | |
parent | setting up folder structure (diff) | |
download | bverbose-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) +``` |