Adding Jekyll container which includes very basic starter content

This commit is contained in:
Geoff Bourne
2014-06-29 22:44:51 +00:00
parent e4418b3767
commit ebb4ee2214
11 changed files with 94 additions and 0 deletions
@@ -0,0 +1,3 @@
<footer>
<i>Goodbye</i>
</footer>
@@ -0,0 +1,3 @@
<header>
<h1>{{ page.title }}</h1>
</header>
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>