From 0e363fe7b959d8a1bd2ce0558f42cc81cc0abba3 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Thu, 1 Jun 2017 13:54:56 -0500 Subject: [PATCH] Remove theme-showcase.md => removing from global nav as well --- content/content-management/archetypes.md | 4 ++-- content/themes/theme-showcase.md | 20 -------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 content/themes/theme-showcase.md diff --git a/content/content-management/archetypes.md b/content/content-management/archetypes.md index 44d2fe9a9..8ed1bcf38 100644 --- a/content/content-management/archetypes.md +++ b/content/content-management/archetypes.md @@ -11,7 +11,7 @@ menu: docs: parent: "content-management" weight: 70 - quicklinks: + quicklinks: weight: 70 #rem draft: false aliases: [/content/archetypes/] @@ -25,7 +25,7 @@ toc: true The `hugo new` generator for archetypes assumes your working directory is the content folder at the root of your project. Hugo is able to infer the appropriate archetype by assuming the content type from the content section passed to the CLI command: ```bash -hugo new [content-section/file-name.md] +hugo new / ``` We can use this pattern to create a new `.md` file in the `posts` section: diff --git a/content/themes/theme-showcase.md b/content/themes/theme-showcase.md deleted file mode 100644 index 027d63b71..000000000 --- a/content/themes/theme-showcase.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Theme Showcase -linktitle: Theme Showcase -description: Hugo has an ever-growing selection of community-developed themes for you to use in your Hugo site completely free. The Theme Showcase is a separate, Hugo-driven website. -sitelink: "http://themes.gohugo.io/" -date: 2017-02-01 -publishdate: 2017-02-01 -lastmod: 2017-02-01 -categories: [themes] -tags: [themes, showcase] -menu: - docs: - parent: "themes" - weight: 40 -weight: 40 -sections_weight: 40 -draft: false -aliases: [] -toc: false ---- \ No newline at end of file