Skip to content

Commit

Permalink
tighten things up, add license
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 7, 2013
1 parent 2609541 commit 2901e3e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Released under MIT License

Copyright (c) 2013 Mark Otto.

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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hyde

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

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

<3
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
<header class="masthead">
<div class="masthead-inner">
<h1>Hyde</h1>
<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>
<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>

<div class="colophon">
<ul class="colophon-links">
<li>
<a href="#">Download</a>
<a href="https://github.com/mdo/hyde/master/zipball">Download</a>
</li>
<li>
<a href="#">GitHub project</a>
<a href="https://github.com/mdo/hyde">GitHub project</a>
</li>
<li>Currently v1.0</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion _site/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Mark Otto</title>
<link href="http://www.markdotto.com/atom.xml" rel="self"/>
<link href="http://www.markdotto.com/"/>
<updated>2013-02-07T02:02:38-08:00</updated>
<updated>2013-02-07T02:06:47-08:00</updated>
<id>http://www.markdotto.com/</id>
<author>
<name>Mark Otto</name>
Expand Down
8 changes: 4 additions & 4 deletions _site/public/css/and-hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,14 @@ a:hover {
font-size: 16px;
}

/* Center container on screen */
/* Center container in available real estate */
.container {
margin-left: 35%;
margin-right: 10%;
width: 55%;
}

/* Scale up the header for impact */
/* Fix the masthead to the side for impact and awesomeness */
.masthead {
position: fixed;
top: 0;
Expand All @@ -294,14 +294,15 @@ a:hover {
margin-left: 0;
margin-right: 0;
}
/* Increase space between posts */
.post {
margin-top: 60px;
margin-bottom: 60px;
}

/* Make pagination stand alone */
.pagination {
margin-bottom: 40px;
margin-bottom: 60px;
border: 1px solid #eee;
}

Expand All @@ -313,7 +314,6 @@ a:hover {
body {
font-size: 18px;
}

.masthead h1 {
font-size: 5rem;
}
Expand Down
8 changes: 4 additions & 4 deletions public/css/and-hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,14 @@ a:hover {
font-size: 16px;
}

/* Center container on screen */
/* Center container in available real estate */
.container {
margin-left: 35%;
margin-right: 10%;
width: 55%;
}

/* Scale up the header for impact */
/* Fix the masthead to the side for impact and awesomeness */
.masthead {
position: fixed;
top: 0;
Expand All @@ -294,14 +294,15 @@ a:hover {
margin-left: 0;
margin-right: 0;
}
/* Increase space between posts */
.post {
margin-top: 60px;
margin-bottom: 60px;
}

/* Make pagination stand alone */
.pagination {
margin-bottom: 40px;
margin-bottom: 60px;
border: 1px solid #eee;
}

Expand All @@ -313,7 +314,6 @@ a:hover {
body {
font-size: 18px;
}

.masthead h1 {
font-size: 5rem;
}
Expand Down

0 comments on commit 2901e3e

Please sign in to comment.