Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: Word press and HTML

[bsa_pro_ad_space id=2]
#833365
WheenoFrire
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.