Created basic Jekyll blog

This commit is contained in:
kaarelp2rtel
2018-12-26 13:00:05 +02:00
parent 114d0b97f8
commit 3fa56d4357
4 changed files with 38 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
layout: default
---
<section class="container post">
<div class="page">
{%- assign date_format = "%F" -%}
<h1>{{ page.title | escape }}</h1>
<h5> {{ page.date | date: date_format }}</h5>
{{ content }}
</section>
</div>