Make sure you have ruby 2.5.1
installed, use rbenv
in case you don't.
rbenv install
gem install bundler
To run the site locally:
make runserver
You need to All posts must contain this in their headers:
---
layout: post
title: Title of the post
date: Current date in YYYY-MM-DD format
description: Short description of the post
preview_img: file_name.png (name of the image from the directory `/assets/images/posts/`)
starred: true/false (if the post should be starred)
published: true/false (if the post should be published)
---