Skip to content

meshtrade/mesh-dev-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh-Dev-Blog

Setup

  1. cd ui
  2. Run yarn install
  3. Run yarn dev

Writing a blog post

  1. Blogs live in ui/src/content/blog/
  2. Add either a .mdx or .md file
  3. Each blog needs to start with following heading:
---
title: TITLE
description: BLOG DESCRIPTION
pubDate: DATE
heroImage: /path/to/blog/image
author: YOUR NAME
---
  1. Any static files such as images or html embeddings go in ui/public/images/blog_name or ui/public/html/blog_name respectively

About

Engineering Blog for the Mesh Development Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published