Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 319 Bytes

jekyll.md

File metadata and controls

19 lines (11 loc) · 319 Bytes
# 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
~/myblog $ bundle exec jekyll serve

https://jekyllrb.com/docs/quickstart/