http://prose.io/#chatie/blog.chatie.io/tree/master/_posts
sudo apt install ruby-bundler
sudo apt install ruby-dev
sudo gem install ffi -v '1.9.18'
sudo gem install bundler
bundle install
bundle exec jekyll serve --watch
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
- 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
- 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.
Add <!--more-->
section for your abstract part, it will show on the blog homepage, or the blog homepage will show all your blog content.
Please do not commit unrelated files.
Example
<iframe width="560" height="315" src="https://www.youtube.com/embed/3eq8wJfCAWs" frameborder="0" allowfullscreen></iframe>
minima: https://github.com/jekyll/minima