Skip to content

Commit

Permalink
Jekyll skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Sep 7, 2017
1 parent 730d677 commit 28c88ca
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/docs/_site
/docs/Gemfile.lock
/src/doogie.pro.user
/src/Makefile
/src/Makefile.Debug
Expand Down
24 changes: 24 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found</strong></p>
<p>The requested page could not be found.</p>
</div>
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages'
16 changes: 16 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="doogie, browser, web browser, chromium, tree style" />
<meta name="description" content="Doogie is a Chromium-based power browser with tree-style pages" />
<link rel="shortcut icon" href="{{site.github.url}}/img/favicon.png">
<title>Doogie - A Power Browser</title>
</head>
<body>
<div>
{{ content }}
</div>
</body>
</html>
5 changes: 5 additions & 0 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: default
---

{{content}}
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: home
---

TODO: add stuff

0 comments on commit 28c88ca

Please sign in to comment.