mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
f96384a3b5
39af43ef1 Update postprocess.md 3ec192d08 Update multilingual.md 7fc7bf862 Add a note about some changes in 0.112.0 742510ae8 Fix ordinal abbrev example fe557031a Correct spelling for 'GitHub' and 'GitLab' (#2082) 84a059b9a Fix typo in hosting-on-azure.md (#2080) 3383786fe Add i18n to list of directories affected by ignoreFiles 5bfb95234 Update 404.md (#2076) 87545a4fd Update hosting-on-cloudflare-pages.md (#2078) aa5952c28 Add default module mount to example (#2075) ced5292c8 Align permalinks examples (#2073) 77b5009fd Fix typo c79319a6a Clarify description of baseURL e93a9807b Fix typo in frontmatter description (#2071) 05fe9163a Remove erroneous statement aa59ef383 docs: Remove note about hugo server not using 404 (#2068) 4a387a6b8 Clarify findRESubmatch (#2065) 47a9181b5 Clarify findRE, replaceRE, and findRESubmatch (#2064) e5eedbb5e Update theme 5d392c3d4 Clarify pageRef menu property (#2059) a557b0ebf Fix typos on Configure Hugo page (#2058) 17ef283e6 Clarify module.replacements wording (#2052) 5db4aa421 Fixing broken links (#2057) 9afa0c2fa Fix broken links (#2055) 49b981b1f Correct repo URL for migration tool (contentful.com) (#2056) 969c24c16 Remove duplicate content 0b91e7676 Revert "Delete duplicate content" 3229e79f2 Delete duplicate content ec4eddb98 Fix typo 6509159d5 Describe snap package strict confinement (#2050) 1589bcdb7 Remove hugo.Generator admonition (#2048) 7e553d11b Add example 48bec0335 Replace blockquotes with admonitions where appropriate (#2043) 98226fe61 Remove orphaned param fron admonition calls (#2042) 2a37a1d21 Clarify cast functions (#2041) 03fd1d404 Fix typo 1898013ef Fix typos 944e27430 Replace output shortcode calls 0c66fb055 Add example of shortcode calls within sample code f25a79c69 Replace tip and warning shortcode calls 3afac22fc Refactor code shortcode ad65d2931 Clarify seq function 59f8a1f48 Clarify title function 47535dc87 Cleanup hasPrefix hasSuffix 7bee3e4c1 Cleanup action delimiters cc96070f0 Correct functions archetype ffe5d39b9 Remove duplicate shortcodes 075c9f3fe Remove old todos bc3ec033c Front matter cleanup (#2039) 928b94505 Add code fence types (#2038) 856fa293c Document .File.Filename (#2037) 0988c4a42 Update output-formats.md (#2036) 289da5658 Change findRe to findRE 1e50f0583 Update theme f90fb1bf5 Improve type formatting (#2032) 7785fa7d9 Use code-toggle shortcode where appropriate f11cabf37 Add space after and before action delimiters ac333c795 Replace erroneous use of nocopy shortcode param 064896c06 Use bool param when calling code-toggle fb33bf59b Update code-toggle shortcode 6ddeab4f8 Add missing go-html-template code fence type (#2030) 1bba4cefb Fix links (#2029) 77f4d6c32 Link destination cleanup (#2028) fc0ecc027 Improve breadcrumb example (#2026) 6148be2de Update the breadcrumb navigation example (#2025) 6ebb37b1b Clarify sort function (#2024) 31269bad9 Add Winget installation method (#1988) d6c5f940e Resource methods: add signatures, minor improvements (#2017) d2e594cbc Modify inner variable shortcode-template explanation (#1985) a54927a7f Update GitHub Pages starter workflow (#2023) 2964c2d44 Remove orphaned static files (#2022) 97e5567cc Complete documentation on '.Scratch' and '.Store' (#2016) fa7b2e299 Fix typo bdce77c57 Remove literal from example menu template c0f23b216 Correct and improve menu documentation (#2010) 464368fd9 Document .Page.Store (#2011) a3d7c4a3a Improve urls.Parse function (#2012) d2cec3776 Clarify postcss config option (#2013) eb3003fef Fixed typo (#2007) 90c82d7ea Clarify mermaid markdown example (#2004) 1b11dcd5c docs(Diagrams): Update mermaid import mechanism (#1967) 4aceb6855 Fingerprinting, asset management: minor improvements (#2003) bcbc519bb resources.GetRemote: minor improvement (#2002) d54185bef Clarify markdownify behavior (#1999) afb582a80 Clarify usage of slug in front matter (#1998) f71985315 Update hasSuffix.md 29ad622a3 netlify: Hugo 0.111.3 adf223ecc Merge branch 'tempv0.111.3' 06858c646 docs: Improve examples of variadic math functions 8b656994e tpl/math: Allow multi numbers in add, sub, mul, div, min and max 2a38c4046 tpl: Add hasSuffix alias 4e0b98d54 switch transfers to workers 11651ac0f customize parallel transfer count 142f5da81 Update GitHub hosting instructions (#1991) ad7901d2f netlify: Hugo 0.111.2 0651a76e0 add headings to distinguish render hook context params d96d75be4 netlify: Hugo 0.111.1 226cb9e3a Add a paragraph about the new page template function 4c0157a49 Add .Fragments docs 6c78c0679 netlify: Bump to Hugo 0.111.0 7b11c24cf Merge branch 'feat/related-fragments' 615d18ef8 Add Related fragments config a36449b0c cods: Regen docs helper 0272fa45f Merge commit '336622d5e7afd9334cd2de7150d4f16bdf7c24f9' c5a962b93 related: Add config option cardinalityThreshold f91677377 docs: Another fix related docs example 17aa939ea docs: Fix related docs example 12c449150 Merge commit 'cf591b7c0c598d34896709db6d28598da37e3ff6' cb998b3d6 Add page fragments support to Related git-subtree-dir: docs git-subtree-split: 39af43ef11c23b8eaea7e17b59ff065a169305ac
170 lines
6.1 KiB
Markdown
170 lines
6.1 KiB
Markdown
---
|
|
title: Basic usage
|
|
description: Hugo's command line interface (CLI) is fully featured but simple to use, even for those with limited experience working from the command line.
|
|
categories: [getting started]
|
|
keywords: [usage,livereload,command,flags]
|
|
menu:
|
|
docs:
|
|
parent: getting-started
|
|
weight: 40
|
|
weight: 40
|
|
aliases: [/overview/usage/,/extras/livereload/,/doc/usage/,/usage/]
|
|
toc: true
|
|
---
|
|
|
|
## Test your installation
|
|
|
|
After [installing] Hugo, test your installation by running:
|
|
|
|
```bash
|
|
hugo version
|
|
```
|
|
|
|
You should see something like:
|
|
|
|
```text
|
|
hugo v0.105.0-0e3b42b4a9bdeb4d866210819fc6ddcf51582ffa+extended linux/amd64 BuildDate=2022-10-28T12:29:05Z VendorInfo=snap:0.105.0
|
|
```
|
|
|
|
## Display available commands
|
|
|
|
To see a list of the available commands and flags:
|
|
|
|
```bash
|
|
hugo help
|
|
```
|
|
|
|
To get help with a subcommand, use the `--help` flag. For example:
|
|
|
|
```bash
|
|
hugo server --help
|
|
```
|
|
|
|
## Build your site
|
|
|
|
To build your site, `cd` into your project directory and run:
|
|
|
|
```bash
|
|
hugo
|
|
```
|
|
|
|
The [`hugo`] command builds your site, publishing the files to the `public` directory. To publish your site to a different directory, use the [`--destination`] flag or set [`publishDir`] in your site configuration.
|
|
|
|
{{% note %}}
|
|
Hugo does not clear the `public` directory before building your site. Existing files are overwritten, but not deleted. This behavior is intentional to prevent the inadvertent removal of files that you may have added to the `public` directory after the build.
|
|
|
|
Depending on your needs, you may wish to manually clear the contents of the public directory before every build.
|
|
{{% /note %}}
|
|
|
|
## Draft, future, and expired content
|
|
|
|
Hugo allows you to set `draft`, `date`, `publishDate`, and `expiryDate` in the [front matter] of your content. By default, Hugo will not publish content when:
|
|
|
|
|
|
- The `draft` value is `true`
|
|
- The `date` is in the future
|
|
- The `publishDate` is in the future
|
|
- The `expiryDate` is in the past
|
|
|
|
You can override the default behavior when running `hugo` or `hugo server` with command line flags:
|
|
|
|
```bash
|
|
hugo --buildDrafts # or -D
|
|
hugo --buildExpired # or -E
|
|
hugo --buildFuture # or -F
|
|
```
|
|
|
|
Although you can also set these values in your site configuration, it can lead to unwanted results unless all content authors are aware of, and understand, the settings.
|
|
|
|
{{% note %}}
|
|
As noted above, Hugo does not clear the `public` directory before building your site. Depending on the _current_ evaluation of the four conditions above, after the build your `public` directory may contain extraneous files from a previous build.
|
|
|
|
A common practice is to manually clear the contents of the `public` directory before each build to remove draft, expired, and future content.
|
|
{{% /note %}}
|
|
|
|
## Develop and test your site
|
|
|
|
To view your site while developing layouts or creating content, `cd` into your project directory and run:
|
|
|
|
```bash
|
|
hugo server
|
|
```
|
|
|
|
The [`hugo server`] command builds your site into memory, and serves your pages using a minimal HTTP server. When you run `hugo server` it will display the URL of your local site:
|
|
|
|
```text
|
|
Web Server is available at http://localhost:1313/
|
|
```
|
|
|
|
While the server is running, it watches your project directory for changes to assets, configuration, content, data, layouts, translations, and static files. When it detects a change, the server rebuilds your site and refreshes your browser using [LiveReload].
|
|
|
|
Most Hugo builds are so fast that you may not notice the change unless you are looking directly at your browser.
|
|
|
|
### LiveReload
|
|
|
|
While the server is running, Hugo injects JavaScript into the generated HTML pages. The LiveReload script creates a connection from the browser to the server via web sockets. You do not need to install any software or browser plugins, nor is any configuration required.
|
|
|
|
### Automatic redirection
|
|
|
|
When editing content, if you want your browser to automatically redirect to the page you last modified, run:
|
|
|
|
```bash
|
|
hugo server --navigateToChanged
|
|
```
|
|
|
|
## Deploy your site
|
|
|
|
{{% note %}}
|
|
As noted above, Hugo does not clear the public directory before building your site. Manually clear the contents of the public directory before each build to remove draft, expired, and future content.
|
|
{{% /note %}}
|
|
|
|
When you are ready to deploy your site, run:
|
|
|
|
```bash
|
|
hugo
|
|
```
|
|
|
|
This builds your site, publishing the files to the public directory. The directory structure will look something like this:
|
|
|
|
```text
|
|
public/
|
|
├── categories/
|
|
│ ├── index.html
|
|
│ └── index.xml <-- RSS feed for this section
|
|
├── post/
|
|
│ ├── my-first-post/
|
|
│ │ └── index.html
|
|
│ ├── index.html
|
|
│ └── index.xml <-- RSS feed for this section
|
|
├── tags/
|
|
│ ├── index.html
|
|
│ └── index.xml <-- RSS feed for this section
|
|
├── index.html
|
|
├── index.xml <-- RSS feed for the site
|
|
└── sitemap.xml
|
|
```
|
|
|
|
In a simple hosting environment, where you typically `ftp`, `rsync`, or `scp` your files to the root of a virtual host, the contents of the `public` directory are all that you need.
|
|
|
|
Most of our users deploy their sites using a CI/CD workflow, where a push[^1] to their GitHub or GitLab repository triggers a build and deployment. Popular providers include [AWS Amplify], [CloudCannon], [Cloudflare Pages], [GitHub Pages], [GitLab Pages], and [Netlify].
|
|
|
|
Learn more in the [hosting and deployment] section.
|
|
|
|
[^1]: The Git repository contains the entire project directory, typically excluding the public directory because the site is built _after_ the push.
|
|
|
|
[`--destination`]: /commands/hugo/#options
|
|
[`hugo server`]: /commands/hugo_server/
|
|
[`hugo`]: /commands/hugo/
|
|
[`publishDir`]: /getting-started/configuration/#publishdir
|
|
[AWS Amplify]: https://aws.amazon.com/amplify/
|
|
[CloudCannon]: https://cloudcannon.com/
|
|
[Cloudflare Pages]: https://pages.cloudflare.com/
|
|
[commands]: /commands/
|
|
[front matter]: /content-management/front-matter/
|
|
[GitHub Pages]: https://pages.github.com/
|
|
[GitLab Pages]: https://docs.gitlab.com/ee/user/project/pages/
|
|
[hosting and deployment]: /hosting-and-deployment/
|
|
[hosting]: /hosting-and-deployment/
|
|
[installing]: /installation/
|
|
[LiveReload]: https://github.com/livereload/livereload-js
|
|
[Netlify]: https://www.netlify.com/
|