Remove theme-showcase.md => removing from global nav as well

This commit is contained in:
Ryan Watters
2017-06-01 13:54:56 -05:00
parent d83c53a8a6
commit 0e363fe7b9
2 changed files with 2 additions and 22 deletions
+2 -2
View File
@@ -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 <content-section>/<file-name.md>
```
We can use this pattern to create a new `.md` file in the `posts` section:
-20
View File
@@ -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
---