diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-11-21 12:13:42 +1100 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-11-21 12:13:42 +1100 |
commit | 34187df18835a6b13ffd4e045e1d69e2b8260248 (patch) | |
tree | d9baff1d3136af1c85ca0ef5cd5d99b9400d6e49 | |
parent | 7d527ad3260797d67e97903489d1eca0102ba631 (diff) | |
download | website-34187df18835a6b13ffd4e045e1d69e2b8260248.tar.gz website-34187df18835a6b13ffd4e045e1d69e2b8260248.zip |
added to readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |