jerofree / jerofree.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Generic

require:

  • jekyll >= 3.0.3
  • 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 your color

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

About


Languages

Language:CSS 79.6%Language:HTML 15.9%Language:Ruby 4.3%Language:JavaScript 0.2%