forked from poole/hyde
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
360 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# and Hyde | ||
# Hyde | ||
|
||
Jekyll is a powerful static site generator--**and Hyde** is a simple little theme for it. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: post | ||
title: What's Jekyll? | ||
--- | ||
|
||
[Jekyll]() is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](): | ||
|
||
> Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub. | ||
It's an immensely useful tool and one we encourage you to use here with Hyde. | ||
|
||
Find out more by [visiting the project on GitHub](). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width; initial-scale=1.0, maximum-scale=1"> | ||
<link href="/public/favicon.ico" rel="shortcut icon" type="image/x-icon"> | ||
<link href="http://gmpg.org/xfn/11" rel="profile"> | ||
|
||
<title> | ||
What's Jekyll? · | ||
And Hyde, a Jekyll theme | ||
</title> | ||
|
||
<!-- CSS --> | ||
<link rel="stylesheet" href="/public/css/and-hyde.css" type="text/css"> | ||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700|Abril+Fatface" type="text/css"> | ||
|
||
|
||
<!-- Twitter Cards --> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:creator" content="@mdo"> | ||
<meta name="twitter:title" content="What's Jekyll?"> | ||
<meta name="twitter:description" content=""> | ||
<meta name="twitter:url" content="http://markdotto.com/2012/02/06/whats-jekyll/"> | ||
|
||
|
||
</head> | ||
<body> | ||
|
||
<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> | ||
|
||
<div class="colophon"> | ||
<ul class="colophon-links"> | ||
<li> | ||
<a href="#">Download</a> | ||
</li> | ||
<li> | ||
<a href="#">GitHub project</a> | ||
</li> | ||
<li>Currently v1.0</li> | ||
</ul> | ||
<p>© 2013. All rights reserved.</p> | ||
</div> | ||
|
||
</div> | ||
</header> | ||
|
||
<div class="content container"> | ||
<div class="post"> | ||
<h1>What's Jekyll?</h1> | ||
<span class="post-date">06 Feb 2012</span> | ||
<p><a href="">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="">the project's readme</a>:</p> | ||
|
||
<blockquote><p>Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p></blockquote> | ||
|
||
<p>It's an immensely useful tool and one we encourage you to use here with Hyde.</p> | ||
|
||
<p>Find out more by <a href="">visiting the project on GitHub</a>.</p> | ||
|
||
</div> | ||
|
||
<div class="related"> | ||
<h2>Related Posts</h2> | ||
<ul class="posts"> | ||
|
||
<h3><a href="/2012/02/06/hello-world/"> | ||
Hello, world! | ||
<small>06 Feb 2012</small> | ||
</a></h3> | ||
|
||
</ul> | ||
</div> | ||
|
||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# and Hyde | ||
# Hyde | ||
|
||
Jekyll is a powerful static site generator--**and Hyde** is a simple little theme for it. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,35 @@ | |
<title>Mark Otto</title> | ||
<link href="http://www.markdotto.com/atom.xml" rel="self"/> | ||
<link href="http://www.markdotto.com/"/> | ||
<updated>2013-02-07T00:09:23-08:00</updated> | ||
<updated>2013-02-07T01:52:29-08:00</updated> | ||
<id>http://www.markdotto.com/</id> | ||
<author> | ||
<name>Mark Otto</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
|
||
<entry> | ||
<title>What's Jekyll?</title> | ||
<link href="http://www.markdotto.com/2012/02/06/whats-jekyll/"/> | ||
<updated>2012-02-06T00:00:00-08:00</updated> | ||
<id>http://www.markdotto.com/2012/02/06/whats-jekyll</id> | ||
<content type="html"><p><a href="">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="">the project's readme</a>:</p> | ||
|
||
<blockquote><p>Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p></blockquote> | ||
|
||
<p>It's an immensely useful tool and one we encourage you to use here with Hyde.</p> | ||
|
||
<p>Find out more by <a href="">visiting the project on GitHub</a>.</p> | ||
</content> | ||
</entry> | ||
|
||
<entry> | ||
<title>Hello, world!</title> | ||
<link href="http://www.markdotto.com/2012/02/06/hello-world/"/> | ||
<updated>2012-02-06T00:00:00-08:00</updated> | ||
<id>http://www.markdotto.com/2012/02/06/hello-world</id> | ||
<content type="html"><p>Welcome to And Hyde, the perfect companion to Jekyll, the popular static site generator. Learn more about Jekyll and Hyde by visiting the GitHub project.</p> | ||
<content type="html"><p>Welcome to Hyde, the perfect companion to Jekyll, the popular static site generator. Learn more about Jekyll and Hyde by visiting the GitHub project.</p> | ||
|
||
<p>Thanks!</p> | ||
</content> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.