Poll: What's your favorite static site generator?
61–70 of 124 posts
Re: Poll: What's your favorite static site generator?
#62Re: Poll: What's your favorite static site generator?
#63Hyde: http://ringce.com/hyde
(Disclaimer: I'm a Pelican project committer.)
Re: Poll: What's your favorite static site generator?
#64Re: Poll: What's your favorite static site generator?
#65Re: Poll: What's your favorite static site generator?
#66(Disclaimer: I'm a Pelican project committer.)
Re: Poll: What's your favorite static site generator?
#67Re: Poll: What's your favorite static site generator?
#68NestaCMS got my vote, because it's what I use for my blog. Is it really a static site generator, though? It can be used as one, I guess, but I think of it as a dyamic Sinatra app.
Re: Poll: What's your favorite static site generator?
#69So, let's hear it. What makes your favorite better than Jekyll?
Re: Poll: What's your favorite static site generator?
#70Not much new things to learn, literally no limits and a lot of freedom.
And here is my toolset:
LIVEditor: Edit html and css and see the result instantly (http://liveditor.com, my own project, you can imagine LIVEditor = Web Browser + Code Editor + Html Inspector like the one in Firebug).
Mustache: Use this logic-less template system to represent reusable content in the html.
Python: Call pystache to stuff the {{mustache}} templates in the html files.