Setting up your blog with this template is easy peasy.
- Clone the repo
- Run
yarn install
and thennode ./scripts/clean
to start fresh - Edit this blog post in
./data/blog
- To add a new blog post, create a
.md
file in./data/blog
with 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```