Github: Difference between revisions

From 太極
Jump to navigation Jump to search
(Created page with "= Jekyll = * [https://help.github.com/articles/using-jekyll-with-pages/ Using Jekyll with Pages] * [http://24ways.org/2013/get-started-with-github-pages/ Get Started With GitH...")
 
Line 1: Line 1:
= Jekyll =
= [http://jekyllrb.com/ Jekyll] =
* [https://help.github.com/articles/using-jekyll-with-pages/ Using Jekyll with Pages]
* [https://help.github.com/articles/using-jekyll-with-pages/ Using Jekyll with Pages]
* [http://24ways.org/2013/get-started-with-github-pages/ Get Started With GitHub Pages (Plus Bonus Jekyll)]
* [http://24ways.org/2013/get-started-with-github-pages/ Get Started With GitHub Pages (Plus Bonus Jekyll)]
== [http://jekyllrb.com/docs/installation/ Install Jekyll] ==
on Ubuntu 14.04 I use (the second command will take a while to start),
<pre>
sudo apt-get install ruby1.9.1-dev
sudo gem install jekyll
</pre>

Revision as of 10:01, 6 July 2015

Jekyll

Install Jekyll

on Ubuntu 14.04 I use (the second command will take a while to start),

sudo apt-get install ruby1.9.1-dev
sudo gem install jekyll