mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 07:16:49 -06:00
Fix incorrect argument name (--livereload)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --live-reload --trace
|
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --livereload --trace
|
||||||
@@ -11,7 +11,7 @@ A Jekyll-based static blog for my personal usage. Styling originally by [Delan A
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Note: `Gemfile.lock` generated on Ruby 3.2.2 - delete `Gemfile.lock` for Ruby 2.x support.
|
Note: `Gemfile.lock` generated on Ruby 3.2.2 - delete & regenerate `Gemfile.lock` for Ruby 2.x support.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bundle install
|
bundle install
|
||||||
@@ -20,7 +20,7 @@ bundle exec jekyll build --config _config.yml -t
|
|||||||
```
|
```
|
||||||
|
|
||||||
Additionally, `./Launch.ps1` can be used to launch the site
|
Additionally, `./Launch.ps1` can be used to launch the site
|
||||||
with `--drafts --unpublished --incremental --open-url --live-reload --trace` enabled.
|
with `--drafts --unpublished --incremental --open-url --livereload --trace` enabled.
|
||||||
|
|
||||||
## Development Notes
|
## Development Notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user