mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-07 18:08:49 -06:00
28b2062bfc9c55aab4e4555407f03f6e8f28aaaf
The new glitch effect session storage management was overriding window.onload, breaking the commit color hover's onload override. I should probably use addEventListener for both of them, but I'm busy, I just want it fixed now so I can sleep.
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.
Languages
SCSS
45.3%
HTML
45.2%
Ruby
5.6%
JavaScript
1.7%
Shell
1.7%
Other
0.5%