jekyll, tutorial,

Quick Start Guide

关注作者 Jan 20, 2019 · 1 min read
Quick Start Guide
分享

If you already have a full Ruby development environment with all headers and RubyGems installed (see Jekyll’s requirements), you can create a new Jekyll site by doing the following:

# Install Jekyll and Bundler gems through RubyGems
gem install jekyll bundler

# Create a new Jekyll site at ./myblog
jekyll new myblog

# Change into your new directory
cd myblog

# Build the site on the preview server
bundle exec jekyll serve

# Now browse to http://localhost:4000
--- END ---
加入邮件订阅,收取最新消息
获取一手资料,防止链接失效的好办法!我们从不发送垃圾邮件!
本文作者: