Skip to content

Commit 3dd6b07

Browse files
committed
Closes #1905 with updates to documentation
1 parent 81643f0 commit 3dd6b07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When you are initially working your website, it is very useful to be able to pre
2525
1. Clone the repository and made updates as detailed above.
2626
1. Make sure you have ruby-dev, bundler, and nodejs installed: `sudo apt install ruby-dev ruby-bundler nodejs`
2727
1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
28-
1. Run `jekyll serve -l` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.
28+
1. Run `jekyll serve -l -H localhost` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.
2929

3030

3131
# Maintenance

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# This config file is meant for settings that affect your entire site, values
44
# which you are expected to set up once and rarely need to edit after that.
55
# For technical reasons, this file is *NOT* reloaded automatically when you use
6-
# `jekyll serve`. If you change this file, please restart the server process.
6+
# `jekyll serve -l -H localhost`. If you change this file, please restart the
7+
# server process.
78

89
# Basic Site Settings
910
locale : "en-US"

0 commit comments

Comments
 (0)