initial commit

This commit is contained in:
Pat Dryburgh
2018-07-30 18:11:43 -07:00
commit c9ddf7a307
28 changed files with 1612 additions and 0 deletions

19
_layouts/default.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>{{ site.title }} {{ page.title }}</title>
<link rel="stylesheet" href="{{ '/assets/css/main.css' | prepend: site.baseurl | apend: site.time }}">
</head>
<body>
{{ content }}
</body>
</html>