diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-08-27 18:35:43 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-08-27 18:35:43 +0930 |
commit | e2435b96d80a3c12f24075c43323a67e432509c0 (patch) | |
tree | 78ab20af0badbd4f627471467134e6c68899ae14 /README.md | |
parent | 1a6f59a1bd3244403b0d222a24374a384b5e7e58 (diff) | |
download | website-e2435b96d80a3c12f24075c43323a67e432509c0.tar.gz website-e2435b96d80a3c12f24075c43323a67e432509c0.zip |
new readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,10 +6,15 @@ My website previously relied heavily on php/databases and didn't render correctl This script is really _really_ optimised for _my_ setup. to use it in its default state you need ot do the following: modify template.txt to your liking, this is used on EVERY page + create a directory named content + create content/index.txt, this will hold your index.html content (just text and stuff) + create content/portfolio.txt (or remove generateportfolio();) + create directory content/blog + create blog posts in content/blog, 1.txt is the OLDEST post. It's all just .txt files, you can add html/js to them. |