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