Setting up your blog with this template is easy peasy.
- Clone the repo
- Run
yarn installand thennode ./scripts/cleanto start fresh - Edit this blog post in
./data/blog - To add a new blog post, create a
.mdfile in./data/blogwith the following format:
layout: post
title: Setting up this template
date: 2021-11-14 13:00:00 +0530
categories: guide
excerpt: This excerpt will show up in blog list
---
Content```