1
0
Fork 0

New theme and structure

This commit is contained in:
Luca Beltrame 2015-04-26 15:25:43 +02:00
parent 28a99a0e04
commit e4bafbb361
108 changed files with 9391 additions and 0 deletions

6
_templates/archive Normal file
View file

@ -0,0 +1,6 @@
---
layout: post-index
title: {{ title }}
permalink:
description:
---

12
_templates/page Normal file
View file

@ -0,0 +1,12 @@
---
layout: {{ layout }}
title: {{ title }}
date: {{ date }}
modified:
description:
image:
feature:
credit:
creditlink:
share:
---

14
_templates/post Normal file
View file

@ -0,0 +1,14 @@
---
layout: {{ layout }}
title: {{ title }}
modified:
categories: {{ dir }}
description:
tags: []
image:
feature:
credit:
creditlink:
comments:
share:
---