mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 01:16:49 -06:00
Remove comments in compression, attempt to serve in production
This commit is contained in:
@@ -6,6 +6,6 @@ A jekyll-based static blog for my personal usage. Styling originally by [Delan A
|
|||||||
|
|
||||||
```
|
```
|
||||||
bundle install
|
bundle install
|
||||||
jekyll serve # development
|
bundle exec jekyll serve --config _config.yml,_config_dev.yml
|
||||||
jekyll build # production
|
bundle exec jekyll build
|
||||||
```
|
```
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
title: Xevion.dev
|
title: Xevion.dev
|
||||||
|
environment: production
|
||||||
email: xevion@xevion.dev
|
email: xevion@xevion.dev
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
@@ -14,4 +15,5 @@ sass:
|
|||||||
style: compressed
|
style: compressed
|
||||||
compress_html:
|
compress_html:
|
||||||
ignore:
|
ignore:
|
||||||
envs: ["development"]
|
envs: ["development"]
|
||||||
|
comments: all
|
||||||
1
_config_dev.yml
Normal file
1
_config_dev.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
environment: development
|
||||||
Reference in New Issue
Block a user