From 34187df18835a6b13ffd4e045e1d69e2b8260248 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Tue, 21 Nov 2017 12:13:42 +1100 Subject: added to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ceb36e..5b2aaaf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Run ./setup.sh once. then everytime you update the site run: python3 generatesite.py && cp -r output/* /var/www #or where ever your root dir is ``` +Once ./setup.sh has been run once the directory named 'content' hosts all the website data. In it you'll find a directory for the blog in which each post is a .txt file counting up (1.txt is the first post). It's pretty self explanatory. + # settings.cfg? This file contains various settings you can change including the number of blog posts per page, titles, content locations, blog directory etc. Play with these if you want. -- cgit v1.2.3