项目作者: oiahoon

项目描述 :
Joey's Notes | 黄药师的笔记本
高级语言: CSS
项目地址: git://github.com/oiahoon/oiahoon.github.io.git
创建时间: 2018-03-24T16:03:13Z
项目社区:https://github.com/oiahoon/oiahoon.github.io

开源协议:Apache License 2.0

下载


Joey’s Notes

View Live Joey’s Notes →

framework

Jekyll

development

serve locally:

  1. $ bundle exec jekyll serve

sublime plugin:
sublime-jekyll

create new post

  1. # by adding below two gems
  2. # gem 'thor'
  3. # gem 'stringex'
  4. $ thor jekyll:new The title of the new post

build production pages:

  1. $ jekyll build