在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:wechaty/jekyll开源软件地址:https://github.com/wechaty/jekyll开源编程语言:Java 39.5%开源软件介绍:Wechaty Organization WebsiteRepository for the Wechaty Organization Website, a resource for the Wechaty Organization. It is the official Wechaty website for publishing latest news, blog posts, and documentation from our open source community. Tutorials
How To Post a BlogTo submit a blog post for publication on wechaty.js.org, you can follow the steps below.
That's it! Guidelines For Writing a Blog Post1. Your blog post should have a HeaderThe header of your blog post should have a title, author and image. This is illustrated in the example below: ---
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...> 2. Writing Style
3. Do Not Commit Unrelated FilesPlease do not commit unrelated files. It will keep things tidy and make it easier to review your PR. 4. How To Add Videos and PDFs To Your Blog PostYou can add videos and PDFs to your blog post by using the syntax below. Example of how to add video or pdf {% include iframe.html src="https://www.youtube.com/watch?v=3eq8wJfCAWs" %} or {% include iframe.html src="/assets/2020/qijibot/final.pdf" %} You can read more at: Add iframe to wechaty blog How To Run TestsIn order to make sure your changes have not broken anything, you can run the following commands before pushing your changes to gitHub. npm install
npm test How To Preview Your changesIf you want to preview your blog post or changes on localhost, you need to have Jekyll installed in your machine. You can follow the jekyll quickstart instructions to install jekyll. 1. Install Jekyll by HandRun Jekyll at localhost to preview your blog post by running the commands below. make install
cd jekyll; make serve # or either run `./scripts/jekyll-serve.sh` for a fresh new start by cleaning cache 2. Preview the BlogYou can view the blog by navigating to http://127.0.0.1:4000/blog/ in your browser How To Make Other ContributionsIf you are not interested in writing a blog post but would still love to make a contribution, you are still welcome. We are delighted to have you around. Why contribute?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 are some activities you are invited to join if you are interested:
How to Run Locally
How To Contribute To the Documentation
Resources
WritersTo get to know all our writers, see https://github.com/wechaty/wechaty.js.org/graphs/contributors Historymain v0.11 (Apr 1, 2022)Split repo from one to two: Jekyll (this one) and Docusaurus. See: Issue wechaty/wechaty.js.org#1 v0.9 (Aug 23, 2021)
v0.5 (Aug 12, 2020)
v0.3 (Mar 9, 2017)Rename wechaty to chatie v0.0.1 (Dec 4, 2016)Init version Maintainers
Copyright & License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论