Skip to content

Commit a5fb652

Browse files
authored
Merge pull request #35 from CabrilloRoboticsClub/what-a-theme-test
Updated website using jekyll
2 parents b06cb8c + 3a8a4f4 commit a5fb652

File tree

218 files changed

+2931
-989
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+2931
-989
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
venv*/
22
_build/
33
_themes/
4-
4+
_site/

404.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 404
3+
layout: 404
4+
---
5+
6+
The page you're trying to load was not found

Gemfile

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
source "http://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
11+
gem "jekyll"
12+
gem "rack"
13+
gem "webrick"
14+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
15+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
16+
# gem "github-pages", group: :jekyll_plugins
17+
# If you have any plugins, put them here!
18+
group :jekyll_plugins do
19+
gem "jekyll-feed"
20+
gem 'jekyll-admin', "0.9.0"
21+
end
22+
23+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
24+
# and associated library.
25+
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
26+
gem "tzinfo", "~> 1.2"
27+
gem "tzinfo-data"
28+
end
29+
30+
# Performance-booster for watching directories on Windows
31+
gem "wdm", :install_if => Gem.win_platform?

Gemfile.lock

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
backports (3.25.0)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.3.4)
9+
em-websocket (0.5.3)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0)
12+
eventmachine (1.2.7)
13+
ffi (1.17.0)
14+
ffi (1.17.0-arm64-darwin)
15+
ffi (1.17.0-x86_64-darwin)
16+
forwardable-extended (2.6.0)
17+
google-protobuf (3.25.4)
18+
google-protobuf (3.25.4-arm64-darwin)
19+
google-protobuf (3.25.4-x86_64-darwin)
20+
google-protobuf (3.25.4-x86_64-linux)
21+
http_parser.rb (0.8.0)
22+
i18n (1.14.5)
23+
concurrent-ruby (~> 1.0)
24+
jekyll (4.3.3)
25+
addressable (~> 2.4)
26+
colorator (~> 1.0)
27+
em-websocket (~> 0.5)
28+
i18n (~> 1.0)
29+
jekyll-sass-converter (>= 2.0, < 4.0)
30+
jekyll-watch (~> 2.0)
31+
kramdown (~> 2.3, >= 2.3.1)
32+
kramdown-parser-gfm (~> 1.0)
33+
liquid (~> 4.0)
34+
mercenary (>= 0.3.6, < 0.5)
35+
pathutil (~> 0.9)
36+
rouge (>= 3.0, < 5.0)
37+
safe_yaml (~> 1.0)
38+
terminal-table (>= 1.8, < 4.0)
39+
webrick (~> 1.7)
40+
jekyll-admin (0.9.0)
41+
jekyll (>= 3.3, < 5.0)
42+
sinatra (~> 1.4)
43+
sinatra-contrib (~> 1.4)
44+
jekyll-feed (0.17.0)
45+
jekyll (>= 3.7, < 5.0)
46+
jekyll-sass-converter (3.0.0)
47+
sass-embedded (~> 1.54)
48+
jekyll-watch (2.2.1)
49+
listen (~> 3.0)
50+
kramdown (2.4.0)
51+
rexml
52+
kramdown-parser-gfm (1.1.0)
53+
kramdown (~> 2.0)
54+
liquid (4.0.4)
55+
listen (3.9.0)
56+
rb-fsevent (~> 0.10, >= 0.10.3)
57+
rb-inotify (~> 0.9, >= 0.9.10)
58+
mercenary (0.4.0)
59+
multi_json (1.15.0)
60+
pathutil (0.16.2)
61+
forwardable-extended (~> 2.6)
62+
public_suffix (6.0.1)
63+
rack (1.6.13)
64+
rack-protection (1.5.5)
65+
rack
66+
rack-test (2.1.0)
67+
rack (>= 1.3)
68+
rake (13.2.1)
69+
rb-fsevent (0.11.2)
70+
rb-inotify (0.11.1)
71+
ffi (~> 1.0)
72+
rexml (3.3.6)
73+
strscan
74+
rouge (4.3.0)
75+
safe_yaml (1.0.5)
76+
sass-embedded (1.69.5)
77+
google-protobuf (~> 3.23)
78+
rake (>= 13.0.0)
79+
sass-embedded (1.69.5-arm64-darwin)
80+
google-protobuf (~> 3.23)
81+
sass-embedded (1.69.5-x86_64-darwin)
82+
google-protobuf (~> 3.23)
83+
sinatra (1.4.8)
84+
rack (~> 1.5)
85+
rack-protection (~> 1.4)
86+
tilt (>= 1.3, < 3)
87+
sinatra-contrib (1.4.7)
88+
backports (>= 2.0)
89+
multi_json
90+
rack-protection
91+
rack-test
92+
sinatra (~> 1.4.0)
93+
tilt (>= 1.3, < 3)
94+
strscan (3.1.0)
95+
terminal-table (3.0.2)
96+
unicode-display_width (>= 1.1.1, < 3)
97+
thread_safe (0.3.6)
98+
tilt (2.4.0)
99+
tzinfo (1.2.11)
100+
thread_safe (~> 0.1)
101+
tzinfo-data (1.2024.1)
102+
tzinfo (>= 1.0.0)
103+
unicode-display_width (2.5.0)
104+
wdm (0.2.0)
105+
webrick (1.8.1)
106+
107+
PLATFORMS
108+
arm64-darwin
109+
ruby
110+
x86_64-darwin
111+
x86_64-linux
112+
113+
DEPENDENCIES
114+
jekyll
115+
jekyll-admin (= 0.9.0)
116+
jekyll-feed
117+
rack
118+
tzinfo (~> 1.2)
119+
tzinfo-data
120+
wdm
121+
webrick
122+
123+
BUNDLED WITH
124+
2.5.17

0 commit comments

Comments
 (0)