diff options
Diffstat (limited to 'docs/layouts/section/commands.html')
-rw-r--r-- | docs/layouts/section/commands.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/layouts/section/commands.html b/docs/layouts/section/commands.html new file mode 100644 index 000000000..afa045452 --- /dev/null +++ b/docs/layouts/section/commands.html @@ -0,0 +1,12 @@ +{{ partial "header.html" . }} +<h1>Hugo Commands</h1> +<p>Hugo’s CLI (command line interface) commands are listed here. +This autogenerated list is always up to date (thanks to + <a href="https://github.com/spf13/cobra">Cobra</a>). +</p> +<ul> +{{- range .Data.Pages }} + <li><a href="{{ .URL }}">{{ .Title }}</a></li> +{{- end }} +</ul> +{{ partial "footer.html" . }} |