Skip to content

Commit dd1e8ba

Browse files
committed
Quick conversion to using Jekyll.
1 parent a97f879 commit dd1e8ba

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

_layouts/default.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>{{ page.title }}</title>
5+
</head>
6+
<body>
7+
{{ content }}
8+
</body>
9+
</html>

index.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Home
3+
---
4+
5+
Nothing to see here yet
6+
=======================
7+
8+
Sorry, nothing interesting here yet.

0 commit comments

Comments
 (0)