summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2017-11-21 12:13:42 +1100
committerdaniel-Jones <daniel@danieljon.es>2017-11-21 12:13:42 +1100
commit34187df18835a6b13ffd4e045e1d69e2b8260248 (patch)
treed9baff1d3136af1c85ca0ef5cd5d99b9400d6e49 /README.md
parent7d527ad3260797d67e97903489d1eca0102ba631 (diff)
downloadwebsite-34187df18835a6b13ffd4e045e1d69e2b8260248.tar.gz
website-34187df18835a6b13ffd4e045e1d69e2b8260248.zip
added to readme
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 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.