<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Commands on Hugo</title><link>https://v0-122-0--gohugoio.netlify.app/commands/</link><description>Recent content in Commands on Hugo</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://v0-122-0--gohugoio.netlify.app/commands/index.xml" rel="self" type="application/rss+xml"/><item><title>hugo</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo/</guid><description>hugo hugo builds your site
Synopsis hugo is the main command, used to build your Hugo site.
Hugo is a Fast and Flexible Static Site Generator built with love by spf13 and friends in Go.
Complete documentation is available at https://gohugo.io/.
hugo [flags] Options -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ -D, --buildDrafts include content marked as draft -E, --buildExpired include expired content -F, --buildFuture include content with publishdate in the future --cacheDir string filesystem path to cache directory --cleanDestinationDir remove files from destination not found in static directories --clock string set the clock used by Hugo, e.</description></item><item><title>hugo completion</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion/</guid><description>hugo completion Generate the autocompletion script for the specified shell
Synopsis Generate the autocompletion script for hugo for the specified shell. See each sub-command&amp;rsquo;s help for details on how to use the generated script.
Options -h, --help help for completion Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo	- hugo builds your site hugo completion bash	- Generate the autocompletion script for bash hugo completion fish	- Generate the autocompletion script for fish hugo completion powershell	- Generate the autocompletion script for powershell hugo completion zsh	- Generate the autocompletion script for zsh</description></item><item><title>hugo completion bash</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_bash/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_bash/</guid><description>hugo completion bash Generate the autocompletion script for bash
Synopsis Generate the autocompletion script for the bash shell.
This script depends on the &amp;lsquo;bash-completion&amp;rsquo; package. If it is not installed already, you can install it via your OS&amp;rsquo;s package manager.
To load completions in your current shell session:
source &amp;lt;(hugo completion bash) To load completions for every new session, execute once:
Linux: hugo completion bash &amp;gt; /etc/bash_completion.d/hugo macOS: hugo completion bash &amp;gt; $(brew --prefix)/etc/bash_completion.</description></item><item><title>hugo completion fish</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_fish/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_fish/</guid><description>hugo completion fish Generate the autocompletion script for fish
Synopsis Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
hugo completion fish | source To load completions for every new session, execute once:
hugo completion fish &amp;gt; ~/.config/fish/completions/hugo.fish You will need to start a new shell for this setup to take effect.
hugo completion fish [flags] Options -h, --help help for fish --no-descriptions disable completion descriptions Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo completion powershell</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_powershell/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_powershell/</guid><description>hugo completion powershell Generate the autocompletion script for powershell
Synopsis Generate the autocompletion script for powershell.
To load completions in your current shell session:
hugo completion powershell | Out-String | Invoke-Expression To load completions for every new session, add the output of the above command to your powershell profile.
hugo completion powershell [flags] Options -h, --help help for powershell --no-descriptions disable completion descriptions Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo completion zsh</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_zsh/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_completion_zsh/</guid><description>hugo completion zsh Generate the autocompletion script for zsh
Synopsis Generate the autocompletion script for the zsh shell.
If shell completion is not already enabled in your environment you will need to enable it. You can execute the following once:
echo &amp;quot;autoload -U compinit; compinit&amp;quot; &amp;gt;&amp;gt; ~/.zshrc To load completions in your current shell session:
source &amp;lt;(hugo completion zsh) To load completions for every new session, execute once:
Linux: hugo completion zsh &amp;gt; &amp;quot;${fpath[1]}/_hugo&amp;quot; macOS: hugo completion zsh &amp;gt; $(brew --prefix)/share/zsh/site-functions/_hugo You will need to start a new shell for this setup to take effect.</description></item><item><title>hugo config</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_config/</guid><description>hugo config Print the site configuration
Synopsis Print the site configuration, both default and custom settings.
hugo config [command] [flags] Options -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ --cacheDir string filesystem path to cache directory -c, --contentDir string filesystem path to content directory --format string preferred file format (toml, yaml or json) (default &amp;#34;toml&amp;#34;) -h, --help help for config --lang string the language to display config for.</description></item><item><title>hugo config mounts</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_config_mounts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_config_mounts/</guid><description>hugo config mounts Print the configured file mounts
hugo config mounts [flags] [args] Options -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ --cacheDir string filesystem path to cache directory -c, --contentDir string filesystem path to content directory -h, --help help for mounts -t, --theme strings themes to use (located in /themes/THEMENAME/) Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.</description></item><item><title>hugo convert</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert/</guid><description>hugo convert Convert your content to different formats
Synopsis Convert your content (e.g. front matter) to different formats.
See convert&amp;rsquo;s subcommands toJSON, toTOML and toYAML for more information.
Options -h, --help help for convert -o, --output string filesystem path to write files to --unsafe enable less safe operations, please backup first Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.</description></item><item><title>hugo convert toJSON</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert_tojson/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert_tojson/</guid><description>hugo convert toJSON Convert front matter to JSON
Synopsis toJSON converts all front matter in the content directory to use JSON for the front matter.
hugo convert toJSON [flags] [args] Options -h, --help help for toJSON Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) -o, --output string filesystem path to write files to --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory --unsafe enable less safe operations, please backup first -v, --verbose verbose output SEE ALSO hugo convert	- Convert your content to different formats</description></item><item><title>hugo convert toTOML</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert_totoml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert_totoml/</guid><description>hugo convert toTOML Convert front matter to TOML
Synopsis toTOML converts all front matter in the content directory to use TOML for the front matter.
hugo convert toTOML [flags] [args] Options -h, --help help for toTOML Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) -o, --output string filesystem path to write files to --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory --unsafe enable less safe operations, please backup first -v, --verbose verbose output SEE ALSO hugo convert	- Convert your content to different formats</description></item><item><title>hugo convert toYAML</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert_toyaml/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_convert_toyaml/</guid><description>hugo convert toYAML Convert front matter to YAML
Synopsis toYAML converts all front matter in the content directory to use YAML for the front matter.
hugo convert toYAML [flags] [args] Options -h, --help help for toYAML Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) -o, --output string filesystem path to write files to --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory --unsafe enable less safe operations, please backup first -v, --verbose verbose output SEE ALSO hugo convert	- Convert your content to different formats</description></item><item><title>hugo deploy</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_deploy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_deploy/</guid><description>hugo deploy Deploy your site to a Cloud provider.
Synopsis Deploy your site to a Cloud provider.
See https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed documentation.
hugo deploy [flags] [args] Options --confirm ask for confirmation before making changes to the target --dryRun dry run --force force upload of all files -h, --help help for deploy --invalidateCDN invalidate the CDN cache listed in the deployment target (default true) --maxDeletes int maximum # of files to delete, or -1 to disable (default 256) --target string target deployment from deployments section in config file; defaults to the first one --workers int number of workers to transfer files.</description></item><item><title>hugo env</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_env/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_env/</guid><description>hugo env Print Hugo version and environment info
Synopsis Print Hugo version and environment info. This is useful in Hugo bug reports
hugo env [flags] [args] Options -h, --help help for env Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo	- hugo builds your site</description></item><item><title>hugo gen</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen/</guid><description>hugo gen A collection of several useful generators.
Options -h, --help help for gen Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo	- hugo builds your site hugo gen chromastyles	- Generate CSS stylesheet for the Chroma code highlighter hugo gen doc	- Generate Markdown documentation for the Hugo CLI.</description></item><item><title>hugo gen chromastyles</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen_chromastyles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen_chromastyles/</guid><description>hugo gen chromastyles Generate CSS stylesheet for the Chroma code highlighter
Synopsis Generate CSS stylesheet for the Chroma code highlighter for a given style. This stylesheet is needed if markup.highlight.noClasses is disabled in config.
See https://xyproto.github.io/splash/docs/all.html for a preview of the available styles
hugo gen chromastyles [flags] [args] Options -h, --help help for chromastyles --highlightStyle string style used for highlighting lines (see https://github.com/alecthomas/chroma) --linesStyle string style used for line numbers (see https://github.</description></item><item><title>hugo gen doc</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen_doc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen_doc/</guid><description>hugo gen doc Generate Markdown documentation for the Hugo CLI.
Synopsis Generate Markdown documentation for the Hugo CLI. This command is, mostly, used to create up-to-date documentation of Hugo&amp;rsquo;s command-line interface for https://gohugo.io/.
It creates one Markdown file per command with front matter suitable for rendering in Hugo. hugo gen doc [flags] [args] Options --dir string the directory to write the doc. (default &amp;#34;/tmp/hugodoc/&amp;#34;) -h, --help help for doc Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo gen man</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen_man/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_gen_man/</guid><description>hugo gen man Generate man pages for the Hugo CLI
Synopsis This command automatically generates up-to-date man pages of Hugo&amp;rsquo;s command-line interface. By default, it creates the man page files in the &amp;ldquo;man&amp;rdquo; directory under the current directory.
hugo gen man [flags] [args] Options --dir string the directory to write the man pages. (default &amp;#34;man/&amp;#34;) -h, --help help for man Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo import</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_import/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_import/</guid><description>hugo import Import your site from others.
Synopsis Import your site from other web site generators like Jekyll.
Import requires a subcommand, e.g. hugo import jekyll jekyll_root_path target_path.
Options -h, --help help for import Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo	- hugo builds your site hugo import jekyll	- hugo import from Jekyll</description></item><item><title>hugo import jekyll</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_import_jekyll/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_import_jekyll/</guid><description>hugo import jekyll hugo import from Jekyll
Synopsis hugo import from Jekyll.
Import from Jekyll requires two paths, e.g. hugo import jekyll jekyll_root_path target_path.
hugo import jekyll [flags] [args] Options --force allow import into non-empty target directory -h, --help help for jekyll Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo import	- Import your site from others.</description></item><item><title>hugo list</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list/</guid><description>hugo list Listing out various types of content
Synopsis Listing out various types of content.
List requires a subcommand, e.g. hugo list drafts
Options -h, --help help for list Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo	- hugo builds your site hugo list all	- List all posts hugo list drafts	- List all drafts hugo list expired	- List all posts already expired hugo list future	- List all posts dated in the future</description></item><item><title>hugo list all</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_all/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_all/</guid><description>hugo list all List all posts
Synopsis List all of the posts in your content directory, include drafts, future and expired pages.
hugo list all [flags] [args] Options -h, --help help for all Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo list	- Listing out various types of content</description></item><item><title>hugo list drafts</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_drafts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_drafts/</guid><description>hugo list drafts List all drafts
Synopsis List all of the drafts in your content directory.
hugo list drafts [flags] [args] Options -h, --help help for drafts Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo list	- Listing out various types of content</description></item><item><title>hugo list expired</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_expired/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_expired/</guid><description>hugo list expired List all posts already expired
Synopsis List all of the posts in your content directory which has already expired.
hugo list expired [flags] [args] Options -h, --help help for expired Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo list	- Listing out various types of content</description></item><item><title>hugo list future</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_future/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_list_future/</guid><description>hugo list future List all posts dated in the future
Synopsis List all of the posts in your content directory which will be posted in the future.
hugo list future [flags] [args] Options -h, --help help for future Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo list	- Listing out various types of content</description></item><item><title>hugo mod</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod/</guid><description>hugo mod Various Hugo Modules helpers.
Synopsis Various helpers to help manage the modules in your project&amp;rsquo;s dependency graph. Most operations here requires a Go version installed on your system (&amp;gt;= Go 1.12) and the relevant VCS client (typically Git). This is not needed if you only operate on modules inside /themes or if you have vendored them via &amp;ldquo;hugo mod vendor&amp;rdquo;.
Note that Hugo will always start out by resolving the components defined in the site configuration, provided by a _vendor directory (if no &amp;ndash;ignoreVendorPaths flag provided), Go Modules, or a folder inside the themes directory, in that order.</description></item><item><title>hugo mod clean</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_clean/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_clean/</guid><description>hugo mod clean Delete the Hugo Module cache for the current project.
Synopsis Delete the Hugo Module cache for the current project.
hugo mod clean [flags] [args] Options --all clean entire module cache -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ --cacheDir string filesystem path to cache directory -c, --contentDir string filesystem path to content directory -h, --help help for clean --pattern string pattern matching module paths to clean (all if not set), e.</description></item><item><title>hugo mod get</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_get/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_get/</guid><description>hugo mod get Resolves dependencies in your current Hugo Project.
Synopsis Resolves dependencies in your current Hugo Project.
Some examples:
Install the latest version possible for a given module:
hugo mod get github.com/gohugoio/testshortcodes Install a specific version:
hugo mod get github.com/gohugoio/testshortcodes@v0.3.0 Install the latest versions of all direct module dependencies:
hugo mod get hugo mod get ./... (recursive) Install the latest versions of all module dependencies (direct and indirect):
hugo mod get -u hugo mod get -u .</description></item><item><title>hugo mod graph</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_graph/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_graph/</guid><description>hugo mod graph Print a module dependency graph.
Synopsis Print a module dependency graph with information about module status (disabled, vendored). Note that for vendored modules, that is the version listed and not the one from go.mod.
hugo mod graph [flags] [args] Options -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ --cacheDir string filesystem path to cache directory --clean delete module cache for dependencies that fail verification -c, --contentDir string filesystem path to content directory -h, --help help for graph -t, --theme strings themes to use (located in /themes/THEMENAME/) Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo mod init</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_init/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_init/</guid><description>hugo mod init Initialize this project as a Hugo Module.
Synopsis Initialize this project as a Hugo Module. It will try to guess the module path, but you may help by passing it as an argument, e.g:
hugo mod init github.com/gohugoio/testshortcodes Note that Hugo Modules supports multi-module projects, so you can initialize a Hugo Module inside a subfolder on GitHub, as one example. hugo mod init [flags] [args] Options -b, --baseURL string hostname (and path) to the root, e.</description></item><item><title>hugo mod npm</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_npm/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_npm/</guid><description>hugo mod npm Various npm helpers.
Synopsis Various npm (Node package manager) helpers.
hugo mod npm [command] [flags] Options -h, --help help for npm Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo mod	- Various Hugo Modules helpers.</description></item><item><title>hugo mod npm pack</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_npm_pack/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_npm_pack/</guid><description>hugo mod npm pack Experimental: Prepares and writes a composite package.json file for your project.
Synopsis Prepares and writes a composite package.json file for your project.
On first run it creates a &amp;ldquo;package.hugo.json&amp;rdquo; in the project root if not already there. This file will be used as a template file with the base dependency set.
This set will be merged with all &amp;ldquo;package.hugo.json&amp;rdquo; files found in the dependency tree, picking the version closest to the project.</description></item><item><title>hugo mod tidy</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_tidy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_tidy/</guid><description>hugo mod tidy Remove unused entries in go.mod and go.sum.
hugo mod tidy [flags] [args] Options -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ --cacheDir string filesystem path to cache directory -c, --contentDir string filesystem path to content directory -h, --help help for tidy -t, --theme strings themes to use (located in /themes/THEMENAME/) Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.</description></item><item><title>hugo mod vendor</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_vendor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_vendor/</guid><description>hugo mod vendor Vendor all module dependencies into the _vendor directory.
Synopsis Vendor all module dependencies into the _vendor directory. If a module is vendored, that is where Hugo will look for it&amp;rsquo;s dependencies.
hugo mod vendor [flags] [args] Options -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ --cacheDir string filesystem path to cache directory -c, --contentDir string filesystem path to content directory -h, --help help for vendor -t, --theme strings themes to use (located in /themes/THEMENAME/) Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo mod verify</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_verify/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_mod_verify/</guid><description>hugo mod verify Verify dependencies.
Synopsis Verify checks that the dependencies of the current module, which are stored in a local downloaded source cache, have not been modified since being downloaded.
hugo mod verify [flags] [args] Options -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/ --cacheDir string filesystem path to cache directory --clean delete module cache for dependencies that fail verification -c, --contentDir string filesystem path to content directory -h, --help help for verify -t, --theme strings themes to use (located in /themes/THEMENAME/) Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo new</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new/</guid><description>hugo new Create new content for your site
Synopsis Create a new content file and automatically set the date and title. It will guess which kind of file to create based on the path provided.
You can also specify the kind with -k KIND.
If archetypes are provided in your theme or site, they will be used.
Ensure you run this within the root directory of your site.
Options -h, --help help for new Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo new content</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new_content/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new_content/</guid><description>hugo new content Create new content for your site
Synopsis Create a new content file and automatically set the date and title. It will guess which kind of file to create based on the path provided.
You can also specify the kind with -k KIND.
If archetypes are provided in your theme or site, they will be used.
Ensure you run this within the root directory of your site.
hugo new content [path] [flags] Options -b, --baseURL string hostname (and path) to the root, e.</description></item><item><title>hugo new site</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new_site/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new_site/</guid><description>hugo new site Create a new site (skeleton)
Synopsis Create a new site in the provided directory. The new site will have the correct structure, but no content or theme yet. Use hugo new [contentPath] to create new content.
hugo new site [path] [flags] Options -f, --force init inside non-empty directory --format string preferred file format (toml, yaml or json) (default &amp;#34;toml&amp;#34;) -h, --help help for site Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo new theme</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new_theme/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_new_theme/</guid><description>hugo new theme Create a new theme (skeleton)
Synopsis Create a new theme (skeleton) called [name] in ./themes. New theme is a skeleton. Please add content to the touched files. Add your name to the copyright line in the license and adjust the theme.toml file according to your needs.
hugo new theme [name] [flags] Options -h, --help help for theme Options inherited from parent commands --clock string set the clock used by Hugo, e.</description></item><item><title>hugo server</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_server/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_server/</guid><description>hugo server A high performance webserver
Synopsis Hugo provides its own webserver which builds and serves the site. While hugo server is high performance, it is a webserver with limited options.
&amp;lsquo;hugo server&amp;rsquo; will avoid writing the rendered and served content to disk, preferring to store it in memory.
By default hugo will also watch your files for any changes you make and automatically rebuild the site. It will then live reload any open browser pages and push the latest content to them.</description></item><item><title>hugo server trust</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_server_trust/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_server_trust/</guid><description>hugo server trust Install the local CA in the system trust store.
hugo server trust [flags] [args] Options -h, --help help for trust --uninstall Uninstall the local CA (but do not delete it). Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo server	- A high performance webserver</description></item><item><title>hugo version</title><link>https://v0-122-0--gohugoio.netlify.app/commands/hugo_version/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v0-122-0--gohugoio.netlify.app/commands/hugo_version/</guid><description>hugo version Print Hugo version and environment info
Synopsis Print Hugo version and environment info. This is useful in Hugo bug reports.
hugo version [flags] [args] Options -h, --help help for version Options inherited from parent commands --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00 --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default &amp;#34;config&amp;#34;) --debug debug output -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --logLevel string log level (debug|info|warn|error) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output SEE ALSO hugo	- hugo builds your site</description></item></channel></rss>