“Jekyll”的版本间的差异
跳到导航
跳到搜索
(→ins) |
(→ins) |
||
(未显示同一用户的2个中间版本) | |||
第1行: | 第1行: | ||
=ins= | =ins= | ||
+ | |||
== Install prerequisitesPermalink== | == Install prerequisitesPermalink== | ||
sudo apt-get install ruby-full build-essential | sudo apt-get install ruby-full build-essential | ||
第9行: | 第10行: | ||
jekyll new myblog | jekyll new myblog | ||
+ | bundle exec jekyll serve | ||
</pre> | </pre> | ||
+ | 其它 | ||
+ | Octopress is a framework designed for Jekyll, | ||
+ | =R= | ||
https://jekyllrb.com/docs/ | https://jekyllrb.com/docs/ | ||
+ | |||
+ | https://github.com/jekyll/jekyll | ||
+ | |||
+ | |||
[[category:linux]] [[category:ruby]] | [[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,