diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-11-20 14:36:41 +1100 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-11-20 14:36:41 +1100 |
commit | 7d527ad3260797d67e97903489d1eca0102ba631 (patch) | |
tree | f2a4b6d5d10b256fb1cbccc4fbad515e9b18dcf4 | |
parent | 03fcf337c2d64dea2780b8f74531176465552605 (diff) | |
download | website-7d527ad3260797d67e97903489d1eca0102ba631.tar.gz website-7d527ad3260797d67e97903489d1eca0102ba631.zip |
fucking backticks, are you kidding me?
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,11 +4,11 @@ static site generator for my website/blog/portfolio at https://danieljon.es My website previously relied heavily on php/databases and didn't render correctly inside my terminal web browser so I decided to take the static, html only route and created a static website generator. # how do I use it? I've created the setup.sh script, it will generate everything you need to get a minimal website up with a few example blog posts, anime recommendation of k-on, nico as your waifu and two sample projects in your portfolio. -''' +``` 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 -''' +``` # 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. |