“Jekyll”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
(创建页面,内容为“=ins= <pre> sudo gem install jekyll bundler </pre>”)
 
→‎ins
 
(未显示同一用户的7个中间版本)
第1行: 第1行:
 
=ins=
 
=ins=
 +
 +
== Install prerequisitesPermalink==
 +
sudo apt-get install ruby-full build-essential
 +
 +
== Install Jekyll==
 
<pre>
 
<pre>
 
sudo gem install jekyll bundler
 
sudo gem install jekyll bundler
 +
 +
jekyll new myblog
 +
 +
bundle exec jekyll serve
 
</pre>
 
</pre>
 +
 +
其它
 +
Octopress is a framework designed for Jekyll,
 +
 +
=R=
 +
https://jekyllrb.com/docs/
 +
 +
https://github.com/jekyll/jekyll
 +
 +
 +
 +
 +
[[category:linux]] [[category:ruby]]

2021年11月4日 (四) 03:04的最新版本

ins

Install prerequisitesPermalink

sudo apt-get install ruby-full build-essential

Install Jekyll

sudo gem install jekyll bundler

jekyll new myblog

bundle exec jekyll serve

其它

Octopress is a framework designed for Jekyll,

R

https://jekyllrb.com/docs/

https://github.com/jekyll/jekyll