My own : https://gitorious.org/fugitive ;-).
That name is very close to vim fugitive.
Poll: What's your favorite static site generator?
101–110 of 124 posts
Re: Poll: What's your favorite static site generator?
#102Re: Poll: What's your favorite static site generator?
#103Webby ( http://webby.rubyforge.org/ ) Branch with ruby 1.9 fixes is at https://github.com/namelessjon/webby It is not under active development, but is for me feature-complete, stable and incredibly flexible. Advantages are: - pure ruby (no liquid templates needed) - each page has its own subdirectory where one can put images, scripts etc; your article becomes a 'package'. - chained templating filters; you can do erb-…
Re: Poll: What's your favorite static site generator?
#104Docpad is really, really a great static generator. It doesn't use a lot of files, its file architecture is easy to understand, and it's node, so I don't have to hack with ruby versions.
Re: Poll: What's your favorite static site generator?
#105I like wok. It appears to be missing :)
Re: Poll: What's your favorite static site generator?
#106Re: Poll: What's your favorite static site generator?
#107bash and wget. Simple example: for f in `ls *.php`; do wget http://myexample.com/$f -O $f.html; done; rename 's/\.php\.html/.html/' * sed -i 's/\.php/.html/g' *.html
Kinda. When I need a 'static' site I just use whichever CMS/framework is best and wget --mirror the output.
Re: Poll: What's your favorite static site generator?
#108Hammer http://hammerformac.com/
Re: Poll: What's your favorite static site generator?
#109Re: Poll: What's your favorite static site generator?
#110All I need is a simple "Get a quote" page.