New theme and structure
This commit is contained in:
parent
28a99a0e04
commit
e4bafbb361
108 changed files with 9391 additions and 0 deletions
6
_templates/archive
Normal file
6
_templates/archive
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
layout: post-index
|
||||
title: {{ title }}
|
||||
permalink:
|
||||
description:
|
||||
---
|
12
_templates/page
Normal file
12
_templates/page
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
date: {{ date }}
|
||||
modified:
|
||||
description:
|
||||
image:
|
||||
feature:
|
||||
credit:
|
||||
creditlink:
|
||||
share:
|
||||
---
|
14
_templates/post
Normal file
14
_templates/post
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: {{ layout }}
|
||||
title: {{ title }}
|
||||
modified:
|
||||
categories: {{ dir }}
|
||||
description:
|
||||
tags: []
|
||||
image:
|
||||
feature:
|
||||
credit:
|
||||
creditlink:
|
||||
comments:
|
||||
share:
|
||||
---
|
Reference in a new issue