This commit is contained in:
Oliver Davies 2019-01-24 09:12:57 +00:00
commit 38839152df
9 changed files with 2816 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ site.title }}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>

4
source/index.md Normal file
View file

@ -0,0 +1,4 @@
---
layout: default
---
Hello, World!