Use README.md as frontpage

This commit is contained in:
jekkos
2018-07-21 17:41:49 +02:00
parent 7751379326
commit 49eafbceda
2 changed files with 14 additions and 0 deletions

10
_layouts/default.html Normal file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>

4
_layouts/front.yml Normal file
View File

@@ -0,0 +1,4 @@
---
title: opensourcepos
layout: default
---