From 52a5a9d9bd8d767bd76c02f20668e1c7d92e33f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Wed, 29 Apr 2020 22:38:41 +0200 Subject: setting up folder structure --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 47d87c8..2aaae9b 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,24 @@ No. bVerbose sucks. You are allowed to use it, but please don't. It is made for 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) +│   │   ├── authors (author's descriptions and bios) +│   │   ├── global.bvr (file that is loaded on every page compilation) +│   │   ├── media (images and videos, copied directly to dist) +│   │   └── posts (pages and posts in bvr format for compiling in the blog) +│   └── layout (theme, may be possible to create multiple themes and switch seamlessly) +│   ├── css (css files that get bundled and minified) +│   ├── fonts (fonts, directly copied to dist) +│   ├── html (bvr files that make up the layout of the webpage) +│   └── js (javascript files that get *bundled together and minified*(!)) +├── dist (output website, set as root folder of nginx) +├── lib (libraries and other stuff I borrowed from other people) +├── README.md (this file) +├── 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) + -- cgit v1.2.3