Skip to content

fengrk/blog

 
 

Repository files navigation

blog.chatie.io

Chatie Official Blog

HOW TO POST BLOG

  1. Fork it
  2. Create your blog branch (git checkout -b your-blog)
  3. Write your blog in markdown
  4. Add your blog to _post folder
  5. Add related image to download folder
  6. Commit your changes (git commit -am 'added a blog')
  7. Push to the branch
  8. Create new Pull Request

Done!~

CONTRIBUTE GUIDELINE

1. Add Blog Header

All blog should has title, author, date...
Example as follows:

---
 layout: post
 title: "'Score Your Face Photo' a ML&Wechaty practice"
 date: 2017-09-18 09:00 +0800
 author: huyingxi
 ---
 
 > Author: [@huyingxi](https://github.com/huyingxi/wechaty_selfie) enjoying ML&Wechaty at BUPT

2. Writing Style

  • Keep all filenames & url as lowercase, and use - to connect words instead of space. e.g. 2017-10-06-wechat-pc-impactor instead of 2017-10-06-WeChat PC Impactor
  • 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 /download/2018 directory.

see more: Do not include Date in URL

3. Add <!--more--> Section

Add <!--more--> section for your abstract part, it will show on the blog homepage, or the blog homepage will show all your blog content.

4. Just Commit Related Files

Please do not commit unrelated files.

5. Add Vedios

Example

<iframe width="560" height="315" src="https://www.youtube.com/embed/3eq8wJfCAWs" frameborder="0" allowfullscreen></iframe>

TOOL

Online Editor

http://prose.io/#chatie/blog.chatie.io/tree/master/_posts

RUN LOCALHOST

Install

sudo apt install ruby-bundler
sudo apt install ruby-dev
sudo gem install ffi -v '1.9.18'
sudo gem install bundler
bundle install

View

bundle exec jekyll serve --watch

OTHERS

JEKYLL THEME

minima: https://github.com/jekyll/minima

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.5%
  • HTML 26.6%
  • Ruby 13.0%
  • Shell 1.9%