diff --git a/Launch.ps1 b/Launch.ps1 index d907be5..4d38614 100644 --- a/Launch.ps1 +++ b/Launch.ps1 @@ -1 +1 @@ -bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished -I -o \ No newline at end of file +bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --live-reload --trace \ No newline at end of file diff --git a/README.md b/README.md index 4a5455f..611d447 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ [![Website][website-badge]][website-url] ![GitHub deployments][build-badge] - -A jekyll-based static blog for my personal usage. Styling originally by [Delan Azabani][azabani-repo-url]. +A Jekyll-based static blog for my personal usage. Styling originally by [Delan Azabani][azabani-repo-url]. ## Usage @@ -20,6 +19,9 @@ bundle exec jekyll serve --config _config.yml,_config_dev.yml -l -t # Live relo bundle exec jekyll build --config _config.yml -t ``` +Additionally, `./Launch.ps1` can be used to launch the site +with `--drafts --unpublished --incremental --open-url --live-reload --trace` enabled. + ## Development Notes This site uses a special HTML compression layout. This can cause production-only issues as the compression is not used