1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Recipe directory
#
# The use of '~' (tilde expansion) is supported.
= "./recipes"
# Editor command to edit recipes
#
# The editor should be able to wait for the files to be closed before returning.
# This might be achieved with additional command line parameters.
#
# E.g. for Sublime Text use:
# editor = ["subl", "--wait", "--"]
#
# CLI editors should work fine.
#
# For syntax highlighting have a look at:
# https://github.com/tobx/sweet-potator/tree/main/assets/grammars
= ["vim"]
# Valid image file extensions
= [
"apng",
"avif",
"gif",
"jfif",
"jpeg",
"jpg",
"pjp",
"pjpeg",
"png",
"svg",
"webp",
]
# HTML template
[]
= "html"
= "slugify"
# escape = true
# language = "en"
# Markdown template
[]
= "md"
# file_name_filter = "sanitize"
# escape = true
# language = "en"