Skip to content

Commit 2901e3e

Browse files
committedFeb 7, 2013
tighten things up, add license
1 parent 2609541 commit 2901e3e

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed
 

‎LICENSE.md

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

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hyde
22

3-
Jekyll is a powerful static site generator--**and Hyde** is a simple little theme for it.
3+
Jekyll is a powerful static site generator--**and Hyde** is a simple little theme for it. Made by [@mdo](http://twitter.com/mdo).
44

5-
Made by [@mdo](http://twitter.com/mdo).
5+
Open sourced under the [MIT license](LICENSE.md).
66

77
<3

‎_layouts/default.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<header class="masthead">
3131
<div class="masthead-inner">
3232
<h1>Hyde</h1>
33-
<p>An elegant open-source and mobile-first theme for <a href="http://jekyllrb.com" target="_blank">Jekyll</a>. Made by <a href="http://markdotto.com" target="_blank">@mdo</a>.</p>
33+
<p>An elegant open source and mobile-first theme for <a href="http://jekyllrb.com" target="_blank">Jekyll</a>. Made by <a href="http://markdotto.com" target="_blank">@mdo</a>.</p>
3434

3535
<div class="colophon">
3636
<ul class="colophon-links">
3737
<li>
38-
<a href="#">Download</a>
38+
<a href="https://github.com/mdo/hyde/master/zipball">Download</a>
3939
</li>
4040
<li>
41-
<a href="#">GitHub project</a>
41+
<a href="https://github.com/mdo/hyde">GitHub project</a>
4242
</li>
4343
<li>Currently v1.0</li>
4444
</ul>

‎_site/atom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Mark Otto</title>
55
<link href="http://www.markdotto.com/atom.xml" rel="self"/>
66
<link href="http://www.markdotto.com/"/>
7-
<updated>2013-02-07T02:02:38-08:00</updated>
7+
<updated>2013-02-07T02:06:47-08:00</updated>
88
<id>http://www.markdotto.com/</id>
99
<author>
1010
<name>Mark Otto</name>

‎_site/public/css/and-hyde.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,14 @@ a:hover {
262262
font-size: 16px;
263263
}
264264

265-
/* Center container on screen */
265+
/* Center container in available real estate */
266266
.container {
267267
margin-left: 35%;
268268
margin-right: 10%;
269269
width: 55%;
270270
}
271271

272-
/* Scale up the header for impact */
272+
/* Fix the masthead to the side for impact and awesomeness */
273273
.masthead {
274274
position: fixed;
275275
top: 0;
@@ -294,14 +294,15 @@ a:hover {
294294
margin-left: 0;
295295
margin-right: 0;
296296
}
297+
/* Increase space between posts */
297298
.post {
298299
margin-top: 60px;
299300
margin-bottom: 60px;
300301
}
301302

302303
/* Make pagination stand alone */
303304
.pagination {
304-
margin-bottom: 40px;
305+
margin-bottom: 60px;
305306
border: 1px solid #eee;
306307
}
307308

@@ -313,7 +314,6 @@ a:hover {
313314
body {
314315
font-size: 18px;
315316
}
316-
317317
.masthead h1 {
318318
font-size: 5rem;
319319
}

‎public/css/and-hyde.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,14 @@ a:hover {
262262
font-size: 16px;
263263
}
264264

265-
/* Center container on screen */
265+
/* Center container in available real estate */
266266
.container {
267267
margin-left: 35%;
268268
margin-right: 10%;
269269
width: 55%;
270270
}
271271

272-
/* Scale up the header for impact */
272+
/* Fix the masthead to the side for impact and awesomeness */
273273
.masthead {
274274
position: fixed;
275275
top: 0;
@@ -294,14 +294,15 @@ a:hover {
294294
margin-left: 0;
295295
margin-right: 0;
296296
}
297+
/* Increase space between posts */
297298
.post {
298299
margin-top: 60px;
299300
margin-bottom: 60px;
300301
}
301302

302303
/* Make pagination stand alone */
303304
.pagination {
304-
margin-bottom: 40px;
305+
margin-bottom: 60px;
305306
border: 1px solid #eee;
306307
}
307308

@@ -313,7 +314,6 @@ a:hover {
313314
body {
314315
font-size: 18px;
315316
}
316-
317317
.masthead h1 {
318318
font-size: 5rem;
319319
}

0 commit comments

Comments
 (0)
Please sign in to comment.