perun

Discuss perun static site generator
podviaznikov 2016-11-24T07:46:32.000242Z

My latest boot file https://github.com/podviaznikov/podviaaznikov.com/blob/master/build.boot. Has some decent complexity. Good example how to use several collections and render tasks

martinklepsch 2016-11-24T07:47:41.000244Z

nice tachyons stuff 👍 🙂

podviaznikov 2016-11-24T07:47:49.000245Z

@juliobarros if you want to have standalone html page without rendering then you can put it into resources/public/your-page-name.html. That should work

podviaznikov 2016-11-24T07:48:40.000246Z

Yeah, using tachyons at my latest side projects. Like it a lot so far. Saw on twitter that you are advocating for it

martinklepsch 2016-11-24T07:59:56.000247Z

I'm really enjoying working with it

martinklepsch 2016-11-24T08:00:08.000248Z

btw if you use Cloudfront you don't need to gzip yourself anymore

martinklepsch 2016-11-24T08:00:14.000249Z

also there's free SSL via ACM (AWS Certificate Manager)

podviaznikov 2016-11-24T20:38:51.000253Z

@martinklepsch thanks for the gzip tip. Didn’t know that. I tried ACM with my other project and was really happy to have https for free. No need for cloudflare anymore. However didn’t do cloudfront and ACM for my personal site yet