Skip to content

Reference, Hugo Taxonomies

anthonyvetter edited this page Jul 14, 2021 · 5 revisions

Hugo defines Taxonomies that may be used in the front matter of Markdown documents. This site uses the following taxonomies:

Topics

Topics should always be included in the topics section of the front matter, must be one of the following options and must appear exactly as follows:

  • Agile
  • CI-CD
  • Containers
  • Event Streaming
  • Kubernetes
  • Messaging and Integration
  • Microservices
  • Python
  • Reactive
  • Serverless
  • Spring

Tags

Tags may appear in a tags section of the front matter. Usually tags refer to a specific technology within a topic such as Spring Boot within Spring. 'tags' are free form at this point and can be anything. They are not surfaced directly at this point and mostly aid in search.

Patterns

Patterns may be added in a patterns section of the front matter and must refer to the title of an existing section within the patterns directory under content.

Team

Use the team taxonomy to attribute one or more authors to a piece of content.

Featured Content

Content may be tagged as featured: true along with a weight in the front matter to appear in the Featured section on the home page. Only three will appear at once.

Clone this wiki locally