How to setup this blog?
I'm following botbotbot 's blog to setup this blog. Some contents of this post is original from him.
"This blog created by Jekyll that is ruby scripts to transforms plain text into static html website and blogs and hosted on Github Page that free hosting support Jekyll.This blog use Lanyon theme that based on Poole a minimal style of Jekyll." botbotbot said.
All of below steps are same as botbotbot 's blog, but I have used Hyde theme intead.
Set up github page:
Follow setup guilde of Github page for more information about jekyll on github look at
http://help.github.com/articles/using-jekyll-with-pages
Clone project from Hyde.
git clone https://github.com/poole/hyde.git
Configs jekyll in
_config.yml
.# Setup title: Mildronize's blog tagline: 'mildronize-blog' description: 'My dev blog' url: http://mildronize.github.io baseurl: / paginate: 5
Make tags.md in root directory copy code from
https://github.com/LanyonM/lanyonm.github.io/blob/master/tags.html
Let blog it.
Next Step
Note:
If you got the message from jekyll build(or serve) Liquid Exception: Failed to get header.
, try to check your python version that is python 2.7.
See full instruction from http://akenn.org/blog/Liquid-Exception-Jekyll/
Recommended Resources
Related Resources
Git, GitHub, and GitHub Pages
- Git Documentation
- Learn Git and GitHub in 15 minutes
- GitHub Glossary
- GitHub Help
- GitHub Cheat Sheet
- GitHub For Academics
- GitHub Pages Help