mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-11 08:09:08 -06:00
Update PS Launch script, mention in README, uppercase 'Jekyll'
This commit is contained in:
@@ -1 +1 @@
|
|||||||
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished -I -o
|
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --live-reload --trace
|
||||||
@@ -6,8 +6,7 @@
|
|||||||
[![Website][website-badge]][website-url]
|
[![Website][website-badge]][website-url]
|
||||||
![GitHub deployments][build-badge]
|
![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].
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Usage
|
## 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
|
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
|
## Development Notes
|
||||||
|
|
||||||
This site uses a special HTML compression layout. This can cause production-only issues as the compression is not used
|
This site uses a special HTML compression layout. This can cause production-only issues as the compression is not used
|
||||||
|
|||||||
Reference in New Issue
Block a user