first commit

This commit is contained in:
JamesFlare1212
2024-03-26 22:04:45 -04:00
commit 9e54cceae7
54 changed files with 1646 additions and 0 deletions

5
archetypes/default.md Normal file
View File

@@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

11
archetypes/portfolio.md Normal file
View File

@@ -0,0 +1,11 @@
+++
slug = ""
showonlyimage = false
draft = false
image = ""
date = {{ .Date }}
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
description = ""
summary = ""
weight = 0
+++