Skip to content

Commit b38884b

Browse files
committed
Rename about.html to about.md, add page layout
1 parent e4b5db5 commit b38884b

File tree

3 files changed

+32
-28
lines changed

3 files changed

+32
-28
lines changed

_layouts/page.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="page">
6+
<h1 class="page-title">{{ page.title }}</h1>
7+
{{ content }}
8+
</div>

about.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

about.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: page
3+
title: About
4+
---
5+
6+
<p class="message">
7+
Hey there! This page is included in Hyde as an example. Feel free to customize it for your own use upon downloading. Carry on!
8+
</p>
9+
10+
[Hyde](http://mdo.github.io/hyde) is a [Jekyll](http://jekyllrb.com) theme, designed and built by [@mdo](https://twitter.com/mdo). It's an elegant, open source, and mobile first theme for quickly getting a static site up and running.
11+
12+
## Setup
13+
14+
Some fun facts about the setup of this project include:
15+
16+
* Built for [Jekyll](http://jekyllrb.com)
17+
* Developed on GitHub and hosted for free on [GitHub Pages](https://pages.github.com)
18+
* Fonts PT Sans (headings) and PT Serif (body), and are served by [Google Web Fonts](http://www.google.com/webfonts)
19+
* Coded with [Sublime Text 2](http://sublimetext.org), an amazing code editor
20+
* Designed and developed while listening to music like [Blood Bros Trilogy](https://soundcloud.com/maddecent/sets/blood-bros-series)
21+
22+
Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/mdo/hyde/issues/new) or [ask me on Twitter](https://twitter.com/mdo).
23+
24+
Thanks for reading!

0 commit comments

Comments
 (0)