Sha256: 6cfc39a232859df9f4a1c4f9ff27908a09243a30c68d333cc315e58c1dcca63e

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

[{{ range $index, $page := .Site.Pages }}
{{- if ne $page.Type "json" -}}
{{- if and $index (gt $index 0) -}},{{- end }}
{
	"uri": "{{ $page.Permalink }}",
	"title": "{{ htmlEscape $page.Title}}",
	"tags": [{{ range $tindex, $tag := $page.Params.tags }}{{ if $tindex }}, {{ end }}"{{ $tag| htmlEscape }}"{{ end }}],
	"description": "{{ htmlEscape .Description}}",
	"content": {{$page.Plain | jsonify}}
}
{{- end -}}
{{- end -}}]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rbcli-0.3.3 docs-src/themes/hugo-theme-learn/layouts/index.json
rbcli-0.3.2 docs-src/themes/hugo-theme-learn/layouts/index.json
rbcli-0.3.1 docs-src/themes/hugo-theme-learn/layouts/index.json
rbcli-0.3.0 docs-src/themes/hugo-theme-learn/layouts/index.json
rbcli-0.2.12 docs-src/themes/hugo-theme-learn/layouts/index.json