jekyll 安裝使用

1. 安裝
 
  條件: ruby gem 注意版本,同時建議使用國內的鏡像
  
  1. gem install jekyll bundler
 
2. 建立網站
 
  1. jekyll new my-awesome-site
 
3.  啓動
  1. cd my-awesome-site
  2. bundle exec jekyll serve
 
4. 基本啓動命令
  1. $ jekyll build
  2. #=>當前文件夾中的內容將會生成到./_site 文件夾中。
  3. $ jekyll build --destination <destination>
  4. #=>當前文件夾中的內容將會生成到目標文件夾<destination>中。
  5. $ jekyll build --source <source>--destination <destination>
  6. #=>指定源文件夾<source>中的內容將會生成到目標文件夾<destination>中。
  7. $ jekyll build --watch
  8. #=>當前文件夾中的內容將會生成到./_site 文件夾中,
  9. #查看改變,而且自動再生成。
 
5. 參考地址
 
  1. http://jekyllrb.com/
  2. http://jekyllcn.com (中文)
相關文章
相關標籤/搜索