This commit is contained in:
rzen
2019-07-21 22:16:23 -04:00
commit 8853b7c668
48 changed files with 1682 additions and 0 deletions

10
index.html Normal file
View File

@ -0,0 +1,10 @@
---
layout: base
title: Home
---
{% assign all_entries = site.blog | concat: site.posts | concat: site.links | concat: site.private | sort: "date" %}
<main>
{% include post_index.html posts=all_entries %}
</main>