Skip to content

Commit 1a3dd59

Browse files
committed
docs: adding --livereload switch to readme.md
1 parent 1e971da commit 1a3dd59

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ bundle exec jekyll serve --drafts --baseurl '' 2>/dev/null
5656
bundle exec jekyll serve --drafts 2>/dev/null
5757
```
5858

59+
### Live reload
60+
61+
[Via the docs](https://jekyllrb.com/docs/)
62+
63+
```bash
64+
bundle exec jekyll serve --livereload
65+
```
66+
5967
Now open your browser and go to : `http://localhost:4000` <http://localhost:4000>
6068

6169
## Testing imgur hosted images
@@ -157,6 +165,7 @@ It is a brazen two-column theme that pairs a prominent sidebar with uncomplicat
157165
- [solrevdev.github.io](#solrevdevgithubio)
158166
- [Testing the site locally](#testing-the-site-locally)
159167
- [Testing on Apple Silicon](#testing-on-apple-silicon)
168+
- [Live reload](#live-reload)
160169
- [Testing imgur hosted images](#testing-imgur-hosted-images)
161170
- [Current full site testing example:](#current-full-site-testing-example)
162171
- [SEO Improvements](#seo-improvements)

0 commit comments

Comments
 (0)