Wechaty.js.org is using Jekyll for our three parts:
wechaty.js.org/ | Repo Folder |
---|---|
[News] | _posts (with news tag) |
[Blog] | _posts |
[Contributors] | _contributors/ |
- For news posts (will show in
/news/
URL), addnews
totags
- For sticky posts, add
sticky
totags
```
title: xxxxx
author: xxxxx
categories: xxxxx
tags:
- xxxxx
image: /assets/2022/xxxxx/logo.webp
mermaid: true
```
Run the Jekyll at localhost for blog preview.
Follow in the official instruction to install jekyll in your local jekyll quickstart
This is the recommended way for new users to easy getting started
make docker-serve
You should not use this way except you are a Ruby expert.
make install
make serve