dingtalk-dev.github.io Source
Clone the repo and:
$ npm install
then:
$ npm start
That's it!
- Write your post using Markdown and save it with
.md
extension. - Copy it to
path/to/repo/src/pages
. - That's all!
Please note that the filename should use kebab-case and the metadata should present before the text.
There is an example:
---
path: "/your-filename-without-ext"
date: "2019-03-28"
title: "Your Title"
author: "John Appleseed"
---
Your post text...
Just commit and push your changes. The CI system will automatically build the static resources and push them to the master
branch of this repo.
If you see error messages related to "sharp" or "403", that is a problem with GitHub. You can manually build and deploy it by running:
$ npm run deploy
Or just contact @unixzii.