Skip to content

chenditc/chendi.me

Repository files navigation

Chen Di's Blog

This blog is build up on the boilerplate of Hux Blog, all documents is over there!

How do I host my blog?

This blog is hosted as a github pages website and bing with my own domain chendi.me

How to get code syntax highlight code?

From online html5 code generator

How to add dark layer to background?

Use online picture editing tool pixlr

  1. Upload picture to pixlr editor.
  2. Click "Adjust and Filter", apply blue to something around 20-30
  3. Turn the brightness down.

Now your background picture won't interfere with your Title.

How to see change locally

$ gem install jekyll bundle jekyll-paginate
$ jekyll serve --watch