ruby --version
gem install jekyll bundler
cd /Users/yanglei/01_git/github_me/bjddd192.github.io
bundle install
bundle exec jekyll serve --watch
参见:https://blog.mattclemente.com/2016/02/24/getting-started-with-jekyll-part-3.html
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
可以在每篇日志的顶部加变量标识是否置顶或推荐,比如:
---
layout: post
...
ahead: true
recommend: true
---
然后在 index.html 里遍历所有日志的时候(index.html 里 36-56 行),用 post.ahead 和 post.recommend 来判断,然后做对应的处理。
参见:mzlogin/mzlogin.github.io#49
https://github.com/hejianchao/hejianchao.github.io