38 lines
534 B
YAML
38 lines
534 B
YAML
# config.yaml
|
|
|
|
module:
|
|
hugoVersion:
|
|
extended: true
|
|
min: 0.91.2
|
|
|
|
frontmatter:
|
|
date:
|
|
- date
|
|
- publishDate
|
|
- lastmod
|
|
- :fileModTime
|
|
|
|
related:
|
|
includeNewer: true
|
|
indices:
|
|
- name: parents
|
|
weight: 100
|
|
- name: topics
|
|
weight: 100
|
|
threshold: 80
|
|
toLower: true
|
|
|
|
# non-standard: escaped JSON lines
|
|
# with \\n and \\t for import to PostgreSQL jsonb column
|
|
mediaTypes:
|
|
x-text/ejsonl:
|
|
suffixes:
|
|
- ejsl
|
|
|
|
outputFormats:
|
|
ejsl:
|
|
baseName: index
|
|
isPlainText: true
|
|
mediaType: x-text/ejsonl
|
|
|
|
|