Post

jekyll博客生成.md

关于如何配置jekyll博客。

  1. 下载安装Ruby和RubyGems
  2. 安装Jekyll和Bundler
    1
    
    gem install jekyll bundler
    
  3. 建立项目文件夹并进入
    1
    
    jekyll new 项目名称
    
  4. 安装bundle依赖
    1
    
    bundle install
    
  5. 启用本地服务预览
    1
    
    bundle exec jekyll serve
    
This post is licensed under CC BY 4.0 by the author.