first commit
This commit is contained in:
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
11
archetypes/portfolio.md
Normal file
11
archetypes/portfolio.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
slug = ""
|
||||
showonlyimage = false
|
||||
draft = false
|
||||
image = ""
|
||||
date = {{ .Date }}
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
description = ""
|
||||
summary = ""
|
||||
weight = 0
|
||||
+++
|
||||
Reference in New Issue
Block a user