Skip to content

vgist/vgist.github.io

Repository files navigation

Generic

Requirement:

  • jekyll >= 3.9.0
  • jekyll-paginate >= 1.1.0

Create new post

rake post title='A Title'
or
rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]

Create new page

rake page name='about.html'

Define colour

Edit the file: assets/_sass/_custom.scss

Use qiniu cdn

rake qrsync

Then, follow tips to do

Docker Compose

docker-compose up -d

Create new post

docker exec -ti jekyll rake post title='A Title'
or
docker exec -ti jekyll rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]

License