Merge branch 'master' of gitlab.com:harishankarv/biaweb2
authorHarishankar <v.harishankar@gmail.com>
Tue, 26 May 2020 08:36:37 +0000 (14:06 +0530)
committerHarishankar <v.harishankar@gmail.com>
Tue, 26 May 2020 08:36:37 +0000 (14:06 +0530)
Readme.md

index 5791da0..68f6c94 100644 (file)
--- a/Readme.md
+++ b/Readme.md
@@ -9,18 +9,19 @@ with the same tree structure, based on a set of templates.
 BiaWeb2 supports infinite nesting level of source sub-directories, with 
 each directory representing a "category". Thus, a website can have (say)
 a structure like
+
     + Home
-      + ----- Blog
-      + ------+------ Travel
-      + ------+------ History
-      + ------+------ Personal
-      + ------+------ Technology      
-      + ----- Creative
-      + ------+------ Reviews
-      + ------+------ +------- Books
-      + ------+-------+--------+-------- Fiction
-      + ------+-------+--------+-------- Non-fiction
-      + ----- Miscellaneous
+    + ----- Blog
+    + ------+------ Travel
+    + ------+------ History
+    + ------+------ Personal
+    + ------+------ Technology      
+    + ----- Creative
+    + ------+------ Reviews
+    + ------+------ +------- Books
+    + ------+-------+--------+-------- Fiction
+    + ------+-------+--------+-------- Non-fiction
+    + ----- Miscellaneous
 
 Thus the entire structure of the website is represented by the filesystem
 hierarchy of directories (which I think is an intuitive way of organizing
@@ -37,4 +38,4 @@ directory and `<templatedir>` is the location of the template files. The
 template that can be further customized to suit your needs. The main philosophy
 of BiaWeb2 is to be as configuration-free as possible and hence most of the 
 customization for a specific website is within the templates themselves. The
-option `-q` is quiet-mode, to suppress the messages. 
\ No newline at end of file
+option `-q` is quiet-mode, to suppress the messages.