Live data from Hacker News

Open source template for building static web sites with Prismic.io and AWS S3

futurice.com

21–23 of 23 posts

Re: Open source template for building static web sites with Prismic.io and AWS S3

#21

Earlier quoted context omitted.

Replying to myself as a follow up: Make sure the S3 bucket is set to Static Website Hosting mode, and make sure your Index and Error documents are set appropriately. Then make sure your CloudFront distribution is pointed at the Website's endpoint and NOT the normal S3 endpoint.

That's exactly my configuration and works like a charm.

I initially had issues because I was pointing CloudFront at the normal S3 endpoint. Once that was solved, everything started working smoothly.

Re: Open source template for building static web sites with Prismic.io and AWS S3

#23

What we do is create a static site using Jekyll (or any other SSG) and then add teletext.io on top for content management. Then host it in S3 or GitHub pages. See: https://medium.com/teletext-io-blog/empower-your-static-gene...

I like the simplicity of just using a static site setup with a SSG, nice!
Post reply on HN