It would be more useful if we can filter the list by Stars, License, Language, Created, Updated.
Click on the headings?
Static Site Generators
61–70 of 123 posts
Re: Static Site Generators
#62Is there any static site generators for photos? Something like "host your own flickr"? Something that uses exif tags, directory hierarchy, etc to make a static browsable list of your photos?
Re: Static Site Generators
#63Quickly scanned through - pretty sure jinja is a templating engine, not a static site generator...
https://github.com/jaspervdj/static-site-generator-comparison/commit/610b1b35742a281a84bfb18cf026842d1b92bf67Re: Static Site Generators
#64Is there any static site generators for photos? Something like "host your own flickr"? Something that uses exif tags, directory hierarchy, etc to make a static browsable list of your photos?
Re: Static Site Generators
#65Is there any static site generators for photos? Something like "host your own flickr"? Something that uses exif tags, directory hierarchy, etc to make a static browsable list of your photos?
Build your own. I've written something like that. It's not static, because I don't want to have to rebuild everything just 'cause I added a new photo, or fix a type. However, you do literately just use the file system to add and manage photos. I won't link to it because I don't want to link to my real ID. But it's pretty simple. You just have to recursively go over the folder, and get each photo. Make sure there is a…
Some generators (e.g. gostatic) can track changes and dependencies, rebuilding just what changed.
Re: Static Site Generators
#66Is there any static site generators for photos? Something like "host your own flickr"? Something that uses exif tags, directory hierarchy, etc to make a static browsable list of your photos?
Re: Static Site Generators
#67Is there any static site generators for photos? Something like "host your own flickr"? Something that uses exif tags, directory hierarchy, etc to make a static browsable list of your photos?
Build your own. I've written something like that. It's not static, because I don't want to have to rebuild everything just 'cause I added a new photo, or fix a type. However, you do literately just use the file system to add and manage photos. I won't link to it because I don't want to link to my real ID. But it's pretty simple. You just have to recursively go over the folder, and get each photo. Make sure there is a…
Re: Static Site Generators
#68Something similar: http://staticgen.com/ Same idea, but staticgen.com is a little easier to navigate but don't think it's quite as comprehensive.
Thanks for the mention - we're working on a new version that'll be open-source and more comprehensive (though still limited to open-source static site generators). Stay tuned :)
https://github.com/jaspervdj/static-site-generator-comparison/
as an underlying list, too? Maintaining a listing is pretty tedious with all the SSGs out there. I can set up web hooks and whatever to push to your servers if the listing changes.Re: Static Site Generators
#69Is there any static site generators for photos? Something like "host your own flickr"? Something that uses exif tags, directory hierarchy, etc to make a static browsable list of your photos?
Re: Static Site Generators
#70It's a static site generator all made with Ruby on Rails and AngularJS for the front.