Back to Vector

One Liner

website/layouts/partials/one-liner.html

0.55.0243 B
Original Source

{{ $commands := site.Data.docs.administration.install_commands }} {{ $defaultCommand := (index $commands 0).title }}

{{ range $commands }} - {{ .title }} {{ end }} {{ range $commands }}

{{ highlight .command "bash" "" }}

{{ end }}