Using jekyll-materiallize

Overview

What is Jekyll?

Jekyll is a parsing engine bundled as a ruby gem used to build static websites from dynamic components such as templates, partials, liquid code, markdown, etc. Jekyll is known as “a simple, blog aware, static site generator”.

For more information, please read Jekyll

What is Jekyll-materiallize?

A blog theme system based on material design.

How to use jekyll-materiallize?
  • Visit Github and create an empty repo in specified format like <USERNAME>.github.io
  • Execute following commands
git clone https://github.com/leftstick/jekyll-materiallize <USERNAME>.github.io
cd <USERNAME>.github.com
git remote set-url origin git@github.com:<USERNAME>/<USERNAME>.github.io.git
git push -u origin master  
  • Modify attributes in _config.yml such as title , tagline , lang , footerDetail , author , production_url , comments , analytics
  • Feel free to register issue while you are encountering problems
Description

lang Which language you preferred to display in your blog, two languages are available, zh, en. You can easily extend any language you like in assets/lang/lang.js footerDetail Whether to display the detail part of the footer



blog comments powered by Disqus
Theme Introduction
2015-04-10