From 44e6279dfbd35c32147a8a3eee03d611b4f7973f Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 4 Jun 2017 16:58:47 -0500 Subject: [PATCH] Move archetypes from Bud's theme to project dir --- archetypes/default.md | 13 +++++++++++++ archetypes/functions.md | 18 ++++++++++++++++++ archetypes/showcase.md | 13 +++++++++++++ archetypes/tutorials.md | 16 ++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 archetypes/default.md create mode 100644 archetypes/functions.md create mode 100644 archetypes/showcase.md create mode 100644 archetypes/tutorials.md diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 000000000..f30f01f74 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,13 @@ +--- +linktitle: "" +description: "" +godocref: "" +publishdate: "" +lastmod: "" +categories: [] +tags: [] +weight: 00 +slug: "" +aliases: [] +toc: false +--- \ No newline at end of file diff --git a/archetypes/functions.md b/archetypes/functions.md new file mode 100644 index 000000000..7700bd2de --- /dev/null +++ b/archetypes/functions.md @@ -0,0 +1,18 @@ +--- +linktitle: "" +description: "" +godocref: "" +publishdate: "" +lastmod: "" +categories: [functions] +tags: [] +ns: "" +signature: [] +workson: [] +hugoversion: "" +aliases: [] +relatedfuncs: [] +toc: false +deprecated: false +needsexamples: true +--- \ No newline at end of file diff --git a/archetypes/showcase.md b/archetypes/showcase.md new file mode 100644 index 000000000..562fb9e8e --- /dev/null +++ b/archetypes/showcase.md @@ -0,0 +1,13 @@ +--- +description: "" +lastmod: "" +license: "" +licenseLink: "" +sitelink: "" +sourcelink: "" +categories: [showcase] +tags: [] +image: "" +toc: false +notesforauthors: "Go to gohugo.io/contribute/documentation for more info" +--- \ No newline at end of file diff --git a/archetypes/tutorials.md b/archetypes/tutorials.md new file mode 100644 index 000000000..0a3540c0f --- /dev/null +++ b/archetypes/tutorials.md @@ -0,0 +1,16 @@ +--- +linktitle: "" +description: "" +godocref: "" +publishdate: "" +lastmod: "" +categories: [tutorials] +tags: [] +author: "" +authorurl: "" +originalurl: "" +draft: false +aliases: [] +notesforauthors: "Go to gohugo.io/contribute/documentation for more info." +--- +