Remove comments in compression, attempt to serve in production

This commit is contained in:
Xevion
2022-04-10 17:31:19 -05:00
parent a9f70d7864
commit de35d78747
3 changed files with 6 additions and 3 deletions

View File

@@ -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
``` ```

View File

@@ -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
View File

@@ -0,0 +1 @@
environment: development