TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Photish, a simple multithreaded static photo portfolio generator

29 pointsby hlawsonover 9 years ago

4 comments

hlawsonover 9 years ago
A demo site is here <a href="https:&#x2F;&#x2F;foinq.com&#x2F;photish-montage&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;foinq.com&#x2F;photish-montage&#x2F;index.html</a>
hlawsonover 9 years ago
I created Photish as most of the static website generators I came across and used were text focused. The tooling, patterns and structure were geared towards sites with lots of text based content.<p>Photish is focused on photo based websites. Using a collection of albums in a folder, some templates defined in the language of your choice and some (optional) accompanying metadata in a YAML file, Photish will transcode your images into your desired formats (using ImageMagick) and parse and render the templates against your photo collection.<p>Transcoding large photo collections can take time, Photish does it&#x27;s best to speed up this process by creating multiple threads to allow ImageMagick transcodes to run in parallel. It also caches all transcodes to avoid regeneration as you develop your site locally.<p>Try it out, let me know what you think! The project is in it&#x27;s early days but it is in a working and performant state. Happy to take feature requests and or pull requests.
评论 #10794562 未加载
avitzurelover 9 years ago
Command line screenshots isn&#x27;t really helping for a visual tool. With no screenshots or an online demo this requires a lot of work to just decide if it&#x27;s useful or not.<p>Also, I haven&#x27;t looked at the code but the first thing I do when looking at Ruby projects is look for test&#x2F;spec directory. Kudos for having it and testing your library
评论 #10793010 未加载
jasondecastroover 9 years ago
Could we get screenshot examples?
评论 #10792887 未加载
评论 #10792976 未加载