frontend-tools icon indicating copy to clipboard operation
frontend-tools copied to clipboard

Add static site generators

Open davecranwell opened this issue 11 years ago • 3 comments

As a front-end dev I often use static site generators for their templating abilities, during html development. The output is still standalone static HTML pages, but by using something like Jekyll to build those pages you can properly template it and ensure inheritance between each page you're developing.

davecranwell avatar Oct 30 '12 14:10 davecranwell

Good idea, I would like to see a collection of static site generators with they capabilities.

Imaginarydesign avatar Oct 30 '12 21:10 Imaginarydesign

here's a gist with a list: https://gist.github.com/2254924 and an introduction to Static Site Generators: http://mickgardner.com/2011/04/27/An-Introduction-To-Static-Site-Generators.html

vladootz avatar Nov 05 '12 15:11 vladootz

Now there are even more lists:

  • http://staticsitegenerators.net/
  • https://www.staticgen.com/
  • https://github.com/pinceladasdaweb/Static-Site-Generators

jnv avatar Aug 09 '14 10:08 jnv