From 3ec95503252645b87c625df10a8ac44d04563166 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:06:05 -0300 Subject: Bring files from personal blog --- archetypes/default.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 archetypes/default.md (limited to 'archetypes/default.md') diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index e8406b3..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,22 +0,0 @@ -+++ -title = "{{ replace .Name "-" " " | title }}" -date = "{{ .Date }}" - -# -# Set menu to "main" to add this page to -# the main menu on top of the page -# -menu = "main" - -# -# description is optional -# -# description = "An optional description for SEO. If not provided, an automatically created summary will be used." - -# -# tags are optional -# -# tags = [{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}"{{ printf "%s" $term }}",{{ end }}{{ end }}] -+++ - -This is a page about »{{ replace .Name "-" " " | title }}«. -- cgit v1.2.3