How to install this theme

2014-12-18 MoreFreeze 更多博文 » 博客 » GitHub »

sample-post

原文链接 https://morefreeze.github.io/2014/12/how-to-install.html
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


How to install Freshman theme?

{% highlight Bash shell scripts linenos%}

please make sure you have already installed git tools and ruby tools(gem)

$ gem install sass $ gem install jekyll $ git clone https://github.com/yulijia/freshman21.git {% endhighlight %} <!--more--> Then, change the folder name to you own github page name, forexample

{% highlight Bash shell scripts %}

$ mv freshman thisisyouname.github.io

{% endhighlight %}