# Install the gems gem install jekyll bundler # Create a new site at `./myblog` jekyll new myblog cd myblog # Optional: if you're targeting github-pages, # use this Gemfile instead. cat > Gemfile <<-END source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins END bundle exec jekyll serve See: Jekyll quickstart See: github/pages-gem ./ ├── _config.yml │ ├── _data/ │ └── ... │ ├── _d