Skip to content

Latest commit

 

History

History

jekyll

Jekyll for wechaty.js.org

Wechaty.js.org is using Jekyll for our three parts:

wechaty.js.org/ Repo Folder
[News] _posts (with news tag)
[Blog] _posts
[Contributors] _contributors/

YAML front matter

  1. For news posts (will show in /news/ URL), add news to tags
  2. For sticky posts, add sticky to tags

Use mermaid

```
title: xxxxx
author: xxxxx
categories: xxxxx
tags:
  - xxxxx
image: /assets/2022/xxxxx/logo.webp
mermaid: true
```

Serve from local

Run the Jekyll at localhost for blog preview.

0 Prerequisites

Follow in the official instruction to install jekyll in your local jekyll quickstart

1 Use Docker

This is the recommended way for new users to easy getting started

make docker-serve

2 Install Jekyll by Hand

You should not use this way except you are a Ruby expert.

make install
make serve

Links

Maintainers

wechaty/contributors