-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publishblog #1041
Publishblog #1041
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good post!
Please change as I request, I believe it would help a lot of developers know how to publish a blog in the future when it is merged.
|
||
![branch1](/assets/2021/07-how-to-publish-blog-on-wechaty/branch1.png) | ||
|
||
![branch2](/assets/2021/07-how-to-publish-blog-on-wechaty/branch1.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thinks you should change branch1.png
to branch2.png
|
||
![branch2](/assets/2021/07-how-to-publish-blog-on-wechaty/branch1.png) | ||
|
||
![branch3](/assets/2021/07-how-to-publish-blog-on-wechaty/branch1.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thinks you should change branch1.png
to branch3.png
10. 本地预览 | ||
|
||
在本地运行Jekyll来预览博客。 | ||
本地写好了代码以后提交到github上,运行: ssh -L 4000:127.0.0.1:4000 [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notice: only wechaty contributors can have this, you should mention this in the PR.
Since you have already published a PR, so you are a contributor now!
@gangena Please make CI green to match the new rules, see: https://github.com/wechaty/wechaty.js.org/issues/1035 |
Please make CI green. |
Please make sure to check the following boxes creating your pull request, thank you very much!
Add Blog Header, including title, author, image, categories, tags, etc.
For example:
Keep all filenames lowercase, and use
-
to connect words instead of space. e.g.2017-10-06-wechat-pc-impactor.md
instead of2017-10-06-WeChat PC Impactor.md
Embed video/pdf from YouTube/Bilibili/local (if there's any) by using
{% include iframe.html src="URL_or_PATH" %}
. (Learn more about how to embed file/url in the post by reading this blog postSave photo to local before publishing, to a folder named by
${MONTH}-${YOUR_BLOG_SLUG}/
under/assets/2021/
directory.Select a beautiful and meaningful teaser image for your blog
Create your contributor profile (if you are a first time contributor)
For excample:
Here is the example file:
To learn more about the contribute guideline, visit: https://wechaty.js.org/docs/contributor-program/