美文网首页
Windows Jekyll安装

Windows Jekyll安装

作者: Gavin的小窝 | 来源:发表于2016-12-26 10:18 被阅读0次

    下载、安装 ruby 和 DEVELOPMENT KIT

    地址http://rubyinstaller.org/downloads/

    cd C:\rubydevkitruby
    ruby dk.rb init 
    ruby dk.rb install
    

    安装Jekyll

    gem install jekyll
    

    安装Bundler

    gem install bundler
    

    创建测试Blog

    jekyll new firstblog
    cd firstblog
    jekyll serve
    

    浏览器访问 http://localhost:4000/

    局域网访问

    jekyll serve -w --host=0.0.0.0
    

    相关文章

      网友评论

          本文标题:Windows Jekyll安装

          本文链接:https://www.haomeiwen.com/subject/pjhjvttx.html