“Jekyll”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
→‎ins
第9行: 第9行:
 
jekyll new myblog
 
jekyll new myblog
  
 +
bundle exec jekyll serve
 
</pre>
 
</pre>
  
 +
=R=
 +
https://jekyllrb.com/docs/
 +
 +
https://github.com/jekyll/jekyll
  
https://jekyllrb.com/docs/
 
  
bundle exec jekyll serve
 
  
  
 
[[category:linux]] [[category:ruby]]
 
[[category:linux]] [[category:ruby]]

2021年11月3日 (三) 06:21的版本

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

R

https://jekyllrb.com/docs/

https://github.com/jekyll/jekyll