rebrand to smolsite

This commit is contained in:
Fliegerjohn 2024-11-01 13:47:59 +01:00
parent 94f6eff800
commit 7ab6e3802d
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A
3 changed files with 22 additions and 11 deletions

11
archetypes/news.md Normal file
View file

@ -0,0 +1,11 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }}
type: news
draft: true
categories:
- default
tags:
- default
---