Skip to content

Commit 35b4dbf

Browse files
committed
hugo: add archetype for guides
Signed-off-by: David Karlsson <[email protected]>
1 parent 64b2c04 commit 35b4dbf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

archetypes/guides.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: '{{ replace .File.ContentBaseName `-` ` ` | humanize }}'
3+
# linkTitle: A shorter, alternative title
4+
description: # Meta description for SEO.
5+
summary: | # A summary of what's in this guide
6+
In this guide, ...
7+
languages: [] # Programming languages used
8+
products: [] # Docker products involved
9+
levels: [] # Experience level(s) of the intended audience (beginner|intermediate|advanced)
10+
subjects: [] # What's it about?
11+
params:
12+
# time: 10 minutes
13+
---

0 commit comments

Comments
 (0)