Skip to content

Commit

Permalink
Add tiny how-to-build-locally document
Browse files Browse the repository at this point in the history
  • Loading branch information
burkfers committed Oct 17, 2023
1 parent 3ef865d commit a59b88e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exclude:
- Gemfile
- Gemfile.lock
- _site/
- building-locally.md

plugins:
- jekyll-default-layout
Expand Down
7 changes: 7 additions & 0 deletions building-locally.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Building locally

To build locally to preview changes, instally ruby and ruby-bundler, change directory into the cloned repository, and ```bundle install``` to fetch all necessary parts.

Then, ```bundle exec jekyll serve``` to start a local web server, which will note the URL you should point your browser at in its output.
To enable live previewing as you make changes (just need to reload your browser), add `--incremental`.

0 comments on commit a59b88e

Please sign in to comment.