# 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
{{#tags}}- {{label}}
{{/tags}}