Skip to content

Commit

Permalink
Miscellaneous updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Nov 5, 2023
1 parent 723a827 commit 80b2241
Show file tree
Hide file tree
Showing 133 changed files with 200 additions and 176 deletions.
24 changes: 12 additions & 12 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@ name = 'Getting started'
weight = 30
identifier = 'getting-started'
pageRef = '/getting-started/'

[[docs]]
name = 'Hugo Modules'
weight = 40
identifier = 'modules'
post = 'break'
pageRef = '/hugo-modules/'

[[docs]]
name = 'Content management'
weight = 50
weight = 40
identifier = 'content-management'
post = 'expanded'
pageRef = '/content-management/'

[[docs]]
name = 'Templates'
weight = 60
weight = 50
identifier = 'templates'
pageRef = '/templates/'

[[docs]]
name = 'Functions'
weight = 70
weight = 60
identifier = 'functions'
pageRef = '/functions/'

[[docs]]
name = 'Methods'
weight = 80
weight = 70
identifier = 'methods'
pageRef = '/methods/'

[[docs]]
name = 'Quick reference'
weight = 90
weight = 80
identifier = 'quick-reference'
pageRef = '/quick-reference/'

[[docs]]
name = 'Variables'
weight = 95
weight = 85
identifier = 'variables'
pageRef = '/variables/'

[[docs]]
name = 'Hugo Modules'
weight = 90
identifier = 'modules'
pageRef = '/hugo-modules/'

[[docs]]
name = 'Hugo Pipes'
weight = 100
Expand Down
1 change: 1 addition & 0 deletions content/en/about/benefits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Benefits of static site generators
linkTitle: Static site generators
description: Improved performance, security and ease of use are just a few of the reasons static site generators are so appealing.
categories: [about]
keywords: [ssg,static,performance,security]
menu:
docs:
Expand Down
2 changes: 2 additions & 0 deletions content/en/about/features.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Hugo features
description: Hugo boasts blistering speed, robust content management, and a powerful templating language making it a great fit for all kinds of static websites.

Check warning on line 3 in content/en/about/features.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (templating)
categories: [about]
keywords: []
menu:
docs:
parent: about
Expand Down
4 changes: 2 additions & 2 deletions content/en/about/hugo-and-gdpr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Hugo and the General Data Protection Regulation
linkTitle: Hugo and the GDPR
description: About how to configure your Hugo site to meet the new regulations.
layout: single
categories: [about]
keywords: ["GDPR", "Privacy", "Data Protection"]
menu:
docs:
parent: about
weight: 60
weight: 60
aliases: [/privacy/,/gdpr/]
toc: true
aliases: [/privacy/,/gdpr/]
---

General Data Protection Regulation ([GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation)) is a regulation in EU law on data protection and privacy for all individuals within the European Union and the European Economic Area. It became enforceable on 25 May 2018.
Expand Down
4 changes: 2 additions & 2 deletions content/en/about/license.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: License
description: Hugo is released under the Apache 2.0 license.
categories: ["about hugo"]
keywords: ["license","apache"]
categories: [about]
keywords: [license,apache]
menu:
docs:
parent: about
Expand Down
6 changes: 3 additions & 3 deletions content/en/about/security-model.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Hugo's security model
description: A summary of Hugo's security model.
layout: single
keywords: ["Security", "Privacy"]
categories: [about]
keywords: [security,privacy]
menu:
docs:
parent: about
weight: 50
weight: 50
aliases: [/security/]
toc: true
aliases: [/security/]
---

## Runtime security
Expand Down
5 changes: 3 additions & 2 deletions content/en/about/what-is-hugo.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: What is Hugo
description: Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.
layout: single
categories: [about]
keywords: []
menu:
docs:
parent: about
weight: 20
weight: 20
aliases: [/overview/introduction/,/about/why-i-built-hugo/]
toc: true
aliases: [/overview/introduction/,/about/why-i-built-hugo/]
---

Hugo is a general-purpose website framework. Technically speaking, Hugo is a [static site generator]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website's end users and an ideal writing experience for website authors.
Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Content management
linkTitle: Overview
description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more.
categories: []
keywords: []
menu:
docs:
identifier: content-management-overview
parent: content-management
weight: 10
keywords: [source, organization]
categories: [content management]
weight: 10
aliases: [/content/,/content/organization]
---
Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/archetypes.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Archetypes
description: An archetype is a template for new content.
keywords: [archetypes,generators,metadata,front matter]
categories: [content management]
keywords: [archetypes,generators,metadata,front matter]
menu:
docs:
parent: content-management
weight: 140
quicklinks:

