From 689694705851cdfb4a26e5ab1fafade41a09d5bc Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Fri, 31 Mar 2017 18:50:49 -0400 Subject: [PATCH] Update content to use Hugo's built-in menu * add generic menu declaration * update about section * commands * update content management section * update contribute section * functions * update getting started section * update hosting and deployment section * fix mailing list entry (no menu) * update news section * update Templates section * update tools section * update themes section * troubleshooting * update variables section Fixes rdwatters/hugo-docs-concept#45 See PR rdwatters/hugo-docs-concept#62 --- content/_index.md | 6 +++++- content/about/_index.md | 6 +++++- content/about/benefits.md | 6 +++++- content/about/features.md | 6 +++++- content/about/license.md | 6 +++++- content/about/roadmap.md | 6 +++++- content/about/what-is-hugo.md | 6 +++++- content/commands/_index.md | 6 +++++- content/content-management/_index.md | 6 +++++- content/content-management/archetypes.md | 6 +++++- content/content-management/authors.md | 6 +++++- content/content-management/comments.md | 6 +++++- content/content-management/cross-references.md | 6 +++++- content/content-management/custom-outputs.md | 6 +++++- content/content-management/formats.md | 6 +++++- content/content-management/front-matter.md | 6 +++++- content/content-management/menus.md | 6 +++++- content/content-management/multilingual.md | 6 +++++- content/content-management/organization.md | 6 +++++- content/content-management/sections.md | 6 +++++- content/content-management/shortcodes.md | 6 +++++- content/content-management/summaries.md | 6 +++++- content/content-management/taxonomies.md | 6 +++++- content/content-management/toc.md | 6 +++++- content/content-management/types.md | 6 +++++- content/content-management/urls.md | 6 +++++- content/contribute/_index.md | 6 +++++- content/contribute/development.md | 6 +++++- content/contribute/documentation.md | 6 +++++- content/contribute/themes.md | 6 +++++- content/functions/_index.md | 6 +++++- content/getting-started/_index.md | 6 +++++- content/getting-started/configuration.md | 6 +++++- content/getting-started/directory-structure.md | 6 +++++- content/getting-started/installing.md | 6 +++++- content/getting-started/quick-start.md | 6 +++++- content/getting-started/usage.md | 6 +++++- content/getting-started/using-the-hugo-docs.md | 6 +++++- content/hosting-and-deployment/_index.md | 6 +++++- content/hosting-and-deployment/deployment-with-rsync.md | 6 +++++- content/hosting-and-deployment/deployment-with-wercker.md | 6 +++++- content/hosting-and-deployment/hosting-on-bitbucket.md | 6 +++++- content/hosting-and-deployment/hosting-on-firebase.md | 6 +++++- content/hosting-and-deployment/hosting-on-github.md | 6 +++++- content/hosting-and-deployment/hosting-on-gitlab.md | 6 +++++- content/hosting-and-deployment/hosting-on-netlify.md | 6 +++++- content/mailing-list.md | 2 +- content/news/_index.md | 6 +++++- content/news/press-and-articles.md | 6 +++++- content/news/release-notes.md | 6 +++++- content/showcase/_index.md | 6 +++++- content/templates/404.md | 6 +++++- content/templates/_index.md | 6 +++++- content/templates/alternatives.md | 6 +++++- content/templates/base.md | 6 +++++- content/templates/data-templates.md | 6 +++++- content/templates/files.md | 6 +++++- content/templates/homepage.md | 6 +++++- content/templates/internal.md | 6 +++++- content/templates/introduction.md | 6 +++++- content/templates/lists.md | 6 +++++- content/templates/lookup-order.md | 6 +++++- content/templates/menu-templates.md | 6 +++++- content/templates/ordering-and-grouping.md | 6 +++++- content/templates/pagination.md | 6 +++++- content/templates/partials.md | 6 +++++- content/templates/robots.md | 6 +++++- content/templates/rss.md | 6 +++++- content/templates/section-templates.md | 6 +++++- content/templates/shortcode-templates.md | 6 +++++- content/templates/single-page-templates.md | 6 +++++- content/templates/sitemap-template.md | 6 +++++- content/templates/taxonomy-templates.md | 6 +++++- content/templates/template-debugging.md | 6 +++++- content/templates/views.md | 6 +++++- content/themes/_index.md | 6 +++++- content/themes/creating.md | 6 +++++- content/themes/customizing.md | 6 +++++- content/themes/installing-and-using-themes.md | 6 +++++- content/themes/theme-showcase.md | 6 +++++- content/tools/_index.md | 6 +++++- content/tools/editors.md | 6 +++++- content/tools/frontends.md | 6 +++++- content/tools/migrations.md | 6 +++++- content/tools/other.md | 6 +++++- content/tools/search.md | 6 +++++- content/tools/starter-kits.md | 6 +++++- content/tools/syntax-highlighting.md | 6 +++++- content/troubleshooting/_index.md | 6 +++++- content/variables/_index.md | 6 +++++- content/variables/files.md | 6 +++++- content/variables/git.md | 6 +++++- content/variables/hugo.md | 6 +++++- content/variables/menus.md | 6 +++++- content/variables/page.md | 6 +++++- content/variables/shortcodes.md | 6 +++++- content/variables/site.md | 6 +++++- content/variables/sitemap.md | 6 +++++- content/variables/taxonomy.md | 6 +++++- 99 files changed, 491 insertions(+), 99 deletions(-) diff --git a/content/_index.md b/content/_index.md index 253a9d5f7..7bb7d36b1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,7 +5,11 @@ description: Hugo is the world's fastest static website engine. It's written in date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -weight: 01 +menu: + main: + parent: "section name" + weight: 01 +weight: 01 #rem draft: false slug: aliases: [] diff --git a/content/about/_index.md b/content/about/_index.md index c2973ab34..3fd4e3759 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [] tags: [] -weight: 01 +menu: + main: + parent: "About Hugo" + weight: 01 +weight: 01 #rem draft: false aliases: [/about-hugo/,/docs/] toc: false diff --git a/content/about/benefits.md b/content/about/benefits.md index 1b6288866..f1a7d1680 100644 --- a/content/about/benefits.md +++ b/content/about/benefits.md @@ -6,7 +6,11 @@ date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [ssg,static,performance,security] -weight: 30 +menu: + main: + parent: "About Hugo" + weight: 30 +weight: 30 #rem draft: false aliases: [] toc: false diff --git a/content/about/features.md b/content/about/features.md index 7b3c34611..7254fdc8d 100644 --- a/content/about/features.md +++ b/content/about/features.md @@ -5,7 +5,11 @@ description: Hugo boasts blistering speed, robust content management, and a powe date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -weight: 20 +menu: + main: + parent: "About Hugo" + weight: 20 +weight: 20 #rem draft: false aliases: [/about/features] toc: true diff --git a/content/about/license.md b/content/about/license.md index afa7ff639..ab683259d 100644 --- a/content/about/license.md +++ b/content/about/license.md @@ -7,7 +7,11 @@ publishdate: 2016-02-01 lastmod: 2016-03-02 categories: ["about hugo"] tags: ["License","apache"] -weight: 60 +menu: + main: + parent: "About Hugo" + weight: 60 +weight: 60 #rem aliases: [/meta/license] toc: true --- diff --git a/content/about/roadmap.md b/content/about/roadmap.md index ce560d82f..78deb3820 100644 --- a/content/about/roadmap.md +++ b/content/about/roadmap.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [about hugo] tags: [about,contribute,roadmap] -weight: 50 +menu: + main: + parent: "About Hugo" + weight: 50 +weight: 50 #rem draft: false aliases: [/meta/roadmap] toc: false diff --git a/content/about/what-is-hugo.md b/content/about/what-is-hugo.md index c132dd1ea..e4297bc3c 100644 --- a/content/about/what-is-hugo.md +++ b/content/about/what-is-hugo.md @@ -6,7 +6,11 @@ date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 layout: single -weight: 10 +menu: + main: + parent: "About Hugo" + weight: 10 +weight: 10 #rem draft: false aliases: [/overview/introduction/,/about/why-i-built-hugo/] toc: true diff --git a/content/commands/_index.md b/content/commands/_index.md index c055b1143..dee9b9e9d 100644 --- a/content/commands/_index.md +++ b/content/commands/_index.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [commands] tags: [cli,command line] -weight: 01 +menu: + main: + parent: "Commands" + weight: 01 +weight: 01 #rem draft: false aliases: [/cli/] wip: true diff --git a/content/content-management/_index.md b/content/content-management/_index.md index dea17692b..485d5fbb7 100644 --- a/content/content-management/_index.md +++ b/content/content-management/_index.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [source, organization] categories: [content management] -weight: 01 +menu: + main: + parent: "Content Management" + weight: 01 +weight: 01 #rem draft: false aliases: [/content/] toc: false diff --git a/content/content-management/archetypes.md b/content/content-management/archetypes.md index c83f17960..9885013a9 100644 --- a/content/content-management/archetypes.md +++ b/content/content-management/archetypes.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [archetypes,generators,metadata,front matter] categories: ["content management"] -weight: 70 +menu: + main: + parent: "Content Management" + weight: 70 +weight: 70 #rem draft: false aliases: [/content/archetypes/] toc: true diff --git a/content/content-management/authors.md b/content/content-management/authors.md index 31dbb1b1d..d3f538bab 100644 --- a/content/content-management/authors.md +++ b/content/content-management/authors.md @@ -7,7 +7,11 @@ publishdate: 2017-03-12 lastmod: 2017-03-12 tags: [authors] categories: ["content management"] -weight: 55 +menu: + main: + parent: "Content Management" + weight: 55 +weight: 55 #rem draft: true aliases: [/content/archetypes/] toc: true diff --git a/content/content-management/comments.md b/content/content-management/comments.md index 2d0830578..82ba7c124 100644 --- a/content/content-management/comments.md +++ b/content/content-management/comments.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-03-09 tags: [sections,content,organization, fundamentals] categories: [project organization] -weight: 140 +menu: + main: + parent: "Content Management" + weight: 140 +weight: 140 #rem draft: false aliases: [/extras/comments/] toc: true diff --git a/content/content-management/cross-references.md b/content/content-management/cross-references.md index dd57d1ba8..5d6d3533e 100644 --- a/content/content-management/cross-references.md +++ b/content/content-management/cross-references.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-01-09 categories: [content management] tags: ["cross references","references", "anchors", "urls"] -weight: 100 +menu: + main: + parent: "Content Management" + weight: 100 +weight: 100 #rem draft: false aliases: [/extras/crossreferences/] toc: true diff --git a/content/content-management/custom-outputs.md b/content/content-management/custom-outputs.md index c1eee2c22..5c91e3a7f 100644 --- a/content/content-management/custom-outputs.md +++ b/content/content-management/custom-outputs.md @@ -7,7 +7,11 @@ publishdate: 2017-03-22 lastmod: 2017-03-22 categories: [content management] tags: ["amp","outputs"] -weight: 100 +menu: + main: + parent: "Content Management" + weight: 100 +weight: 100 #rem draft: false aliases: [/extras/custom-output-types/] toc: true diff --git a/content/content-management/formats.md b/content/content-management/formats.md index ff8c93e48..b7d77500e 100644 --- a/content/content-management/formats.md +++ b/content/content-management/formats.md @@ -7,7 +7,11 @@ publishdate: 2017-01-10 lastmod: 2017-01-10 categories: [content management] tags: [markdown,asciidoc,mmark,content format] -weight: 20 +menu: + main: + parent: "Content Management" + weight: 20 +weight: 20 #rem draft: false aliases: [/content/markdown-extras/,/content/supported-formats/,/doc/supported-formats/,/tutorials/mathjax/] toc: true diff --git a/content/content-management/front-matter.md b/content/content-management/front-matter.md index 6d279e224..f563fd8c0 100644 --- a/content/content-management/front-matter.md +++ b/content/content-management/front-matter.md @@ -7,7 +7,11 @@ publishdate: 2017-01-09 lastmod: 2017-01-09 categories: [content management] tags: ["front matter", "yaml", "toml", "json", "metadata", "archetypes"] -weight: 30 +menu: + main: + parent: "Content Management" + weight: 30 +weight: 30 #rem draft: false aliases: [/content/front-matter/] toc: true diff --git a/content/content-management/menus.md b/content/content-management/menus.md index e59791cd1..0ccc47b50 100644 --- a/content/content-management/menus.md +++ b/content/content-management/menus.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [content management] tags: [menus] draft: false -weight: 120 +menu: + main: + parent: "Content Management" + weight: 120 +weight: 120 #rem aliases: [/extras/menus/] toc: true --- diff --git a/content/content-management/multilingual.md b/content/content-management/multilingual.md index 31cef003e..a2dbe8108 100644 --- a/content/content-management/multilingual.md +++ b/content/content-management/multilingual.md @@ -7,7 +7,11 @@ publishdate: 2017-01-10 lastmod: 2017-01-10 categories: [content management] tags: [multilingual,i18n, internationalization] -weight: 150 +menu: + main: + parent: "Content Management" + weight: 150 +weight: 150 #rem draft: false aliases: [/content/multilingual/,/content-management/multilingual/] toc: true diff --git a/content/content-management/organization.md b/content/content-management/organization.md index d12df5027..ae3f0ff6d 100644 --- a/content/content-management/organization.md +++ b/content/content-management/organization.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [content management] tags: [sections,content,organization,fundamentals] -weight: 10 +menu: + main: + parent: "Content Management" + weight: 10 +weight: 10 #rem draft: false aliases: [/content/sections/] toc: true diff --git a/content/content-management/sections.md b/content/content-management/sections.md index ab5b83115..6f04024c6 100644 --- a/content/content-management/sections.md +++ b/content/content-management/sections.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [content management] tags: [lists,sections,content types,organization] -weight: 50 +menu: + main: + parent: "Content Management" + weight: 50 +weight: 50 #rem draft: false aliases: [/content/sections/] toc: true diff --git a/content/content-management/shortcodes.md b/content/content-management/shortcodes.md index 238ae0602..ea0d7baf9 100644 --- a/content/content-management/shortcodes.md +++ b/content/content-management/shortcodes.md @@ -6,7 +6,11 @@ godocref: date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -weight: 25 +menu: + main: + parent: "Content Management" + weight: 25 +weight: 25 #rem categories: [content management] tags: [markdown,content,shortcodes] draft: false diff --git a/content/content-management/summaries.md b/content/content-management/summaries.md index f87b0a516..e58245cf8 100644 --- a/content/content-management/summaries.md +++ b/content/content-management/summaries.md @@ -7,7 +7,11 @@ publishdate: 2017-01-10 lastmod: 2017-01-10 categories: [content management] tags: [summaries,abstracts,read more] -weight: 90 +menu: + main: + parent: "Content Management" + weight: 90 +weight: 90 #rem draft: false aliases: [/content/summaries/,/content-management/content-summaries/] toc: true diff --git a/content/content-management/taxonomies.md b/content/content-management/taxonomies.md index d695f5991..61fc75065 100644 --- a/content/content-management/taxonomies.md +++ b/content/content-management/taxonomies.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [taxonomies,metadata,front matter,terms] categories: [content management] -weight: 80 +menu: + main: + parent: "Content Management" + weight: 80 +weight: 80 #rem draft: false aliases: [/taxonomies/overview/,/taxonomies/usage/,/indexes/overview/,/doc/indexes/,/extras/indexes] toc: true diff --git a/content/content-management/toc.md b/content/content-management/toc.md index 2f01cc33d..044c75d57 100644 --- a/content/content-management/toc.md +++ b/content/content-management/toc.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [content management] tags: [table of contents, toc] -weight: 130 +menu: + main: + parent: "Content Management" + weight: 130 +weight: 130 #rem draft: false aliases: [/extras/toc/,/content-management/toc/] toc: false diff --git a/content/content-management/types.md b/content/content-management/types.md index 4f6f0e864..ab19e7c88 100644 --- a/content/content-management/types.md +++ b/content/content-management/types.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [content management] tags: [lists,sections,content types,types,organization] -weight: 60 +menu: + main: + parent: "Content Management" + weight: 60 +weight: 60 #rem draft: false aliases: [/content/types] toc: true diff --git a/content/content-management/urls.md b/content/content-management/urls.md index bf61b31e4..074c81a41 100644 --- a/content/content-management/urls.md +++ b/content/content-management/urls.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-03-09 tags: [aliases,redirects,permalinks,urls] categories: [content management] -weight: 110 +menu: + main: + parent: "Content Management" + weight: 110 +weight: 110 #rem draft: false aliases: [/extras/permalinks/,/extras/aliases/,/extras/urls/,/doc/redirects/,/doc/alias/,/doc/aliases/] toc: true diff --git a/content/contribute/_index.md b/content/contribute/_index.md index 094770eaf..d296f3380 100644 --- a/content/contribute/_index.md +++ b/content/contribute/_index.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [contribute] tags: [] -weight: 01 +menu: + main: + parent: "Contribute" + weight: 01 +weight: 01 #rem draft: false slug: aliases: [/tutorials/how-to-contribute-to-hugo/,/community/contributing/] diff --git a/content/contribute/development.md b/content/contribute/development.md index d4a2ef2bf..6a0239054 100644 --- a/content/contribute/development.md +++ b/content/contribute/development.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [contribute] tags: [dev,open source] authors: [digitalcraftsman] -weight: 10 +menu: + main: + parent: "Contribute" + weight: 10 +weight: 10 #rem draft: false aliases: [/contribute/development/] toc: true diff --git a/content/contribute/documentation.md b/content/contribute/documentation.md index 23572bf38..7db81ab55 100644 --- a/content/contribute/documentation.md +++ b/content/contribute/documentation.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [contribute] tags: [docs,documentation,community, contribute] -weight: 20 +menu: + main: + parent: "Contribute" + weight: 20 +weight: 20 #rem draft: false aliases: [/contribute/docs/] toc: true diff --git a/content/contribute/themes.md b/content/contribute/themes.md index c763f605e..e26728d6a 100644 --- a/content/contribute/themes.md +++ b/content/contribute/themes.md @@ -8,7 +8,11 @@ lastmod: 2017-02-27 categories: [contribute] tags: [contribute,themes,design] authors: [digitalcraftsman] -weight: 30 +menu: + main: + parent: "Contribute" + weight: 30 +weight: 30 #rem draft: false aliases: [/contribute/theme/] wip: true diff --git a/content/functions/_index.md b/content/functions/_index.md index 6595187b0..da3df204f 100644 --- a/content/functions/_index.md +++ b/content/functions/_index.md @@ -7,7 +7,11 @@ date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [] -weight: 01 +menu: + main: + parent: "Functions" + weight: 01 +weight: 01 #rem draft: false aliases: [/layout/functions/] --- diff --git a/content/getting-started/_index.md b/content/getting-started/_index.md index 94fe7b3f7..9baa95318 100644 --- a/content/getting-started/_index.md +++ b/content/getting-started/_index.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [getting started] tags: [usage,docs] -weight: 01 +menu: + main: + parent: "Getting Started" + weight: 01 +weight: 01 #rem draft: false aliases: [/overview/introduction/] toc: false diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index fcf4756dc..02148f94d 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -7,7 +7,11 @@ publishdate: 2017-01-02 lastmod: 2017-03-05 categories: [getting started] tags: [configuration,fundamentals,toml,yaml,json] -weight: 60 +menu: + main: + parent: "Getting Started" + weight: 60 +weight: 60 #rem draft: false aliases: [/overview/source-directory/,/overview/configuration/] toc: true diff --git a/content/getting-started/directory-structure.md b/content/getting-started/directory-structure.md index ae404eb28..ca68d1fed 100644 --- a/content/getting-started/directory-structure.md +++ b/content/getting-started/directory-structure.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-03-09 categories: [project organization] tags: [source, organization, directories,fundamentals] -weight: 50 +menu: + main: + parent: "Getting Started" + weight: 50 +weight: 50 #rem draft: false aliases: [/overview/source-directory/] toc: true diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index 3d666a582..da2e9dddd 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -8,7 +8,11 @@ lastmod: 2017-02-20 categories: [getting started] authors: ["Michael Henderson"] tags: [install,fundamentals,pc,windows,linux,macos,binary,tarball] -weight: 30 +menu: + main: + parent: "Getting Started" + weight: 30 +weight: 30 #rem draft: false aliases: [/tutorials/installing-on-windows/,/tutorials/installing-on-mac/,/overview/installing/,/getting-started/install,/install/] toc: true diff --git a/content/getting-started/quick-start.md b/content/getting-started/quick-start.md index 072d4bac9..c4d00d512 100644 --- a/content/getting-started/quick-start.md +++ b/content/getting-started/quick-start.md @@ -8,7 +8,11 @@ lastmod: 2017-02-19 categories: [getting started] tags: [quick start,usage] authors: [Shekhar Gulati, Ryan Watters] -weight: 10 +menu: + main: + parent: "Getting Started" + weight: 10 +weight: 10 #rem draft: false aliases: [/overview/quickstart/] toc: true diff --git a/content/getting-started/usage.md b/content/getting-started/usage.md index 56d9f9e8c..e5940928a 100644 --- a/content/getting-started/usage.md +++ b/content/getting-started/usage.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [getting started] tags: [usage,livereload,command line,flags] -weight: 40 +menu: + main: + parent: "Getting Started" + weight: 40 +weight: 40 #rem draft: false aliases: [/overview/usage/,/extras/livereload/,/doc/usage/,/usage/] toc: true diff --git a/content/getting-started/using-the-hugo-docs.md b/content/getting-started/using-the-hugo-docs.md index ce7575f89..61ec63b52 100644 --- a/content/getting-started/using-the-hugo-docs.md +++ b/content/getting-started/using-the-hugo-docs.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [getting started] tags: [usage,docs,fundamentals] tags_weight: 01 -weight: 20 +menu: + main: + parent: "Getting Started" + weight: 20 +weight: 20 #rem draft: true aliases: [/getting-started/using-the-docs/] toc: true diff --git a/content/hosting-and-deployment/_index.md b/content/hosting-and-deployment/_index.md index 2252e0b92..ffdf364d2 100644 --- a/content/hosting-and-deployment/_index.md +++ b/content/hosting-and-deployment/_index.md @@ -7,7 +7,11 @@ publishdate: 2016-11-01 lastmod: 2016-11-01 categories: [hosting and deployment] tags: [] -weight: 01 +menu: + main: + parent: "Hosting and Deployment" + weight: 01 +weight: 01 #rem draft: false aliases: [] toc: false diff --git a/content/hosting-and-deployment/deployment-with-rsync.md b/content/hosting-and-deployment/deployment-with-rsync.md index 08f7850c0..1cb3c119e 100644 --- a/content/hosting-and-deployment/deployment-with-rsync.md +++ b/content/hosting-and-deployment/deployment-with-rsync.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [hosting and deployment] tags: [rysnc,deployment] authors: [Adrien Poupin] -weight: 70 +menu: + main: + parent: "Hosting and Deployment" + weight: 70 +weight: 70 #rem draft: false aliases: [/tutorials/deployment-with-rsync/] toc: true diff --git a/content/hosting-and-deployment/deployment-with-wercker.md b/content/hosting-and-deployment/deployment-with-wercker.md index 0973cb33b..0435d65f0 100644 --- a/content/hosting-and-deployment/deployment-with-wercker.md +++ b/content/hosting-and-deployment/deployment-with-wercker.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [hosting and deployment] tags: [wercker,deployment,github,git] authors: [Arjen Schwarz, Samuel Debruyn] -weight: 60 +menu: + main: + parent: "Hosting and Deployment" + weight: 60 +weight: 60 #rem draft: false aliases: [/tutorials/automated-deployments/] toc: true diff --git a/content/hosting-and-deployment/hosting-on-bitbucket.md b/content/hosting-and-deployment/hosting-on-bitbucket.md index c911035a4..b1b49d819 100644 --- a/content/hosting-and-deployment/hosting-on-bitbucket.md +++ b/content/hosting-and-deployment/hosting-on-bitbucket.md @@ -8,7 +8,11 @@ lastmod: 2017-02-04 categories: [hosting and deployment] tags: [hosting,bitbucket,deployment,aerobatic] authors: [Jason Gowans] -weight: 50 +menu: + main: + parent: "Hosting and Deployment" + weight: 50 +weight: 50 #rem draft: false toc: true aliases: [/tutorials/hosting-on-bitbucket/] diff --git a/content/hosting-and-deployment/hosting-on-firebase.md b/content/hosting-and-deployment/hosting-on-firebase.md index 514e2f44c..ae1dad7da 100644 --- a/content/hosting-and-deployment/hosting-on-firebase.md +++ b/content/hosting-and-deployment/hosting-on-firebase.md @@ -8,7 +8,11 @@ lastmod: 2017-03-15 categories: [hosting and deployment] tags: [hosting,firebase] authors: [Michel Racic] -weight: 20 +menu: + main: + parent: "Hosting and Deployment" + weight: 20 +weight: 20 #rem draft: false toc: true aliases: [] diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index d44d73412..f077b54ce 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [hosting and deployment] tags: [github,git,deployment,hosting] authors: [Spencer Lyon, Gunnar Morling] -weight: 30 +menu: + main: + parent: "Hosting and Deployment" + weight: 30 +weight: 30 #rem draft: false toc: true aliases: [/tutorials/github-pages-blog/] diff --git a/content/hosting-and-deployment/hosting-on-gitlab.md b/content/hosting-and-deployment/hosting-on-gitlab.md index e8f4ce1dd..828caf3d1 100644 --- a/content/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/hosting-and-deployment/hosting-on-gitlab.md @@ -8,7 +8,11 @@ lastmod: 2016-06-23 categories: [hosting and deployment] tags: [hosting,deployment,git,gitlab] authors: [Riku-Pekka Silvola] -weight: 40 +menu: + main: + parent: "Hosting and Deployment" + weight: 40 +weight: 40 #rem draft: false toc: true wip: false diff --git a/content/hosting-and-deployment/hosting-on-netlify.md b/content/hosting-and-deployment/hosting-on-netlify.md index d9982d4a0..459ddd5f5 100644 --- a/content/hosting-and-deployment/hosting-on-netlify.md +++ b/content/hosting-and-deployment/hosting-on-netlify.md @@ -8,7 +8,11 @@ lastmod: 2017-03-11 categories: [hosting and deployment] tags: [netlify,hosting,deployment] authors: [Ryan Watters, Seth MacLeod] -weight: 10 +menu: + main: + parent: "Hosting and Deployment" + weight: 10 +weight: 10 #rem draft: false aliases: [] toc: true diff --git a/content/mailing-list.md b/content/mailing-list.md index 9b2e80016..181013d2a 100644 --- a/content/mailing-list.md +++ b/content/mailing-list.md @@ -5,7 +5,7 @@ description: Join the Hugo mailing list for updates on the project. The mailing date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -weight: 01 +weight: 01 #rem categories: [] tags: [mailing list, community] draft: true diff --git a/content/news/_index.md b/content/news/_index.md index 1f0ba7c2c..28626d8be 100644 --- a/content/news/_index.md +++ b/content/news/_index.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [] categories: [] -weight: 01 +menu: + main: + parent: "News" + weight: 01 +weight: 01 #rem draft: false aliases: [] toc: false diff --git a/content/news/press-and-articles.md b/content/news/press-and-articles.md index dc0463546..7349685b4 100644 --- a/content/news/press-and-articles.md +++ b/content/news/press-and-articles.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [articles, tutorials, press] categories: [news and articles] -weight: 30 +menu: + main: + parent: "News" + weight: 30 +weight: 30 #rem draft: false aliases: [/community/press/] toc: false diff --git a/content/news/release-notes.md b/content/news/release-notes.md index 2aa2b3bac..7502638d3 100644 --- a/content/news/release-notes.md +++ b/content/news/release-notes.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [releases,improvements,features,issues,fixes] categories: [news and articles] -weight: 30 +menu: + main: + parent: "News" + weight: 30 +weight: 30 #rem draft: false aliases: [/meta/release-notes/] toc: true diff --git a/content/showcase/_index.md b/content/showcase/_index.md index e3161f831..55163e78c 100644 --- a/content/showcase/_index.md +++ b/content/showcase/_index.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [site showcase] tags: [featured,showcase] -weight: 01 +menu: + main: + parent: "section name" + weight: 01 +weight: 01 #rem draft: false type: showcase layout: showcaselist.html diff --git a/content/templates/404.md b/content/templates/404.md index c99140c39..99497c8cf 100644 --- a/content/templates/404.md +++ b/content/templates/404.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [404, page not found] -weight: 120 +menu: + main: + parent: "Templates" + weight: 120 +weight: 120 #rem draft: false aliases: [/templates/404/] toc: false diff --git a/content/templates/_index.md b/content/templates/_index.md index 12af7a0ec..5f6276604 100644 --- a/content/templates/_index.md +++ b/content/templates/_index.md @@ -5,7 +5,11 @@ description: Golang templating, template types and lookup order, shortcodes, and date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -weight: 01 +menu: + main: + parent: "Templates" + weight: 01 +weight: 01 #rem categories: [templates] tags: [] draft: false diff --git a/content/templates/alternatives.md b/content/templates/alternatives.md index d9435ad49..aa78068c5 100644 --- a/content/templates/alternatives.md +++ b/content/templates/alternatives.md @@ -8,7 +8,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [amber,ace,templating languages] -weight: 170 +menu: + main: + parent: "Templates" + weight: 170 +weight: 170 #rem draft: false aliases: [/templates/ace/,/templates/amber/] toc: true diff --git a/content/templates/base.md b/content/templates/base.md index c249f2bc9..d8e3a53c3 100644 --- a/content/templates/base.md +++ b/content/templates/base.md @@ -8,7 +8,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [blocks,base,fundamentals] -weight: 20 +menu: + main: + parent: "Templates" + weight: 20 +weight: 20 #rem draft: false aliases: [/templates/blocks/,/templates/base-templates-and-blocks/] toc: true diff --git a/content/templates/data-templates.md b/content/templates/data-templates.md index e1140f6d9..500c008a9 100644 --- a/content/templates/data-templates.md +++ b/content/templates/data-templates.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-03-12 categories: [templates] tags: [data,dynamic,csv,json,toml,yaml] -weight: 80 +menu: + main: + parent: "Templates" + weight: 80 +weight: 80 #rem draft: false aliases: [/extras/datafiles/,/extras/datadrivencontent/,/doc/datafiles/] toc: true diff --git a/content/templates/files.md b/content/templates/files.md index a0f3fa657..cd926ab0c 100644 --- a/content/templates/files.md +++ b/content/templates/files.md @@ -8,7 +8,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [files,directories] -weight: 110 +menu: + main: + parent: "Templates" + weight: 110 +weight: 110 #rem draft: false aliases: [/extras/localfiles/,/templates/local-files/] toc: true diff --git a/content/templates/homepage.md b/content/templates/homepage.md index 115c32216..ff80583b8 100644 --- a/content/templates/homepage.md +++ b/content/templates/homepage.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [homepage] -weight: 30 +menu: + main: + parent: "Templates" + weight: 30 +weight: 30 #rem draft: false aliases: [/layout/homepage/,/templates/homepage-template/] toc: false diff --git a/content/templates/internal.md b/content/templates/internal.md index ed84afd79..d138638d5 100644 --- a/content/templates/internal.md +++ b/content/templates/internal.md @@ -7,7 +7,11 @@ publishdate: 2017-03-06 lastmod: 2017-03-06 categories: [templates] tags: [internal, analytics,] -weight: 168 +menu: + main: + parent: "Templates" + weight: 168 +weight: 168 #rem draft: false aliases: [] toc: true diff --git a/content/templates/introduction.md b/content/templates/introduction.md index 7f29f07e5..ef66a5bf5 100644 --- a/content/templates/introduction.md +++ b/content/templates/introduction.md @@ -8,7 +8,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-25 categories: [templates] tags: [go,fundamentals] -weight: 10 +menu: + main: + parent: "Templates" + weight: 10 +weight: 10 #rem draft: false aliases: [/templates/introduction/,/layouts/introduction/,/layout/introduction/] toc: true diff --git a/content/templates/lists.md b/content/templates/lists.md index 514530fa4..30c1aa83f 100644 --- a/content/templates/lists.md +++ b/content/templates/lists.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [lists,sections,rss,taxonomies,terms] -weight: 22 +menu: + main: + parent: "Templates" + weight: 22 +weight: 22 #rem draft: false aliases: [/templates/list/,/layout/indexes/] toc: true diff --git a/content/templates/lookup-order.md b/content/templates/lookup-order.md index 487938473..82038da27 100644 --- a/content/templates/lookup-order.md +++ b/content/templates/lookup-order.md @@ -8,7 +8,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-25 categories: [templates] tags: [lookup,fundamentals] -weight: 15 +menu: + main: + parent: "Templates" + weight: 15 +weight: 15 #rem draft: false aliases: [/templates/lookup/] toc: true diff --git a/content/templates/menu-templates.md b/content/templates/menu-templates.md index c2e058b4d..bc9ccea28 100644 --- a/content/templates/menu-templates.md +++ b/content/templates/menu-templates.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [lists,sections,menus] -weight: 130 +menu: + main: + parent: "Templates" + weight: 130 +weight: 130 #rem draft: false aliases: [/templates/menus/] toc: false diff --git a/content/templates/ordering-and-grouping.md b/content/templates/ordering-and-grouping.md index b62c35582..73f0aa69a 100644 --- a/content/templates/ordering-and-grouping.md +++ b/content/templates/ordering-and-grouping.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [] -weight: 27 +menu: + main: + parent: "Templates" + weight: 27 +weight: 27 #rem draft: true aliases: [/templates/ordering/,/templates/grouping/] toc: true diff --git a/content/templates/pagination.md b/content/templates/pagination.md index 742b5750a..c015904a3 100644 --- a/content/templates/pagination.md +++ b/content/templates/pagination.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [lists,sections,pagination] -weight: 140 +menu: + main: + parent: "Templates" + weight: 140 +weight: 140 #rem draft: false aliases: [/extras/pagination,/doc/pagination/] toc: true diff --git a/content/templates/partials.md b/content/templates/partials.md index 1d96a9c91..b1517ba29 100644 --- a/content/templates/partials.md +++ b/content/templates/partials.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [lists,sections,partials] -weight: 90 +menu: + main: + parent: "Templates" + weight: 90 +weight: 90 #rem draft: false aliases: [/templates/partial/,/layout/chrome/,/extras/analytics/] toc: true diff --git a/content/templates/robots.md b/content/templates/robots.md index b32e4aec2..cf58db723 100644 --- a/content/templates/robots.md +++ b/content/templates/robots.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [robots,search engines] -weight: 165 +menu: + main: + parent: "Templates" + weight: 165 +weight: 165 #rem draft: false aliases: [/extras/robots-txt/] toc: false diff --git a/content/templates/rss.md b/content/templates/rss.md index 10e5f0121..da631bed0 100644 --- a/content/templates/rss.md +++ b/content/templates/rss.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [rss, xml] categories: [templates] -weight: 150 +menu: + main: + parent: "Templates" + weight: 150 +weight: 150 #rem draft: false aliases: [/templates/rss/] toc: true diff --git a/content/templates/section-templates.md b/content/templates/section-templates.md index 6765f57ad..e191f90d5 100644 --- a/content/templates/section-templates.md +++ b/content/templates/section-templates.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [lists,sections] -weight: 40 +menu: + main: + parent: "Templates" + weight: 40 +weight: 40 #rem draft: false aliases: [/templates/sections/] toc: true diff --git a/content/templates/shortcode-templates.md b/content/templates/shortcode-templates.md index 2403554c9..94a89d961 100644 --- a/content/templates/shortcode-templates.md +++ b/content/templates/shortcode-templates.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [shortcodes] -weight: 100 +menu: + main: + parent: "Templates" + weight: 100 +weight: 100 #rem draft: false aliases: [] toc: true diff --git a/content/templates/single-page-templates.md b/content/templates/single-page-templates.md index 270dca028..66b9e234d 100644 --- a/content/templates/single-page-templates.md +++ b/content/templates/single-page-templates.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [page] -weight: 60 +menu: + main: + parent: "Templates" + weight: 60 +weight: 60 #rem draft: false aliases: [/layout/content/] toc: true diff --git a/content/templates/sitemap-template.md b/content/templates/sitemap-template.md index dc69d2b9c..d0f9e75e2 100644 --- a/content/templates/sitemap-template.md +++ b/content/templates/sitemap-template.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [sitemap, xml] -weight: 160 +menu: + main: + parent: "Templates" + weight: 160 +weight: 160 #rem draft: false aliases: [/layout/sitemap/,/templates/sitemap/] toc: false diff --git a/content/templates/taxonomy-templates.md b/content/templates/taxonomy-templates.md index 8975776c9..ba04b1b95 100644 --- a/content/templates/taxonomy-templates.md +++ b/content/templates/taxonomy-templates.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [taxonomies,metadata,front matter,terms] -weight: 50 +menu: + main: + parent: "Templates" + weight: 50 +weight: 50 #rem draft: false aliases: [/taxonomies/displaying/,/templates/terms/,/indexes/displaying/,/taxonomies/templates/,/indexes/ordering/, /templates/taxonomies/, /templates/taxonomy/] toc: true diff --git a/content/templates/template-debugging.md b/content/templates/template-debugging.md index e72600d1f..49900d6f7 100644 --- a/content/templates/template-debugging.md +++ b/content/templates/template-debugging.md @@ -8,7 +8,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [debugging,troubleshooting] -weight: 180 +menu: + main: + parent: "Templates" + weight: 180 +weight: 180 #rem draft: false aliases: [] toc: false diff --git a/content/templates/views.md b/content/templates/views.md index 9788978ba..5ca2ce481 100644 --- a/content/templates/views.md +++ b/content/templates/views.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [templates] tags: [views] -weight: 70 +menu: + main: + parent: "Templates" + weight: 70 +weight: 70 #rem draft: false aliases: [] toc: true diff --git a/content/themes/_index.md b/content/themes/_index.md index bd973d01e..480ca8ba1 100644 --- a/content/themes/_index.md +++ b/content/themes/_index.md @@ -5,7 +5,11 @@ description: Install, use, and create Hugo themes. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -weight: 01 +menu: + main: + parent: "Themes" + weight: 01 +weight: 01 #rem categories: [themes] tags: [themes,introduction,overview] draft: false diff --git a/content/themes/creating.md b/content/themes/creating.md index 603588e97..5eed4bffd 100644 --- a/content/themes/creating.md +++ b/content/themes/creating.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [themes] tags: [themes, source, organization, directories] -weight: 30 +menu: + main: + parent: "Themes" + weight: 30 +weight: 30 #rem draft: false aliases: [/themes/creation/,/tutorials/creating-a-new-theme/] toc: true diff --git a/content/themes/customizing.md b/content/themes/customizing.md index d5bf336c8..4cbae29dc 100644 --- a/content/themes/customizing.md +++ b/content/themes/customizing.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [themes] tags: [themes, source, organization, directories] -weight: 20 +menu: + main: + parent: "Themes" + weight: 20 +weight: 20 #rem draft: false aliases: [/themes/customize/] toc: true diff --git a/content/themes/installing-and-using-themes.md b/content/themes/installing-and-using-themes.md index 02efb887e..7c9a04c16 100644 --- a/content/themes/installing-and-using-themes.md +++ b/content/themes/installing-and-using-themes.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [themes] tags: [install, themes, source, organization, directories,usage] -weight: 10 +menu: + main: + parent: "Themes" + weight: 10 +weight: 10 #rem draft: false aliases: [/themes/usage/,/themes/installing/] toc: true diff --git a/content/themes/theme-showcase.md b/content/themes/theme-showcase.md index dd23eda12..64f73b7d4 100644 --- a/content/themes/theme-showcase.md +++ b/content/themes/theme-showcase.md @@ -8,7 +8,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [themes] tags: [themes, showcase] -weight: 40 +menu: + main: + parent: "Themes" + weight: 40 +weight: 40 #rem draft: false aliases: [] toc: false diff --git a/content/tools/_index.md b/content/tools/_index.md index df97ca301..20b7f77c5 100644 --- a/content/tools/_index.md +++ b/content/tools/_index.md @@ -7,7 +7,11 @@ publishdate: 2016-12-05 lastmod: 2017-02-26 categories: [developer tools] tags: [] -weight: 01 +menu: + main: + parent: "Tools" + weight: 01 +weight: 01 #rem draft: false aliases: [/tools/] --- diff --git a/content/tools/editors.md b/content/tools/editors.md index 05e1875c7..b032064b5 100644 --- a/content/tools/editors.md +++ b/content/tools/editors.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [developer tools] tags: [editor, plug-ins] -weight: 50 +menu: + main: + parent: "Tools" + weight: 50 +weight: 50 #rem draft: false aliases: [] toc: false diff --git a/content/tools/frontends.md b/content/tools/frontends.md index 62f4693dc..8602d86a7 100644 --- a/content/tools/frontends.md +++ b/content/tools/frontends.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [developer tools] tags: [frontend,gui] -weight: 40 +menu: + main: + parent: "Tools" + weight: 40 +weight: 40 #rem draft: false aliases: [] toc: false diff --git a/content/tools/migrations.md b/content/tools/migrations.md index 191a6cb03..8ca9bb72a 100644 --- a/content/tools/migrations.md +++ b/content/tools/migrations.md @@ -6,7 +6,11 @@ date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [migrations,jekyll,wordpress,drupal,ghost,contentful] -weight: 10 +menu: + main: + parent: "Tools" + weight: 10 +weight: 10 #rem draft: false aliases: [/developer-tools/migrations/,/developer-tools/migrated/] toc: true diff --git a/content/tools/other.md b/content/tools/other.md index ba5183c38..89dee5f78 100644 --- a/content/tools/other.md +++ b/content/tools/other.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [developer tools] tags: [frontend,gui] -weight: 70 +menu: + main: + parent: "Tools" + weight: 70 +weight: 70 #rem draft: false aliases: [] toc: false diff --git a/content/tools/search.md b/content/tools/search.md index 7c1336247..aebb491e7 100644 --- a/content/tools/search.md +++ b/content/tools/search.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-26 categories: [developer tools] tags: [search,tools] -weight: 60 +menu: + main: + parent: "Tools" + weight: 60 +weight: 60 #rem draft: false aliases: [] toc: true diff --git a/content/tools/starter-kits.md b/content/tools/starter-kits.md index 6fb8e1e87..270f28d2f 100644 --- a/content/tools/starter-kits.md +++ b/content/tools/starter-kits.md @@ -6,7 +6,11 @@ date: 2017-02-22 publishdate: 2017-02-01 lastmod: 2017-02-22 tags: [starters,assets,pipeline] -weight: 30 +menu: + main: + parent: "Tools" + weight: 30 +weight: 30 #rem draft: false aliases: [/developer-tools/migrations/,/developer-tools/migrated/] toc: false diff --git a/content/tools/syntax-highlighting.md b/content/tools/syntax-highlighting.md index c9f6c753b..e202d8bd6 100644 --- a/content/tools/syntax-highlighting.md +++ b/content/tools/syntax-highlighting.md @@ -7,7 +7,11 @@ publishdate: 2017-02-01 lastmod: 2017-02-01 tags: [highlighting,pygments,code blocks,syntax] categories: [developer tools] -weight: 20 +menu: + main: + parent: "Tools" + weight: 20 +weight: 20 #rem draft: false aliases: [/extras/highlighting/,/extras/highlight/] toc: true diff --git a/content/troubleshooting/_index.md b/content/troubleshooting/_index.md index db59e1f62..c0e42fd47 100644 --- a/content/troubleshooting/_index.md +++ b/content/troubleshooting/_index.md @@ -5,7 +5,11 @@ description: Frequently asked questions and known issues pulled from the Hugo Di date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 -weight: 01 +menu: + main: + parent: "Troubleshooting" + weight: 01 +weight: 01 #rem draft: false hidesectioncontents: false slug: diff --git a/content/variables/_index.md b/content/variables/_index.md index 4b61f1faf..7b078674a 100644 --- a/content/variables/_index.md +++ b/content/variables/_index.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [variables and params] tags: [variables,params,values,globals] draft: false -weight: 01 +menu: + main: + parent: "Variables" + weight: 01 +weight: 01 #rem aliases: [/templates/variables/] toc: false --- diff --git a/content/variables/files.md b/content/variables/files.md index 5b6fda3e4..145740151 100644 --- a/content/variables/files.md +++ b/content/variables/files.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [variables and params] tags: [files] draft: false -weight: 40 +menu: + main: + parent: "Variables" + weight: 40 +weight: 40 #rem aliases: [/variables/file-variables/] toc: false --- diff --git a/content/variables/git.md b/content/variables/git.md index 2707e8d2f..4ec653649 100644 --- a/content/variables/git.md +++ b/content/variables/git.md @@ -8,7 +8,11 @@ lastmod: 2017-03-12 categories: [variables and params] tags: [git] draft: false -weight: 70 +menu: + main: + parent: "Variables" + weight: 70 +weight: 70 #rem aliases: [/extras/gitinfo/] toc: false wip: false diff --git a/content/variables/hugo.md b/content/variables/hugo.md index 346cc2cad..4d1b46fc5 100644 --- a/content/variables/hugo.md +++ b/content/variables/hugo.md @@ -8,7 +8,11 @@ lastmod: 2017-03-12 categories: [variables and params] tags: [hugo,generator] draft: false -weight: 60 +menu: + main: + parent: "Variables" + weight: 60 +weight: 60 #rem aliases: [] toc: false wip: false diff --git a/content/variables/menus.md b/content/variables/menus.md index 73e9e2103..3cddd6c10 100644 --- a/content/variables/menus.md +++ b/content/variables/menus.md @@ -8,7 +8,11 @@ lastmod: 2017-03-12 categories: [variables and params] tags: [menus] draft: false -weight: 50 +menu: + main: + parent: "Variables" + weight: 50 +weight: 50 #rem aliases: [/variables/menu/] toc: false --- diff --git a/content/variables/page.md b/content/variables/page.md index e46c306fd..f05a93f19 100644 --- a/content/variables/page.md +++ b/content/variables/page.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [variables and params] tags: [pages] draft: false -weight: 20 +menu: + main: + parent: "Variables" + weight: 20 +weight: 20 #rem aliases: [/variables/page/] toc: true --- diff --git a/content/variables/shortcodes.md b/content/variables/shortcodes.md index ddea7d7e9..9611b633f 100644 --- a/content/variables/shortcodes.md +++ b/content/variables/shortcodes.md @@ -8,7 +8,11 @@ lastmod: 2017-03-12 categories: [variables and params] tags: [shortcodes] draft: false -weight: 20 +menu: + main: + parent: "Variables" + weight: 20 +weight: 20 #rem aliases: [] toc: false --- diff --git a/content/variables/site.md b/content/variables/site.md index 1ea7fcb8f..ce343aa79 100644 --- a/content/variables/site.md +++ b/content/variables/site.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [variables and params] tags: [global,site] draft: false -weight: 10 +menu: + main: + parent: "Variables" + weight: 10 +weight: 10 #rem aliases: [/variables/site-variables/] toc: true --- diff --git a/content/variables/sitemap.md b/content/variables/sitemap.md index a3ae001e6..02450f640 100644 --- a/content/variables/sitemap.md +++ b/content/variables/sitemap.md @@ -8,7 +8,11 @@ lastmod: 2017-03-12 categories: [variables and params] tags: [sitemap] draft: false -weight: 80 +menu: + main: + parent: "Variables" + weight: 80 +weight: 80 #rem aliases: [] toc: false --- diff --git a/content/variables/taxonomy.md b/content/variables/taxonomy.md index ffae55592..effcf6e3c 100644 --- a/content/variables/taxonomy.md +++ b/content/variables/taxonomy.md @@ -8,7 +8,11 @@ lastmod: 2017-02-01 categories: [variables and params] tags: [taxonomies,terms] draft: false -weight: 30 +menu: + main: + parent: "Variables" + weight: 30 +weight: 30 #rem aliases: [] toc: true wip: false