From 2133d7d1e0f19d4ed89e029245c6cee805342096 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 2 Jan 2018 16:24:55 -0500 Subject: [PATCH] Update GitHub Pages installation instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17a2910..9a897b3 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ plugins: - jekyll-remote-theme ``` +Remove any other `theme:` or `remote_theme:` entry. + **Note:** Your Jekyll site should be viewable immediately at . If it's not, you can force a rebuild by **Customizing Your Site** (see below for more details). If you're hosting several Jekyll based sites under the same GitHub username you will have to use Project Pages instead of User Pages. Essentially you rename the repo to something other than **USERNAME.github.io** and create a `gh-pages` branch off of `master`. For more details on how to set things up check [GitHub's documentation](https://help.github.com/articles/user-organization-and-project-pages/).