Check warning on line 10 in content/en/content-management/archetypes.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (quicklinks)
toc: true
weight: 140
toc: true
aliases: [/content/archetypes/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/build-options.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Build options
description: Build options help define how Hugo must treat a given page when building the site.
categories: [content management,fundamentals]
keywords: [build,content,front matter, page resources]
categories: [fundamentals,content management]
menu:
docs:
parent: content-management
weight: 70
toc: true
weight: 70
toc: true
aliases: [/content/build-options/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Comments
description: Hugo ships with an internal Disqus template, but this isn't the only commenting system that will work with your new Hugo website.
categories: [content management]
keywords: [sections,content,organization]
categories: [project organization]
menu:
docs:
parent: content-management
weight: 220
toc: true
weight: 220
toc: true
aliases: [/extras/comments/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/cross-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Links and cross references
description: Shortcodes for creating links to documents.
categories: [content management]
keywords: ["cross references","references", "anchors", "urls"]
keywords: [cross references,references,anchors,urls]
menu:
docs:
parent: content-management
weight: 170
toc: true
weight: 170
toc: true
aliases: [/extras/crossreferences/]
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/diagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 50
toc: true
weight: 50
toc: true
---
{{< new-in "0.93.0" >}}

Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 40
toc: true
weight: 40
toc: true
aliases: [/content/markdown-extras/,/content/supported-formats/,/doc/supported-formats/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Front matter
description: Hugo allows you to add front matter in yaml, toml, or json to your content files.
categories: [content management]
keywords: ["front matter", "yaml", "toml", "json", "metadata", "archetypes"]
keywords: [front matter,yaml,toml,json,metadata,archetypes]
menu:
docs:
parent: content-management
weight: 60
toc: true
weight: 60
toc: true
aliases: [/content/front-matter/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/image-processing/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Image processing
description: Resize, crop, rotate, filter, and convert images.
categories: [fundamentals,content management]
keywords: [resources, images]
categories: [content management,fundamentals]
keywords: [resources,images]
menu:
docs:
parent: content-management
Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 190
toc: true
weight: 190
toc: true
aliases: [/extras/menus/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/multilingual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: Multilingual mode
linkTitle: Multilingual
description: Hugo supports the creation of websites with multiple languages side by side.
categories: [content management]
keywords: [multilingual,i18n, internationalization]
keywords: [multilingual,i18n,internationalization]
menu:
docs:
parent: content-management
weight: 230
toc: true
weight: 230
toc: true
aliases: [/content/multilingual/,/tutorials/create-a-multilingual-site/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/organization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: Content organization
linkTitle: Organization
description: Hugo assumes that the same structure that works to organize your source content is used to organize the rendered site.
categories: [fundamentals,content management]
categories: [content management,fundamentals]
keywords: [sections,content,organization,bundle,resources]
menu:
docs:
parent: content-management
weight: 20
toc: true
weight: 20
toc: true
aliases: [/content/sections/]
---

Expand Down
4 changes: 2 additions & 2 deletions content/en/content-management/page-bundles.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Page bundles
description: Content organization using Page Bundles
keywords: [page, bundle, leaf, branch]
categories: [content management]
keywords: [page,bundle,leaf,branch]
menu :
docs:
parent: content-management
weight: 30
toc: true
weight: 30
toc: true
---

Page Bundles are a way to group [Page Resources](/content-management/page-resources/).
Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/page-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 80
toc: true
weight: 80
toc: true
---
Page resources are only accessible from [page bundles](/content-management/page-bundles), those directories with `index.md` or
`_index.md` files at their root. Page resources are only available to the
Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/related.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 110
toc: true
weight: 110
toc: true
aliases: [/content/related/,/related/]
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ menu:
docs:
parent: content-management
weight: 120
toc: true
weight: 120
toc: true
aliases: [/content/sections/]
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/shortcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 100
toc: true
weight: 100
toc: true
aliases: [/extras/shortcodes/]
testparam: "Hugo Rocks!"
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/static-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ menu:
docs:
parent: content-management
weight: 200
toc: true
weight: 200
toc: true
aliases: [/static-files]
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/content-management/summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ menu:
docs:
parent: content-management
weight: 160
toc: true
weight: 160
toc: true
aliases: [/content/summaries/,/content-management/content-summaries/]
---

Expand Down
Loading

0 comments on commit 80b2241

Please sign in to comment.