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
jekyll serve # development
jekyll build # production
bundle exec jekyll serve --config _config.yml,_config_dev.yml
bundle exec jekyll build
```