Skip to content

Commit e033554

Browse files
committedOct 13, 2016
exemplar
1 parent 4b198ff commit e033554

File tree

174 files changed

+6331
-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.

174 files changed

+6331
-0
lines changed
 

‎404.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
nav: projects
4+
title: Page Not Found
5+
---
6+
That page doesn't exist

‎Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source :rubygems
2+
3+
gem "jekyll", "~> 3.2"
4+
gem "neat", "~> 1.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.