From 31a130891ce19e8f1961b5ddea6c0f897fc377a0 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 26 Apr 2020 21:21:22 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c751824..2628feb 100644 --- a/README.md +++ b/README.md @@ -226,12 +226,12 @@ Regardless of which of the two methods you choose, after setting up beautiful-je Below is a summary of the steps required to set up a site with remote themes: -### Remote themes with a GitHub repository +#### Remote themes with a GitHub repository - Create a new repository or go to an existing repository. - Go to _Settings_, scroll down to the _GitHub Pages_ section, and choose "master branch" as the source (not "master branch /docs folder"!). -### Remote themes with a Ruby Jekyll site +#### Remote themes with a Ruby Jekyll site - Create a new jekyll site using `jekyll new `. - Add `gem "jekyll-remote-theme"` to your Gemfile and then run `bundle install` to install the plugin.