Skip to content

Commit 703771d

Browse files
committed
Refactored entire website, uses Jekyll with new theme and new content.
1 parent 47abbae commit 703771d

19 files changed

+504
-878
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

404.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404!</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
# gem "jekyll", "~> 3.8.5"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minimal-mistakes-jekyll"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-include-cache"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?

Gemfile.lock

+264
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.1.4)
19+
dnsruby (1.61.2)
20+
addressable (~> 2.5)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.12.0)
25+
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
27+
execjs (2.7.0)
28+
faraday (0.15.4)
29+
multipart-post (>= 1.2, < 3)
30+
ffi (1.10.0)
31+
forwardable-extended (2.6.0)
32+
gemoji (3.0.0)
33+
github-pages (193)
34+
activesupport (= 4.2.10)
35+
github-pages-health-check (= 1.8.1)
36+
jekyll (= 3.7.4)
37+
jekyll-avatar (= 0.6.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.5)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.11.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.9.4)
44+
jekyll-mentions (= 1.4.1)
45+
jekyll-optional-front-matter (= 0.3.0)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.2.0)
48+
jekyll-redirect-from (= 0.14.0)
49+
jekyll-relative-links (= 0.5.3)
50+
jekyll-remote-theme (= 0.3.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.5.0)
53+
jekyll-sitemap (= 1.2.0)
54+
jekyll-swiss (= 0.4.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.3)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.10.1)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
73+
mercenary (~> 0.3)
74+
minima (= 2.5.0)
75+
nokogiri (>= 1.8.2, < 2.0)
76+
rouge (= 2.2.1)
77+
terminal-table (~> 1.4)
78+
github-pages-health-check (1.8.1)
79+
addressable (~> 2.3)
80+
dnsruby (~> 1.60)
81+
octokit (~> 4.0)
82+
public_suffix (~> 2.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.10.0)
85+
activesupport (>= 2)
86+
nokogiri (>= 1.4)
87+
http_parser.rb (0.6.0)
88+
i18n (0.9.5)
89+
concurrent-ruby (~> 1.0)
90+
jekyll (3.7.4)
91+
addressable (~> 2.4)
92+
colorator (~> 1.0)
93+
em-websocket (~> 0.5)
94+
i18n (~> 0.7)
95+
jekyll-sass-converter (~> 1.0)
96+
jekyll-watch (~> 2.0)
97+
kramdown (~> 1.14)
98+
liquid (~> 4.0)
99+
mercenary (~> 0.3.3)
100+
pathutil (~> 0.9)
101+
rouge (>= 1.7, < 4)
102+
safe_yaml (~> 1.0)
103+
jekyll-avatar (0.6.0)
104+
jekyll (~> 3.0)
105+
jekyll-coffeescript (1.1.1)
106+
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.2.0)
109+
commonmarker (~> 0.14)
110+
jekyll (>= 3.0, < 4.0)
111+
jekyll-commonmark-ghpages (0.1.5)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1)
114+
rouge (~> 2)
115+
jekyll-data (1.0.0)
116+
jekyll (~> 3.3)
117+
jekyll-default-layout (0.1.4)
118+
jekyll (~> 3.0)
119+
jekyll-feed (0.11.0)
120+
jekyll (~> 3.3)
121+
jekyll-gist (1.5.0)
122+
octokit (~> 4.2)
123+
jekyll-github-metadata (2.9.4)
124+
jekyll (~> 3.1)
125+
octokit (~> 4.0, != 4.4.0)
126+
jekyll-include-cache (0.1.0)
127+
jekyll (~> 3.3)
128+
jekyll-mentions (1.4.1)
129+
html-pipeline (~> 2.3)
130+
jekyll (~> 3.0)
131+
jekyll-optional-front-matter (0.3.0)
132+
jekyll (~> 3.0)
133+
jekyll-paginate (1.1.0)
134+
jekyll-readme-index (0.2.0)
135+
jekyll (~> 3.0)
136+
jekyll-redirect-from (0.14.0)
137+
jekyll (~> 3.3)
138+
jekyll-relative-links (0.5.3)
139+
jekyll (~> 3.3)
140+
jekyll-remote-theme (0.3.1)
141+
jekyll (~> 3.5)
142+
rubyzip (>= 1.2.1, < 3.0)
143+
jekyll-sass-converter (1.5.2)
144+
sass (~> 3.4)
145+
jekyll-seo-tag (2.5.0)
146+
jekyll (~> 3.3)
147+
jekyll-sitemap (1.2.0)
148+
jekyll (~> 3.3)
149+
jekyll-swiss (0.4.0)
150+
jekyll-theme-architect (0.1.1)
151+
jekyll (~> 3.5)
152+
jekyll-seo-tag (~> 2.0)
153+
jekyll-theme-cayman (0.1.1)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-dinky (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-hacker (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-leap-day (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-merlot (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-midnight (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-minimal (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-modernist (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-primer (0.5.3)
178+
jekyll (~> 3.5)
179+
jekyll-github-metadata (~> 2.9)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-slate (0.1.1)
182+
jekyll (~> 3.5)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-tactile (0.1.1)
185+
jekyll (~> 3.5)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-time-machine (0.1.1)
188+
jekyll (~> 3.5)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-titles-from-headings (0.5.1)
191+
jekyll (~> 3.3)
192+
jekyll-watch (2.1.2)
193+
listen (~> 3.0)
194+
jemoji (0.10.1)
195+
gemoji (~> 3.0)
196+
html-pipeline (~> 2.2)
197+
jekyll (~> 3.0)
198+
kramdown (1.17.0)
199+
liquid (4.0.0)
200+
listen (3.1.5)
201+
rb-fsevent (~> 0.9, >= 0.9.4)
202+
rb-inotify (~> 0.9, >= 0.9.7)
203+
ruby_dep (~> 1.2)
204+
mercenary (0.3.6)
205+
mini_portile2 (2.4.0)
206+
minima (2.5.0)
207+
jekyll (~> 3.5)
208+
jekyll-feed (~> 0.9)
209+
jekyll-seo-tag (~> 2.1)
210+
minimal-mistakes-jekyll (4.14.2)
211+
jekyll (~> 3.7)
212+
jekyll-data (~> 1.0)
213+
jekyll-feed (~> 0.10)
214+
jekyll-gist (~> 1.5)
215+
jekyll-include-cache (~> 0.1)
216+
jekyll-paginate (~> 1.1)
217+
jekyll-sitemap (~> 1.2)
218+
jemoji (~> 0.10)
219+
minitest (5.11.3)
220+
multipart-post (2.0.0)
221+
nokogiri (1.10.1)
222+
mini_portile2 (~> 2.4.0)
223+
octokit (4.13.0)
224+
sawyer (~> 0.8.0, >= 0.5.3)
225+
pathutil (0.16.2)
226+
forwardable-extended (~> 2.6)
227+
public_suffix (2.0.5)
228+
rb-fsevent (0.10.3)
229+
rb-inotify (0.10.0)
230+
ffi (~> 1.0)
231+
rouge (2.2.1)
232+
ruby-enum (0.7.2)
233+
i18n
234+
ruby_dep (1.5.0)
235+
rubyzip (1.2.2)
236+
safe_yaml (1.0.4)
237+
sass (3.7.3)
238+
sass-listen (~> 4.0.0)
239+
sass-listen (4.0.0)
240+
rb-fsevent (~> 0.9, >= 0.9.4)
241+
rb-inotify (~> 0.9, >= 0.9.7)
242+
sawyer (0.8.1)
243+
addressable (>= 2.3.5, < 2.6)
244+
faraday (~> 0.8, < 1.0)
245+
terminal-table (1.8.0)
246+
unicode-display_width (~> 1.1, >= 1.1.1)
247+
thread_safe (0.3.6)
248+
typhoeus (1.3.1)
249+
ethon (>= 0.9.0)
250+
tzinfo (1.2.5)
251+
thread_safe (~> 0.1)
252+
unicode-display_width (1.4.1)
253+
254+
PLATFORMS
255+
ruby
256+
257+
DEPENDENCIES
258+
github-pages
259+
jekyll-include-cache
260+
minimal-mistakes-jekyll
261+
tzinfo-data
262+
263+
BUNDLED WITH
264+
2.0.1

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# creativecommons.github.io
1+
# Technology at Creative Commons external-facing site
2+
3+
This site is built using Jekyll. To run locally:
4+
1. Check out the repo.
5+
1. Follow [these steps](https://jekyllrb.com/docs/) except substitute steps 3 & 4 with `cd creativecommons.github.io`.
6+
(better documentation coming soon, I promise).

_config.yml

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Creative Commons at Github
17+
name: Creative Commons Engineering Team
18+
email: info@creativecommons.org
19+
description: >- # this means to ignore newlines until "baseurl:"
20+
Creative Commons hosts all our open-source code on Github.
21+
baseurl: "" # the subpath of your site, e.g. /blog
22+
url: "https://creativecommons.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
23+
twitter_username: creativecommons
24+
github_username: creativecommons
25+
26+
# Build settings
27+
markdown: kramdown
28+
theme: minimal-mistakes-jekyll
29+
30+
# Exclude from processing.
31+
# The following items will not be processed, by default. Create a custom list
32+
# to override the default setting.
33+
# exclude:
34+
# - Gemfile
35+
# - Gemfile.lock
36+
# - node_modules
37+
# - vendor/bundle/
38+
# - vendor/cache/
39+
# - vendor/gems/
40+
# - vendor/ruby/
41+
42+
# Minimal Mistakes (theme) settings
43+
minimal_mistakes_skin: "contrast" # "default", ""air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise

_data/navigation.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
main:
2+
- title: "Home"
3+
url: /
4+
- title: "Project Ideas"
5+
url: /project-ideas

0 commit comments

Comments
 (0)