diff --git a/README.md b/README.md index ee2920c..bd5d30b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # This is my server! It's not much, but it's mine. It used to run on flask, but now it is just static html to be served through nginx. Who needs to actually write server code, right? :( -It's still in progress, and completely broken at the moment. \ No newline at end of file +It's still in progress, and completely broken at the moment. + +Okay this has been updated towards being statically generated and served by nginx (or whatever stat +ic web server you like). I have made a fancy schmancy STATIC SITE GENERATOR in `generate.ignore.py` +, which basically just renders jinja templates for appropriate files! it's pretty self-explanatory, + use -h to get help on the args, it's a great time.