-
Website
http://guestlistapp.com/ -
Original page
http://www.guestlistapp.com/blog/2009/10/21/5-reasons-to-use-a-static-site-generator-instead-of-wordpress.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
artemgassan
1 comment · 1 points
-
ax0n
1 comment · 1 points
-
saulcolt
1 comment · 1 points
-
bentlegen
4 comments · 1 points
-
andhapp
1 comment · 1 points
-
-
Popular Threads
Nevertheless, its a very neat idea.
Also, you don't want this to happen:
http://img63.imageshack.us/img63/3830/screensho...
I'm a big fan of static websites for content that barely changes.
Why would you need to bother with optimizing your servers and learn all sorts of tips and tricks about different frameworks and caching options if you don't need to.
I had a look at Instiki (static/dynamic wiki written in ruby) and I think its also in the right direction.
Very good post.
Anyone know of a good plugin for wordpress to do something similar that still handles commenting?
For example my set up:
The blog is written in Pylons and acts like a regular wordpress like site. In Apache I setup a Proxy/mod_cache (mod_disk_cache) virtualhost in front of it. So each page is hit dynamically once and subsequent results are static serves never hitting the dynamic app ever again. On updates, I just log in and update / modify / edit, and nuke the cache, so the changes are reflected once again. Like you I too switched to Disqus :) to solve the commenting problem.
This method is easy to set up, plus no need to mess with rsyning html files around or need to use a static file generator (use what ever web app you want to use)
I've also started playing around with staticmatic, but haven't produced anything significant with it to date, so am withholding judgement.
Webby: http://github.com/TwP/webby/
Staticmatic: http://staticmatic.rubyforge.org/