Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielknell committed Apr 9, 2012
0 parents commit 1fad850
Show file tree
Hide file tree
Showing 8 changed files with 648 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hackdaymanifesto.com
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This repo holds the hack day manifesto, if you wish to contribute, or add
yourself to the list of supporters, then fork this repo make your changes, then
issue a pull request.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
safe: true
auto: true
22 changes: 22 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/media/css/reset.css">
<link rel="stylesheet" href="/media/css/site.css">
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="http://use.typekit.com/czp0aft.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body>
<article>
{{ content }}
<a class="github" href="http://github.com/hackdaymanifesto/hackdaymanifesto.github.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
</article>
<footer>
<p><small>&copy; 2012 <a href='http://creativecommons.org/licenses/by/3.0/'>SOME RIGHTS RESERVED</a></small></p>
</footer>
</body>
</html>
Loading

0 comments on commit 1fad850

Please sign in to comment.