Skip to content

benasher44/benasher.co

Repository files navigation

This is the repository for my personal blog and website. It's a static site built with:

Stack

  1. jekyll
  2. bulma

It's hosted using AWS S3 and Cloudfront and deployed using Github Actions.

Setup

  1. Ruby 2.6
  2. bundler
  3. yarn
  4. Python 3 & pip (deployment only)

To get it running locally, run:

  1. yarn
  2. bundle install
  3. make serve

If you give this a try and find steps are missing (or find any other issue), please open a new issue or PR. Thanks!