pingcap / blog

https://pingcap.com/blog/
48 stars 43 forks source link

PingCAP Blog

Front Matter Example

---
title: Blog Title
author: ['Author']
date: yyyy-mm-dd
summary: Blog Summary
tags: ['tag1', 'tag2']
categories: ['category']
image: /images/blog/...
---

Metadata

For SEO and social media share

This is used to show the thumbnail shown in the social media platform.

This is for the description shown in the social media platform.

Lint

We use https://github.com/DavidAnson/markdownlint to lint all .md files.

To better check while writing, you can use vscode + vscode-markdownlint extension for VS Code.