diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-02-27 10:28:01 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-02-27 10:28:01 +1030 |
commit | 4ef2c06d12399377d5e0179afb4cf07f4c6f046a (patch) | |
tree | f3ff7e9ebb7650ce0ab7d827beb4b51add2f7cc9 | |
parent | 669e806c271fc93c7d464fd06a6f6e8ec1a76fa1 (diff) | |
download | website-4ef2c06d12399377d5e0179afb4cf07f4c6f046a.tar.gz website-4ef2c06d12399377d5e0179afb4cf07f4c6f046a.zip |
added interesting.txt generation
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,3 +27,5 @@ echo "<div class='middiv'><div class='cover'><img src='https://danieljon.es/view echo "Opinions on things. <br><br> <a href='anime.html'>anime</a> & <a href='everything.html'>everything else</a>." > content/opinions/index.txt #make content/opinions/everything.txt echo "Put your own stuff here." > content/opinions/everything.txt +#make content/interesting.txt +echo "interesting things on this page." > content/interesting.txt |