diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-06-26 20:46:06 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-06-26 20:46:06 +0200 |
commit | a7765bb3c117efa93866556d2b5b129dae7768bf (patch) | |
tree | d0df162c8d2801006863cb89c9640c89213644b2 /docs/layouts/section/commands.html | |
parent | 31393f6024416ea1b2e61d1080dfd7104df36eda (diff) | |
parent | dd78d5b23fe597f4461aa4199401b4e07c0612e2 (diff) | |
download | hugo-a7765bb3c117efa93866556d2b5b129dae7768bf.tar.gz hugo-a7765bb3c117efa93866556d2b5b129dae7768bf.zip |
Merge commit 'dd78d5b23fe597f4461aa4199401b4e07c0612e2' as 'docs'
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" . }} |