Back to Vector

Easy Install Scripts

website/layouts/shortcodes/easy-install-scripts.html

0.55.0239 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 }}