mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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" . }}
|
{{ partial "header.html" . }}
|
||||||
<h1>Hugo Commands</h1>
|
<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>
|
<ul>
|
||||||
{{ range .Data.Pages }}
|
{{- range .Data.Pages }}
|
||||||
<li><a href="{{ .URL }}">{{ .Title }}</a></li>
|
<li><a href="{{ .URL }}">{{ .Title }}</a></li>
|
||||||
{{ end }}
|
{{- end }}
|
||||||
</ul>
|
</ul>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue