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
nice tachyons stuff 👍 🙂
@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
Yeah, using tachyons at my latest side projects. Like it a lot so far. Saw on twitter that you are advocating for it
I'm really enjoying working with it
btw if you use Cloudfront you don't need to gzip yourself anymore
also there's free SSL via ACM (AWS Certificate Manager)
@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