mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 16:58:53 +00:00
Remove theme-showcase.md => removing from global nav as well
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
---
|
||||
Reference in New Issue
Block a user