_includes/
_layouts/
_pages/
_posts/
assets/
css/
fonts/
images/
js/
.gitignore
62 B
Gemfile
68 B
Gemfile.lock
1.7 KiB
Makefile
198 B
README
192 B
_config.yml
278 B
avatar.png
44.3 KiB
cloudhead.gpg
892 B
favicon.png
179 B
index.md
79 B
publish
1.6 KiB
robots.txt
33 B
Gemfile.lock
raw
| 1 | GEM |
| 2 | remote: https://rubygems.org/ |
| 3 | specs: |
| 4 | addressable (2.8.6) |
| 5 | public_suffix (>= 2.0.2, < 6.0) |
| 6 | colorator (1.1.0) |
| 7 | concurrent-ruby (1.2.3) |
| 8 | em-websocket (0.5.3) |
| 9 | eventmachine (>= 0.12.9) |
| 10 | http_parser.rb (~> 0) |
| 11 | eventmachine (1.2.7) |
| 12 | ffi (1.16.3) |
| 13 | forwardable-extended (2.6.0) |
| 14 | google-protobuf (3.25.2-x86_64-linux) |
| 15 | http_parser.rb (0.8.0) |
| 16 | i18n (1.14.1) |
| 17 | concurrent-ruby (~> 1.0) |
| 18 | jekyll (4.3.3) |
| 19 | addressable (~> 2.4) |
| 20 | colorator (~> 1.0) |
| 21 | em-websocket (~> 0.5) |
| 22 | i18n (~> 1.0) |
| 23 | jekyll-sass-converter (>= 2.0, < 4.0) |
| 24 | jekyll-watch (~> 2.0) |
| 25 | kramdown (~> 2.3, >= 2.3.1) |
| 26 | kramdown-parser-gfm (~> 1.0) |
| 27 | liquid (~> 4.0) |
| 28 | mercenary (>= 0.3.6, < 0.5) |
| 29 | pathutil (~> 0.9) |
| 30 | rouge (>= 3.0, < 5.0) |
| 31 | safe_yaml (~> 1.0) |
| 32 | terminal-table (>= 1.8, < 4.0) |
| 33 | webrick (~> 1.7) |
| 34 | jekyll-sass-converter (3.0.0) |
| 35 | sass-embedded (~> 1.54) |
| 36 | jekyll-watch (2.2.1) |
| 37 | listen (~> 3.0) |
| 38 | kramdown (2.4.0) |
| 39 | rexml |
| 40 | kramdown-parser-gfm (1.1.0) |
| 41 | kramdown (~> 2.0) |
| 42 | liquid (4.0.4) |
| 43 | listen (3.8.0) |
| 44 | rb-fsevent (~> 0.10, >= 0.10.3) |
| 45 | rb-inotify (~> 0.9, >= 0.9.10) |
| 46 | mercenary (0.4.0) |
| 47 | pathutil (0.16.2) |
| 48 | forwardable-extended (~> 2.6) |
| 49 | public_suffix (5.0.4) |
| 50 | rb-fsevent (0.11.2) |
| 51 | rb-inotify (0.10.1) |
| 52 | ffi (~> 1.0) |
| 53 | rexml (3.2.6) |
| 54 | rouge (4.2.0) |
| 55 | safe_yaml (1.0.5) |
| 56 | sass-embedded (1.69.5-x86_64-linux-gnu) |
| 57 | google-protobuf (~> 3.23) |
| 58 | terminal-table (3.0.2) |
| 59 | unicode-display_width (>= 1.1.1, < 3) |
| 60 | unicode-display_width (2.5.0) |
| 61 | webrick (1.8.1) |
| 62 | |
| 63 | PLATFORMS |
| 64 | x86_64-linux-gnu |
| 65 | |
| 66 | DEPENDENCIES |
| 67 | jekyll (~> 4.2) |
| 68 | webrick |
| 69 | |
| 70 | BUNDLED WITH |
| 71 | 2.5.4 |