https://wechaty.js.org is the official Wechaty website for publishing latest news, blog posts, and documentation from our open source community.
- Fork it
- Syncing your fork
- Create your blog branch (git checkout -b your-blog)
- Write your blog in markdown
- Add your blog to
jekyll/_post
folder - Add related image to
jekyll/assets
folder (under$YEAR/$MONTH-your-blog-slug/
directory to contain your images) - Add your info into
jekyll/_contributors/your_github_id.md
- Commit your changes (git commit -am "${YOUR_BLOG_TITLE")
- Push to the branch
- Create new Pull Request
- Sign the CLA
- Wait for pass the GitHub Action CI, or fix whatever to make sure CI turns green
- Wait for @wechaty/editors to review
That's it!
All blog should has title, author, image...
Example as follows:
---
title: "'Score Your Face Photo' a ML&Wechaty practice"
author: your_github_username
image: your_teaser_image_path
---
<One line abstract for your blog post>
<Your beautiful blog post contents...>
- Keep all filenames & url as lowercase, and use
-
to connect words instead of space. e.g.2017-10-06-wechat-pc-impactor
instead of2017-10-06-WeChat PC Impactor
. No Chinese should be use in all filenames. - Find a good image for the blog to make it more beautiful.
- Embed the photo & video before publishing, save all external file to the blog
/jekyll/assets/${YEAR}/$MONTH-your-blog-slug/
directory.
Please do not commit unrelated files.
Example
{% include iframe.html src="https://www.youtube.com/watch?v=3eq8wJfCAWs" %}
or
{% include iframe.html src="/assets/2020/qijibot/final.pdf" %}
see more: Add iframe to wechaty blog
In order to make sure everything(file name, file size, etc) is ok, you can run the following command to check them before git push
.
npm install
npm test
Run the Jekyll localhost for blog preview.
Follow in the official instruction to install jekyll in your local jekyll quickstart
Run the Jekyll at localhost for blog preview. (It would be easier for a Ruby expert.)
make install
cd jekyll
make serve
Go to http://127.0.0.1:4000/blog/ , you can preview the blog successfully!
As an open source product, Wechaty thrives from contributions of community members. Whatever your skill set is, there is a lot you can do to help us make Wechaty better! So start forking!
At the same time, we also meet up offline all over the world, here is some activities:
- Wechaty Contributor Dinner
- The memorabilia of The First Chatie WWDC Party
- Shanghai WWDC - Wechaty Worldwide Developers Conference
- Wechaty Contributor Dinner with Data Girls
- Wechaty Country Wide Developer Conference
- .....
- Fork this repo
- Create your doc branch:
git checkout -b doc
- Write this doc in markdown
- Commit your changes
git commit -am 'doc comment'
- Push to the branch
- Create new Pull Request
- Migrating from gitbook to docsify.js
- Integrating GitBook with JSDoc to Document Your Open Source Project
- Markdown Linting Rules Documents
To get to know all our writers, see https://github.com/wechaty/wechaty.js.org/graphs/contributors
- @lijiarui, Rui LI, Microsoft AI MVP, Founder & CEO of Juzi.BOT (YC W19 Alumni)
- @huan, Huan LI, Tencent TVP of Chatbot, <[email protected]>
- @wj-Mcat, Jingjing WU, Author of Python Wechaty
- Code & Docs © 2016-now Wechaty Contributors https://github.com/wechaty
- Code released under the Apache-2.0 License
- Docs released under Creative Commons