From 7fdb54748fc042341bdd32774b79ad2e2a85d908 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 13 May 2023 01:39:24 -0500 Subject: [PATCH] Update PS Launch script, mention in README, uppercase 'Jekyll' --- Launch.ps1 | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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