13 lines
375 B
TOML
13 lines
375 B
TOML
|
[input]
|
||
|
base_directory = "content/"
|
||
|
title_boost = "Large"
|
||
|
files = [
|
||
|
{{ range $index , $e := .Site.RegularPages }}{{ if $index }}, {{end}}{ filetype = "PlainText", contents = {{ $e.Plain | jsonify }}, title = {{ $e.Title | jsonify }}, url = {{ $e.Permalink | jsonify }} }
|
||
|
{{ end }}
|
||
|
]
|
||
|
|
||
|
[output]
|
||
|
filename = "index.st"
|
||
|
excerpts_per_result = 2
|
||
|
displayed_results_count = 5
|