mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Improve command reference page
This commit is contained in:
parent
5d0748ce51
commit
4b9493cb03
1 changed files with 7 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
|||
{{ partial "header.html" . }}
|
||||
<h1>Hugo Commands</h1>
|
||||
<p>This is an autogenerated and up-to-date (thanks to <a href="https://github.com/spf13/cobra">Cobra</a>) documentation for all the CLI commands in Hugo.</p>
|
||||
<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 }}
|
||||
{{- range .Data.Pages }}
|
||||
<li><a href="{{ .URL }}">{{ .Title }}</a></li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Reference in a new issue