migrating from old theme name
This commit is contained in:
5
archetypes/authors.md
Normal file
5
archetypes/authors.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
name: "{{ replace .Name "-" " " | title }}"
|
||||
images: []
|
||||
twitter: ""
|
||||
---
|
||||
4
archetypes/default.md
Normal file
4
archetypes/default.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
---
|
||||
8
archetypes/post.md
Normal file
8
archetypes/post.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
images: []
|
||||
categories: []
|
||||
tags: []
|
||||
authors: []
|
||||
---
|
||||
Reference in New Issue
Block a user