Add some draft posts.

This commit is contained in:
2024-12-14 22:37:14 +00:00
parent 3386d11255
commit 08b3f6d423
8 changed files with 117 additions and 5 deletions

View File

@ -1,7 +1,7 @@
---
title: "{{ replace (replace .Name "draft-" "") "-" " " | title }}"
title: "{{ replace .Name "-" " " | title }}"
author: "Anna"
date: {{ .dateFormat (.Site.Params.dateformat) .Date }}
date: {{ dateFormat (.Site.Params.dateformat) .Date }}
draft: true
tags:
- tag1

View File

10
archetypes/posts/index.md Normal file
View File

@ -0,0 +1,10 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat (.Site.Params.dateformat) .Date }}
draft: true
tags:
- tag1
---
<!--more-->