Skip to content

Commit d3530fc

Browse files
committedApr 10, 2019
Initial site commit
0 parents  commit d3530fc

File tree

128 files changed

+16642
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+16642
-0
lines changed
 

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.DS_Store
4+
.jekyll-metadata
5+
node_modules

‎404.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: "404: Page not found"
4+
permalink: 404.html
5+
---
6+
7+
<div>
8+
<h1>404: Page not found</h1>
9+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.