Back to Vector

Configure

website/layouts/partials/home/configure.html

0.55.0576 B
Original Source

{{ $configure := .Params.configure }} {{ $configs := site.Data.docs.config_examples }} {{ $defaultConfig := (index $configs 0).title }}

{{ partial "home/heading.html" (dict "title" $configure.title) }}

{{ $configure.description }}

{{ range $configs }} {{ .title }} {{ end }}

{{ template "dot" "red-500" }} {{ template "dot" "yellow-500" }} {{ template "dot" "green-500" }}

{{ $configure.filename }}

{{ range $configs }} {{ $code := highlight .example "toml" "" }} {{ $code }} {{ end }}

{{ $configure.below | markdownify }}

{{ define "dot" }} {{ end }}