mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
hugo: add archetype for guides
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
13
archetypes/guides.md
Normal file
13
archetypes/guides.md
Normal 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
|
||||
---
|
||||
Reference in New Issue
Block a user