flexo has asked for the wisdom of the Perl Monks concerning the following question:
I keep a bunch of Pod files (actually, Perl 6 Pod) hanging around on my local machine that contain my own various notes, and currently use perldoc2xhtml plus a homegrown script to convert them to html and create a small statically generated website out of them.
Can anyone recommend a static website generator -- as opposed to my current hand-rolled setup?
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? My plan was to generate the blog in a similar way to the rest of the site (everything done locally), and then just rsync it to the server everytime I add a new post.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: static website (and blog) generator?
by Joost (Canon) on Dec 17, 2007 at 21:02 UTC | |
by flexo (Sexton) on Dec 17, 2007 at 22:30 UTC | |
by Joost (Canon) on Dec 17, 2007 at 22:34 UTC | |
|
Re: static website (and blog) generator?
by naChoZ (Curate) on Dec 17, 2007 at 20:50 UTC | |
by flexo (Sexton) on Dec 17, 2007 at 22:11 UTC | |
|
Re: static website (and blog) generator?
by Erez (Priest) on Dec 17, 2007 at 22:24 UTC | |
|
Re: static website (and blog) generator?
by markbenson (Initiate) on Apr 21, 2014 at 18:34 UTC |