hugo: add archetype for guides

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-10-03 15:59:32 +02:00
parent 64b2c04150
commit 35b4dbf2a0

13
archetypes/guides.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: '{{ replace .File.ContentBaseName `-` ` ` | humanize }}'
# linkTitle: A shorter, alternative title
description: # Meta description for SEO.
summary: | # A summary of what's in this guide
In this guide, ...
languages: [] # Programming languages used
products: [] # Docker products involved
levels: [] # Experience level(s) of the intended audience (beginner|intermediate|advanced)
subjects: [] # What's it about?
params:
# time: 10 minutes
---