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
|
||||
jekyll serve # development
|
||||
jekyll build # production
|
||||
bundle exec jekyll serve --config _config.yml,_config_dev.yml
|
||||
bundle exec jekyll build
|
||||
```
|
||||
@@ -1,4 +1,5 @@
|
||||
title: Xevion.dev
|
||||
environment: production
|
||||
email: xevion@xevion.dev
|
||||
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
|
||||
@@ -15,3 +16,4 @@ sass:
|
||||
compress_html:
|
||||
ignore:
|
||||
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