aboutsummaryrefslogtreecommitdiff
path: root/archetypes/blog.md
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-04 08:54:19 +0200
committerJan Raasch <jan@janraasch.com>2020-09-04 09:02:09 +0200
commite13df26c715f17686fbae1e709a3115ac7377df8 (patch)
treef4770deb71db54feb91aeffd57f5d3522e7668ce /archetypes/blog.md
parent58805381571574f39ff3ddeaf98f64d708486ca7 (diff)
downloadhugo-bearcub-e13df26c715f17686fbae1e709a3115ac7377df8.tar.gz
hugo-bearcub-e13df26c715f17686fbae1e709a3115ac7377df8.tar.bz2
refactor: move (non-post) pages to "content"-root
Diffstat (limited to 'archetypes/blog.md')
-rw-r--r--archetypes/blog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
new file mode 100644
index 0000000..e4594c6
--- /dev/null
+++ b/archetypes/blog.md
@@ -0,0 +1,13 @@
++++
+title = "{{ replace .Name "-" " " | title }}"
+date = "{{ .Date }}"
+
+#
+# description is optional
+#
+# description = "An optional description for SEO. If not provided, an automatically created summary will be used."
+
+tags = [{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}"{{ printf "%s" $term }}",{{ end }}{{ end }}]
++++
+
+This is a page about »{{ replace .Name "-" " " | title }}«.