mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 01:16:49 -06:00
9c9e557d783cf9662579a920f7846cb7ce3a55a2
v2.xevion.dev
A jekyll-based static blog for my personal usage. Styling originally by Delan Azabani.
Usage
Note: Gemfile.lock generated on Ruby 3.2.2 - delete Gemfile.lock for Ruby 2.x support.
bundle install
bundle exec jekyll serve --config _config.yml,_config_dev.yml -l -t # Live reload & debug trace
bundle exec jekyll build --config _config.yml -t
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%