Skip to content

Commit 24403d2

Browse files
committed
Merge branch 'deploy' of https://github.com/chrisglein/chrisglein.github.io into deploy
2 parents 0441114 + 551368c commit 24403d2

9 files changed

Lines changed: 874 additions & 27 deletions

File tree

.jekyll-metadata

3.38 KB
Binary file not shown.

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
source "https://rubygems.org"
22

33
gem "jekyll"
4+
gem "logger"
5+
gem "csv"
6+
gem "base64"
7+
gem "bigdecimal"
48

59
group :jekyll_plugins do
610
gem "jekyll-paginate"

Gemfile.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ GEM
33
specs:
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.1.2)
68
colorator (1.1.0)
79
concurrent-ruby (1.2.2)
10+
csv (3.3.5)
811
em-websocket (0.5.3)
912
eventmachine (>= 0.12.9)
1013
http_parser.rb (~> 0)
1114
eventmachine (1.2.7)
1215
ffi (1.16.3)
1316
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.2)
15-
google-protobuf (3.25.2-arm64-darwin)
16-
google-protobuf (3.25.2-x86_64-darwin)
17-
google-protobuf (3.25.2-x86_64-linux)
17+
google-protobuf (3.25.8)
1818
http_parser.rb (0.8.0)
1919
i18n (1.14.1)
2020
concurrent-ruby (~> 1.0)
@@ -47,6 +47,7 @@ GEM
4747
listen (3.8.0)
4848
rb-fsevent (~> 0.10, >= 0.10.3)
4949
rb-inotify (~> 0.9, >= 0.9.10)
50+
logger (1.7.0)
5051
mercenary (0.4.0)
5152
pathutil (0.16.2)
5253
forwardable-extended (~> 2.6)
@@ -65,6 +66,8 @@ GEM
6566
google-protobuf (~> 3.23)
6667
sass-embedded (1.69.5-x86_64-darwin)
6768
google-protobuf (~> 3.23)
69+
sass-embedded (1.69.5-x86_64-linux-gnu)
70+
google-protobuf (~> 3.23)
6871
terminal-table (3.0.2)
6972
unicode-display_width (>= 1.1.1, < 3)
7073
unicode-display_width (2.5.0)
@@ -77,8 +80,12 @@ PLATFORMS
7780
x86_64-linux
7881

7982
DEPENDENCIES
83+
base64
84+
bigdecimal
85+
csv
8086
jekyll
8187
jekyll-paginate
88+
logger
8289

8390
BUNDLED WITH
8491
2.5.4

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
1-
## Sections
1+
# Sections
22
- [List of game projects](https://chrisglein.github.io/games)
33
- [Rum Runner](https://chrisglein.github.io/rum-runner)
44
- [GitHub Dashboard tool](https://chrisglein.github.io/github-dashboard)
55
- [This index](https://chrisglein.github.io/)
66

7-
## Testing locally
7+
# Development
8+
9+
## Machine Setup
10+
11+
### Install WSL
12+
[More Info](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll)
13+
```cmd
14+
wsl --install Ubuntu
15+
```
16+
17+
Reboot!
818

19+
### Set Up Bundle
920
```bash
21+
sudo snap install ruby --classic
22+
gem install bundler
23+
sudo apt install build-essential
24+
bundle install
25+
```
26+
27+
## Testing locally
28+
29+
```cmd
1030
bash
1131
bundle exec jekyll serve
1232
```

album-ranker/album-art-cache.js

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)