Initial Commit
This commit is contained in:
6
themes/hugo-coder/archetypes/default.md
Normal file
6
themes/hugo-coder/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
+++
|
||||
draft = true
|
||||
date = {{ .Date }}
|
||||
title = ""
|
||||
slug = ""
|
||||
+++
|
12
themes/hugo-coder/archetypes/posts.md
Normal file
12
themes/hugo-coder/archetypes/posts.md
Normal file
@ -0,0 +1,12 @@
|
||||
+++
|
||||
draft = true
|
||||
date = {{ .Date }}
|
||||
title = ""
|
||||
description = ""
|
||||
slug = ""
|
||||
authors = []
|
||||
tags = []
|
||||
categories = []
|
||||
externalLink = ""
|
||||
series = []
|
||||
+++
|
Reference in New Issue
Block a user