“Jekyll”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
→‎ins
→‎ins
 
第1行: 第1行:
 
=ins=
 
=ins=
 +
 
== Install prerequisitesPermalink==
 
== Install prerequisitesPermalink==
 
  sudo apt-get install ruby-full build-essential
 
  sudo apt-get install ruby-full build-essential
第11行: 第12行:
 
bundle exec jekyll serve
 
bundle exec jekyll serve
 
</pre>
 
</pre>
 +
 +
其它
 +
Octopress is a framework designed for Jekyll,
  
 
=R=
 
=R=

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