botbotbot 's blog

How to set up this blog

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.

Set up github page:

  1. Follow setup guilde of Github page for more information about jekyll on github look at
```
http://help.github.com/articles/using-jekyll-with-pages
```   2. Clone project from [Lanyon](http://lanyon.getpoole.com)  

```
  git clone https://github.com/poole/lanyon.git
```  
  1. Configs jekyll in _config.yml
```yaml
  #setup
  title:            botbotbot  
  tagline:          "'s blog"  
  description:      "botbotbot's blog"  
  url:              http://ibotdotout.github.io  
  paginate:         5  
```
  1. Make tags.md in root directory copy code from
```
https://github.com/LanyonM/lanyonm.github.io/blob/master/tags.html
```
  1. Let blog it.

Add Feed in Jekyll

  1. Jekyll Feed plugin - Recommend
  2. Atom Feed in Jekyll
  3. RSS Feed in Jekyll
  4. RSS for Jekyll blogs

References:

  1. http://joshualande.com/jekyll-github-pages-poole/
  2. Table not render when use Redcarpet in Jekyll GitHub Pages?
  3. Jekyll-Plugins
  4. Jekyll Stater
  5. Adding Disqus Comment to your Jekyll
  6. How can I get backtick fenced code blocks working inside lists (with kramdown)?