summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2017-11-20 14:36:41 +1100
committerdaniel-Jones <daniel@danieljon.es>2017-11-20 14:36:41 +1100
commit7d527ad3260797d67e97903489d1eca0102ba631 (patch)
treef2a4b6d5d10b256fb1cbccc4fbad515e9b18dcf4 /README.md
parent03fcf337c2d64dea2780b8f74531176465552605 (diff)
downloadwebsite-7d527ad3260797d67e97903489d1eca0102ba631.tar.gz
website-7d527ad3260797d67e97903489d1eca0102ba631.zip
fucking backticks, are you kidding me?
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 317d8a3..4ceb36e 100644
--- a/README.md
+++ b/README.md
@@ -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.