Files
v2.xevion.dev/README.md
2022-12-30 23:39:34 -06:00

1.5 KiB

v2.xevion.dev

License Website Build Status

A jekyll-based static blog for my personal usage. Styling originally by Delan Azabani.

Usage

bundle install
bundle exec jekyll serve --config _config.yml,_config_dev.yml
bundle exec jekyll build

Development Notes

This site uses a special HTML compression layout. This can cause production-only issues as the compression is not used in development. Know the restrictions of this layout. The primary issue to remember is below.

  • Inline javascript (<script>) tags with single-line comments (// Single-line comment) can break, essentially cause all of the javascript to lay upon one line.