From 4de1bdaf650f70761e7a3bbe0a63498970ac32c0 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Tue, 30 Apr 2019 20:24:46 -0400 Subject: [PATCH] Update index.md --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 0dd25dd..3d2e7c4 100644 --- a/index.md +++ b/index.md @@ -30,8 +30,6 @@ remote_theme: pmarsceill/just-the-docs ``` You must have GitHub Pages enabled on your repo, one or more Markdown files, and a `_config.yml` file. [See an example repository](https://github.com/pmarsceill/jtd-remote) -[Set up GitHub Pages locally](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll) so that you can also use this theme locally. - ### Local installation: Use the gem-based theme 1. Install the Ruby Gem @@ -60,6 +58,8 @@ $ bundle exec jekyll serve ``` 4. Point your web browser to [http://localhost:4000](http://localhost:4000) +If you're hosting your site on GitHub Pages, [set up GitHub Pages and Jekyll locally](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll) so that you can more easily work in your development environment. + ### Configure Just the Docs - [See configuration options]({{ site.baseurl }}{% link docs/configuration.md %})