May 31, 2013 at 2:51 pm
#833365
Member
Another option is to use a static site generator like jekyll
https://github.com/mojombo/jekyll
Basically you set up the template and as you want to add new content you just re-run the program and it spits out a complete static website. This can help with performance and hosting because nothing is being dynamically generated by the host server.