From b09ac54513fc959b7c31a76aeb375e955d823c09 Mon Sep 17 00:00:00 2001 From: michalspano Date: Fri, 10 Nov 2023 20:50:12 +0100 Subject: [PATCH] Add `scripts/dev.sh` to `README.md` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66c9305..d2b6936 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,11 @@ $ bundle install $ bundle exec jekyll serve --config "_config.yml,_config_local.yml" ``` +Or, more simply + +```sh +$ ./scripts/dev.sh +``` + The `_config_local.yml` file overrides the url, and makes it so the website is served locally.