Update README.md

This commit is contained in:
Dean Attali 2020-04-26 21:56:41 -04:00 committed by GitHub
parent 56c2ae8732
commit 42c2cd4bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ Below is a summary of the steps required to set up a site with remote themes:
- Create a new jekyll site using `jekyll new <projectname>`.
- Add `gem "jekyll-remote-theme"` to your Gemfile and then run `bundle install` to install the plugin.
- Add `- jekyll-remote-theme` to the plugins section of your `_config.yml` file to activate the plugin.
- Serve the jekyll site as usual (e.g. `bundle exec jekyll serve -H 0.0.0.0`)
## Advanced: Local development using Docker