Skip to content

clarityhub/chapi-blog

Repository files navigation

Clarity Hub Blog

Getting Started

npm i
npm start

How to write an article

  1. Create a file in src/pages/articles/. Name the file [date]-[slug].md;
  2. Add your frontmatter:
---
title: [title]
date: "[date]"
authors:
  - [author]
featureImage: ./[image]
tags:
  - [tag]
---
  1. Write your article
  2. Make sure you have a feature image the you added to your frontmatter in src/pages/articles/.
  3. That's it!

Deployment

⚠️ Heads up, this repo uses a different deployment scheme.

In order to make it easier and quicker to release blog posts, this repo uses a different deployment method:

  • Deploy to production by committing to master.
  • To deploy to the dev environment, merge commits into the develop branch.

About

Blog site for Clarity Hub API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors