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
11 changed files
with
500 additions
and
433 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,55 +1,9 @@ | ||
<!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="http://gmpg.org/xfn/11" rel="profile"> | ||
|
||
<title> | ||
Hyde, a Jekyll theme | ||
</title> | ||
|
||
<!-- CSS --> | ||
<link rel="stylesheet" href="/public/css/hyde.css"> | ||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700|Abril+Fatface"> | ||
|
||
<!-- Icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/touch-icon-144-precomposed.png"> | ||
<link rel="shortcut icon" href="/public/favicon.png"> | ||
|
||
<!-- RSS --> | ||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> | ||
</head> | ||
<body> | ||
|
||
<header class="masthead"> | ||
<div class="masthead-inner"> | ||
<h1>Hyde</h1> | ||
<p class="lead">An elegant open source and mobile first theme for <a href="http://jekyllrb.com" target="_blank">Jekyll</a>. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.</p> | ||
|
||
<div class="colophon"> | ||
<ul class="colophon-links"> | ||
<li> | ||
<a href="https://github.com/mdo/hyde/archive/v1.0.0.zip">Download</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/mdo/hyde">GitHub project</a> | ||
</li> | ||
<li>Currently v1.1</li> | ||
</ul> | ||
<p>© 2013. All rights reserved.</p> | ||
</div> | ||
|
||
</div> | ||
</header> | ||
|
||
<div class="content container"> | ||
<h1>404: Page not found</h1> | ||
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Visit the home page</a> to see if you can find it manually. Thanks!</p> | ||
<hr> | ||
<h3>Heads up!</h3> | ||
<p>This is a basic 404 page for use with GitHub Pages. It's source code is not generated by Jekyll.</p> | ||
</div> | ||
|
||
</body> | ||
</html> | ||
--- | ||
layout: default | ||
title: "404: Page not found" | ||
--- | ||
|
||
<div class="page"> | ||
<h1 class="page-title">404: Page not found</h1> | ||
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p> | ||
</div> |
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,19 @@ | ||
<header class="masthead"> | ||
<div class="masthead-inner"> | ||
<h1 class="masthead-title">{{ site.title }}</h1> | ||
<p>{{ site.description }}</p> | ||
|
||
<div class="colophon"> | ||
<ul class="colophon-links"> | ||
<li> | ||
<a href="https://github.com/mdo/hyde/archive/v{{ site.version }}.zip">Download</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/mdo/hyde">GitHub project</a> | ||
</li> | ||
<li>Currently v{{ site.version }}</li> | ||
</ul> | ||
<p>© 2014. {{ site.author.name }} All rights reserved.</p> | ||
</div> | ||
</div> | ||
</header> |
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,8 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="page"> | ||
<h1 class="page-title">{{ page.title }}</h1> | ||
{{ content }} | ||
</div> |
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 was deleted.
Oops, something went wrong.
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,37 @@ | ||
--- | ||
layout: post | ||
title: Introducing Hyde | ||
--- | ||
|
||
Hyde is a [Jekyll](http://jekyllrb.com) theme with a fluid landscape layout. It's based on [Poole](https://github.com/poole/poole), the Jekyll butler, and is designed to showcase your content first and foremost with extraneous information hidden offscreen until the reader requests it. | ||
|
||
### Built on Poole | ||
|
||
Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by [@mdo](https://twitter.com/mdo). Poole, and every theme built on it (like Hyde here) includes the following: | ||
|
||
* Complete Jekyll setup included (layouts, config, [404](/404), [RSS feed](/atom.xml), posts, and [example page](/about)) | ||
* Mobile friendly design and development | ||
* Easily scalable text and component sizing with `rem` units in the CSS | ||
* Support for a wide gamut of HTML elements | ||
* Related posts (time-based, because Jekyll) below each post | ||
* Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter) | ||
|
||
### Hyde features | ||
|
||
In addition to the features of Poole, Lanyon adds the following: | ||
|
||
* Sidebar includes support for textual modules and a dynamically generated navigation with active link support | ||
* Two orientations for content and sidebar, default (left sidebar) and [reverse](https://github.com/poole/lanyon#reverse-layout) (right sidebar), available via `<body>` classes | ||
* [Eight optional color schemes](https://github.com/poole/hyde#themes), available via `<body>` classes | ||
|
||
[Head to the readme](https://github.com/poole/hyde#readme) to learn more. | ||
|
||
### Browser support | ||
|
||
Hyde is by preference a forward-thinking project. In addition to the latest versions of Chrome, Safari (mobile and desktop), and Firefox, it is only compatible with Internet Explorer 9 and above. | ||
|
||
### Download | ||
|
||
Hyde is developed on and hosted with GitHub. Head to the <a href="https://github.com/poole/hyde">GitHub repository</a> for downloads, bug reports, and features requests. | ||
|
||
Thanks! |
Oops, something went wrong.