Regenerate Gemfile.lock for Ruby 3.x, notes in README.md

This commit is contained in:
2023-05-13 01:27:00 -05:00
parent 8f680c8915
commit 1f3a1e69a7
2 changed files with 41 additions and 32 deletions

View File

@@ -1,24 +1,22 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
faraday (2.5.2)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
faraday-net_http (3.0.2)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.10.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
jekyll (4.1.1)
addressable (~> 2.4)
@@ -37,11 +35,11 @@ GEM
terminal-table (~> 1.8)
jekyll-environment-variables (1.0.1)
jekyll (>= 3.0, < 5.x)
jekyll-feed (0.15.1)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-github-metadata (2.15.0)
jekyll-github-metadata (2.16.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
octokit (>= 4, < 7, != 4.4.0)
jekyll-last-modified-at (1.3.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
@@ -53,50 +51,47 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
octokit (4.25.1)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (4.0.6)
rb-fsevent (0.11.1)
public_suffix (5.0.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.28.0)
rouge (3.30.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.8)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2020.4)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.7.0)
webrick (1.8.1)
PLATFORMS
ruby
x64-mingw32
x64-mingw-ucrt
DEPENDENCIES
jekyll (~> 4.1.1)
@@ -112,4 +107,4 @@ DEPENDENCIES
webrick (~> 1.7)
BUNDLED WITH
2.1.4
2.4.10

View File

@@ -2,7 +2,6 @@
[<h1>v2.xevion.dev</h1>][website-url]
[![License][license-badge]][license-url]
[![Website][website-badge]][website-url]
[![Build Status][build-badge]][latest-url]
@@ -12,26 +11,41 @@ A jekyll-based static blog for my personal usage. Styling originally by [Delan A
## Usage
```
Note: `Gemfile.lock` generated on Ruby 3.2.2 - delete `Gemfile.lock` for Ruby 2.x support.
```bash
bundle install
bundle exec jekyll serve --config _config.yml,_config_dev.yml
bundle exec jekyll build
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][compression-layout-restrictions] of this layout. The primary issue to remember is below.
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][compression-layout-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.
- Inline javascript (`<script>`) tags with single-line comments (`// Single-line comment`) can break, essentially cause
all of the javascript to lay upon one line.
[user-url]: https://github.com/Xevion/
[repo-url]: https://github.com/Xevion/v2.xevion.dev
[azabani-repo-url]: https://github.com/delan/www.azabani.com
[compression-layout-restrictions]: https://jch.penibelst.de/#restrictions
[website-url]: https://v2.xevion.dev
[banner-url]: ./assets/img/index-cover.png
[license-url]: https://github.com/Xevion/v2.xevion.dev/blob/master/LICENSE
[latest-url]: https://github.com/Xevion/v2.xevion.dev/commit/master
[license-badge]: https://img.shields.io/github/license/Xevion/v2.xevion.dev
[website-badge]: https://img.shields.io/badge/builtwith-jekyll-blue
[build-badge]: https://github.com/Xevion/v2.xevion.dev/actions/workflows/pages/pages-build-deployment/badge.svg