-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: William Brandler <[email protected]>
- Loading branch information
1 parent
37d5f53
commit 6c3a8db
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Testing Locally | ||
|
||
1. [Install Jekyll](https://jekyllrb.com/docs/installation/) | ||
2. `jekyll serve` from the project root. This will automatically rebuild the site as you make changes. However, note that changes to `_config.yml` require a server restart. | ||
1. Install Ruby | ||
- note: this is painful on a Mac M1, consider [ruby on mac](https://www.rubyonmac.dev/) to automate the process | ||
- gem install rexml | ||
2. [Install Jekyll](https://jekyllrb.com/docs/installation/) | ||
3. `jekyll serve` from the project root. This will automatically rebuild the site as you make changes. However, note that changes to `_config.yml` require a server restart. |