Skip to content

Commit d3a53ca

Browse files
committed
Initial commit
0 parents  commit d3a53ca

File tree

8 files changed

+254
-0
lines changed

8 files changed

+254
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata
4+
.bundle
5+
npm-debug.log
6+
vendor/bundle

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'http://rubygems.org'
2+
3+
gem 'github-pages'
4+
gem 'html-proofer'

Gemfile.lock

+149
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (5.1.5)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (~> 0.7)
8+
minitest (~> 5.1)
9+
tzinfo (~> 1.1)
10+
addressable (2.5.2)
11+
public_suffix (>= 2.0.2, < 4.0)
12+
blankslate (2.1.2.4)
13+
classifier-reborn (2.2.0)
14+
fast-stemmer (~> 1.0)
15+
coffee-script (2.4.1)
16+
coffee-script-source
17+
execjs
18+
coffee-script-source (1.12.2)
19+
colorator (0.1)
20+
colorize (0.8.1)
21+
concurrent-ruby (1.0.5)
22+
ethon (0.11.0)
23+
ffi (>= 1.3.0)
24+
execjs (2.7.0)
25+
faraday (0.14.0)
26+
multipart-post (>= 1.2, < 3)
27+
fast-stemmer (1.0.2)
28+
ffi (1.9.21)
29+
gemoji (2.1.0)
30+
github-pages (28)
31+
RedCloth (= 4.2.9)
32+
jekyll (= 2.4.0)
33+
jekyll-coffeescript (= 1.0.0)
34+
jekyll-mentions (= 0.1.3)
35+
jekyll-redirect-from (= 0.6.2)
36+
jekyll-sass-converter (= 1.2.0)
37+
jekyll-sitemap (= 0.6.0)
38+
jemoji (= 0.3.0)
39+
kramdown (= 1.3.1)
40+
liquid (= 2.6.1)
41+
maruku (= 0.7.0)
42+
pygments.rb (= 0.6.0)
43+
rdiscount (= 2.1.7)
44+
redcarpet (= 3.1.2)
45+
html-pipeline (1.9.0)
46+
activesupport (>= 2)
47+
nokogiri (~> 1.4)
48+
html-proofer (3.8.0)
49+
activesupport (>= 4.2, < 6.0)
50+
addressable (~> 2.3)
51+
colorize (~> 0.8)
52+
mercenary (~> 0.3.2)
53+
nokogiri (~> 1.8.1)
54+
parallel (~> 1.3)
55+
typhoeus (~> 1.3)
56+
yell (~> 2.0)
57+
i18n (0.9.5)
58+
concurrent-ruby (~> 1.0)
59+
jekyll (2.4.0)
60+
classifier-reborn (~> 2.0)
61+
colorator (~> 0.1)
62+
jekyll-coffeescript (~> 1.0)
63+
jekyll-gist (~> 1.0)
64+
jekyll-paginate (~> 1.0)
65+
jekyll-sass-converter (~> 1.0)
66+
jekyll-watch (~> 1.1)
67+
kramdown (~> 1.3)
68+
liquid (~> 2.6.1)
69+
mercenary (~> 0.3.3)
70+
pygments.rb (~> 0.6.0)
71+
redcarpet (~> 3.1)
72+
safe_yaml (~> 1.0)
73+
toml (~> 0.1.0)
74+
jekyll-coffeescript (1.0.0)
75+
coffee-script (~> 2.2)
76+
jekyll-gist (1.5.0)
77+
octokit (~> 4.2)
78+
jekyll-mentions (0.1.3)
79+
html-pipeline (~> 1.9.0)
80+
jekyll (~> 2.0)
81+
jekyll-paginate (1.1.0)
82+
jekyll-redirect-from (0.6.2)
83+
jekyll (~> 2.0)
84+
jekyll-sass-converter (1.2.0)
85+
sass (~> 3.2)
86+
jekyll-sitemap (0.6.0)
87+
jekyll-watch (1.5.1)
88+
listen (~> 3.0)
89+
jemoji (0.3.0)
90+
gemoji (~> 2.0)
91+
html-pipeline (~> 1.9)
92+
jekyll (~> 2.0)
93+
kramdown (1.3.1)
94+
liquid (2.6.1)
95+
listen (3.1.5)
96+
rb-fsevent (~> 0.9, >= 0.9.4)
97+
rb-inotify (~> 0.9, >= 0.9.7)
98+
ruby_dep (~> 1.2)
99+
maruku (0.7.0)
100+
mercenary (0.3.6)
101+
mini_portile2 (2.3.0)
102+
minitest (5.11.3)
103+
multipart-post (2.0.0)
104+
nokogiri (1.8.2)
105+
mini_portile2 (~> 2.3.0)
106+
octokit (4.8.0)
107+
sawyer (~> 0.8.0, >= 0.5.3)
108+
parallel (1.12.1)
109+
parslet (1.5.0)
110+
blankslate (~> 2.0)
111+
posix-spawn (0.3.13)
112+
public_suffix (3.0.2)
113+
pygments.rb (0.6.0)
114+
posix-spawn (~> 0.3.6)
115+
yajl-ruby (~> 1.3.1)
116+
rb-fsevent (0.10.2)
117+
rb-inotify (0.9.10)
118+
ffi (>= 0.5.0, < 2)
119+
rdiscount (2.1.7)
120+
redcarpet (3.1.2)
121+
ruby_dep (1.5.0)
122+
safe_yaml (1.0.4)
123+
sass (3.5.5)
124+
sass-listen (~> 4.0.0)
125+
sass-listen (4.0.0)
126+
rb-fsevent (~> 0.9, >= 0.9.4)
127+
rb-inotify (~> 0.9, >= 0.9.7)
128+
sawyer (0.8.1)
129+
addressable (>= 2.3.5, < 2.6)
130+
faraday (~> 0.8, < 1.0)
131+
thread_safe (0.3.6)
132+
toml (0.1.2)
133+
parslet (~> 1.5.0)
134+
typhoeus (1.3.0)
135+
ethon (>= 0.9.0)
136+
tzinfo (1.2.5)
137+
thread_safe (~> 0.1)
138+
yajl-ruby (1.3.1)
139+
yell (2.0.7)
140+
141+
PLATFORMS
142+
ruby
143+
144+
DEPENDENCIES
145+
github-pages
146+
html-proofer
147+
148+
BUNDLED WITH
149+
1.15.1

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 bit12-tech
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: bit12
2+
markdown: kramdown

