From 7d527ad3260797d67e97903489d1eca0102ba631 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Mon, 20 Nov 2017 14:36:41 +1100 Subject: fucking backticks, are you kidding me? --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3