Files
hugoDocs/content/getting-started/using-the-hugo-docs.md
T
Bud ParrandRyan Watters 6896947058 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
2017-03-31 17:50:49 -05:00

1.3 KiB

title, linktitle, description, date, publishdate, lastmod, categories, tags, tags_weight, menu, weight, draft, aliases, toc, wip, notesforauthors, wip
title linktitle description date publishdate lastmod categories tags tags_weight menu weight draft aliases toc wip notesforauthors wip
Using the Hugo Docs Using the Hugo Docs The Hugo docs are optimized for consistency. Whenever possible, code samples and tutorials pull from a single example site. Doc content is grouped together to make learning Hugo easier and even more fun. 2017-02-01 2017-02-01 2017-02-01
getting started
usage
docs
fundamentals
01
main
parent weight
Getting Started 20
20 true
/getting-started/using-the-docs/
true true true

title: Using the Hugo Docs linktitle: Using the Hugo Docs description: The Hugo docs are optimized for consistency. Whenever possible, code samples and tutorials pull from a single example site. Doc content is grouped together to make learning Hugo easier and even more fun. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [getting started] tags: [usage,docs,fundamentals] tags_weight: 01 menu: main: parent: "Getting Started" weight: 20 weight: 20 #rem draft: true aliases: [/getting-started/using-the-docs/] toc: true wip: true notesforauthors: wip: true

Example Site

Code Samples

Throughout the docs, you'll see four different types of code blocks.

Standard

This should be obvious.

Input Code Blocks (Copyable)

Output Code Blocks

Example Site Code Blocks

Admonitions

Note Admonitiion

Warning Admonition

Help Us Improve our Documentation

Interested in helping us improve the Hugo docs?

  1. We've developed a step-by-step guide for docs contributors on how to submit a pull request after making changes locally.
  2. If you're not up for git and GitHub, start a thread on the "docs" category in the Hugo Forums