Fork me on GitHub
#perun
<
2016-11-24
>
podviaznikov07:11:32

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

martinklepsch07:11:41

nice tachyons stuff 👍 🙂

podviaznikov07:11:49

@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

podviaznikov07:11:40

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

martinklepsch07:11:56

I'm really enjoying working with it

martinklepsch08:11:08

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

martinklepsch08:11:14

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

podviaznikov20:11:51

@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