welcome page

This commit is contained in:
2020-01-25 22:56:59 +01:00
parent 62f05ba9fb
commit 6f75065b9c
9 changed files with 84 additions and 15 deletions

8
blog.html Normal file
View File

@@ -0,0 +1,8 @@
---
title: ~/blog
layout: page-screen
---
{% for post in site.posts %}
{{post.date | date: '%Y-%m-%d' }} <a href="{{site.baseurl}}/{{post.url}}"> {{post.title | replace:' ','_'}}.txt</a>
{%endfor%}