diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-08-27 18:36:33 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-08-27 18:36:33 +0930 |
commit | 2391386f496705debf404c2269f04f727acb974d (patch) | |
tree | 3f1d0196119f2947a198bb54425a41a02fab9b72 | |
parent | e2435b96d80a3c12f24075c43323a67e432509c0 (diff) | |
download | website-2391386f496705debf404c2269f04f727acb974d.tar.gz website-2391386f496705debf404c2269f04f727acb974d.zip |
new readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ static site generator for my website/blog/portfolio at https://danieljon.es # why? 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? -This script is really _really_ optimised for _my_ setup. to use it in its default state you need ot do the following: +This script is really _really_ optimised for _my_ setup. to use it in its default state you need to do the following: modify template.txt to your liking, this is used on EVERY page |