shithub: hugo

ref: 64817cc0d125f99e69c5a8c77d21e97e52ab23d9
dir: /docs/layouts/section/commands.html/

View raw version
{{ 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>
<ul>
{{ range .Data.Pages }}
<li><a href="{{ .URL }}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ partial "footer.html" . }}