_layouts/default.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>bit12</title>
6+
<link rel="stylesheet" type="text/css" href="/css/main.css">
7+
</head>
8+
9+
<body>
10+
11+
<div class="container">
12+
13+
<div class="blurb">
14+
<h1>bit12</h1>
15+
<p>More information coming soon</p>
16+
</div>
17+
18+
</body>
19+
20+
</html>

css/main.css

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
body {
2+
margin: 60px auto;
3+
width: 70%;
4+
}
5+
nav ul, footer ul {
6+
font-family:'Helvetica', 'Arial', 'Sans-Serif';
7+
padding: 0px;
8+
list-style: none;
9+
font-weight: bold;
10+
}
11+
nav ul li, footer ul li {
12+
display: inline;
13+
margin-right: 20px;
14+
}
15+
a {
16+
text-decoration: none;
17+
color: #999;
18+
}
19+
a:hover {
20+
text-decoration: underline;
21+
}
22+
h1 {
23+
font-size: 3em;
24+
font-family:'Helvetica', 'Arial', 'Sans-Serif';
25+
}
26+
p {
27+
font-size: 1.5em;
28+
line-height: 1.4em;
29+
color: #333;
30+
}
31+
footer {
32+
border-top: 1px solid #d5d5d5;
33+
font-size: .8em;
34+
}
35+
36+
ul.posts {
37+
margin: 20px auto 40px;
38+
font-size: 1.5em;
39+
}
40+
41+
ul.posts li {
42+
list-style: none;
43+
}

index.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: bit12
4+
---
5+
6+
<div class="blurb">
7+
<h1>bit12</h1>
8+
<p>More information coming soon</p>
9+
</div>

0 commit comments

Comments
 (0)