Skip to content

Commit

Permalink
hella fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 15, 2013
1 parent fc96fc3 commit 39e0023
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 72 deletions.
43 changes: 41 additions & 2 deletions .gitignore
@@ -1,2 +1,41 @@
_site/
.DS_Store
# Ignore docs files
_gh_pages
_site
.ruby-version

# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea

# Komodo
*.komodoproject
.komodotools

# grunt-html-validation
validation-status.json
validation-report.json

# Folders to ignore
node_modules
14 changes: 2 additions & 12 deletions _layouts/default.html
Expand Up @@ -8,29 +8,19 @@

<title>
{% if page.title %}{{ page.title }} &middot; {% endif %}
And Hyde, a Jekyll theme
Hyde, a Jekyll theme
</title>

<!-- CSS -->
<link rel="stylesheet" href="/public/css/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">

{% if page.title %}
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@mdo">
<meta name="twitter:title" content="{{ page.title }}">
<meta name="twitter:description" content="{{ page.summary }}">
<meta name="twitter:url" content="http://markdotto.com{{ page.url }}">
{% endif %}

</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>
<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="http://markdotto.com" target="_blank">@mdo</a>.</p>

<div class="colophon">
<ul class="colophon-links">
Expand Down
12 changes: 0 additions & 12 deletions _posts/2012-02-06-hello-world.md

This file was deleted.

4 changes: 2 additions & 2 deletions _posts/2012-02-06-whats-jekyll.md
Expand Up @@ -3,10 +3,10 @@ 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](http://jekyllrb.com) 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](https://github.com/mojombo/jekyll/blob/master/README.markdown):

> 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]().
Find out more by [visiting the project on GitHub](https://github.com/mojombo/jekyll).
46 changes: 46 additions & 0 deletions _posts/2012-02-07-example-content.md
@@ -0,0 +1,46 @@
---
layout: post
title: Example content
---

This blog post shows a few different types of content that's supported and styled with Hyde. Basic typography, images, and code are all supported.

-----

Cum sociis natoque penatibus et magnis <a href="#">dis parturient montes</a>, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.

> Curabitur blandit tempus porttitor. **Nullam quis risus eget urna mollis** ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.
Etiam porta *sem malesuada magna* mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.

## Heading

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

### Sub-heading

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

Example code block

Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.

### Sub-heading

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

* Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
* Donec id elit non mi porta gravida at eget metus.
* Nulla vitae elit libero, a pharetra augue.

Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.

1. Vestibulum id ligula porta felis euismod semper.
2. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
3. Maecenas sed diam eget risus varius blandit sit amet non magna.

Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.

-----

Want to see something else added? <a href="https://github.com/mdo/hyde/issues/new">Open an issue.</a>
12 changes: 12 additions & 0 deletions _posts/2012-02-08-hello-world.md
@@ -0,0 +1,12 @@
---
layout: post
title: Hello, world!
---

Welcome to [Hyde](http://andhyde.com), the perfect companion to [Jekyll](http://jekyllrb.com), the popular static site generator. Hyde is an elegant, open source, mobile first theme for Jekyll. It includes lightweight styles and placeholder content to get you up and running with a simple blog in no time.

Hyde is also rather forward-thinking in that—in addition to Chrome, Safari, and Firefox—it is only compatible with Internet Explorer 9 and above.

Find out more and [download a copy](https://github.com/mdo/hyde) today from GitHub.

Thanks!
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -26,7 +26,11 @@ <h1>
<span class="next">Older</span>
{% endif %}
{% if paginator.previous_page %}
<a href="/page{{paginator.previous_page}}" class="newer">Newer</a>
{% if paginator.page == 2 %}
<a href="/" class="newer">Newer</a>
{% else %}
<a href="/page{{paginator.previous_page}}" class="newer">Newer</a>
{% endif %}
{% else %}
<span class="previous">Newer</span>
{% endif %}
Expand Down

0 comments on commit 39e0023

Please sign in to comment.