DEV Community

Discussion on: What are your preferred ways of hosting a blog? I like static blog hosted on s3 or netlify

Collapse
 
kartikpuri95 profile image
kartik puri • Edited

I use gridsome to build my blog and use code ship to deploy it to s3.

My Posting flow looks like this -:

  1. I use stackedit.io/ to connect my markdown folder in the repository
  2. I write the markdown post and hit sync on the stackedit
  3. Sync will push my markdown file to master branch and code ship will do the magic to deploy it to S3 bucket

The best part of having such blog is zero-footprint, no server cost, no hosting cost nothing, Only pay request charge for s3 which is next to negligible

Here is my blog chopcoding.com

Let me know you thoughts