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: HipstaDeploy – Generate and deploy static websites on CloudFront

20 pointsby proudlygeekabout 11 years ago

3 comments

proudlygeekabout 11 years ago
Author here: Happy it can be useful to others :)<p>Right now i&#x27;ve only tested it with a local Ghost installation but <i>theorically</i> it should work with every blogging platform since it uses wget to fetch pages. Since it&#x27;s basically a very silly and dumb shell script i didn&#x27;t want to use something platform specific such as grunt &#x2F; gulp &#x2F; rake &#x2F; whatever.<p>Feel free to give me your feedback about it (Bugs, Features, etc.)
评论 #7779893 未加载
steadicatabout 11 years ago
If anyone is interested in a Node.js alternative, it’s pretty straightforward to use Gulp (<a href="http://gulpjs.com/" rel="nofollow">http:&#x2F;&#x2F;gulpjs.com&#x2F;</a>) for this. Take a look at the deploy task for my personal web site for an example: <a href="https://github.com/steadicat/attardi.org/blob/master/gulpfile.js#L78" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;steadicat&#x2F;attardi.org&#x2F;blob&#x2F;master&#x2F;gulpfil...</a>
评论 #7780323 未加载
oddevanabout 11 years ago
THANK YOU!<p>THANK YOU THANK YOU THANK YOU!<p>Currently I&#x27;m using a local Wordpress install and a static site plugin and I&#x27;m getting kinda fed up with the gotchas. (Detail and links at <a href="http://www.oddevan.com/about" rel="nofollow">http:&#x2F;&#x2F;www.oddevan.com&#x2F;about</a> ) If this does what you say it does, not only can I automate the deploy process, I can move over to Ghost (which I&#x27;m already using for its superior Markdown editor).