We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c2ae8 commit 42c2cd4Copy full SHA for 42c2cd4
1 file changed
README.md
@@ -237,6 +237,7 @@ Below is a summary of the steps required to set up a site with remote themes:
237
- Create a new jekyll site using `jekyll new <projectname>`.
238
- Add `gem "jekyll-remote-theme"` to your Gemfile and then run `bundle install` to install the plugin.
239
- Add `- jekyll-remote-theme` to the plugins section of your `_config.yml` file to activate the plugin.
240
+- Serve the jekyll site as usual (e.g. `bundle exec jekyll serve -H 0.0.0.0`)
241
242
## Advanced: Local development using Docker
243
0 commit comments