in reply to static website (and blog) generator?
Can anyone recommend a static website generator -- as opposed to my current hand-rolled setup?Personally, I use a similar hand-rolled setup for my main site based on Template Toolkit with some content generated from pod files. If you're interested I can provide you with the code, but there's only one really interesting piece in it and that's a custom include provider (I didn't like the default include system).
For my blog (see profile) I got extremely lazy and just dumped wordpress on a subdomain, because I wanted to allow comments and didn't want to think about design or anything but just posting stuff once a week or so.
Further, I've been wanting to add a blog to the site as well. Is there any reason I should avoid using statically generated html files for a blog?Static files will work well. You may need some server scripts if you want to have public comments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: static website (and blog) generator?
by flexo (Sexton) on Dec 17, 2007 at 22:30 UTC | |
by Joost (Canon) on Dec 17, 2007 at 22:34 UTC |