aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-06-29 18:40:17 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-06-29 18:40:17 +0200
commit93d47662b2ce5a6dc4867687386c912e8cd13720 (patch)
treea609e947843bdd297121fd49a9e16e3dea2a1fd4 /config.toml
parent89f8bc803364ca52ca0dee1a429261b9f3d9ed0e (diff)
downloadmitjafelicijan.com-93d47662b2ce5a6dc4867687386c912e8cd13720.tar.gz
Added search option with lunr.js
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 3 insertions, 14 deletions
diff --git a/config.toml b/config.toml
index 02779c8..160f755 100644
--- a/config.toml
+++ b/config.toml
@@ -40,18 +40,7 @@ enableRobotsTXT = true
40 [markup.highlight] 40 [markup.highlight]
41 style = 'github' 41 style = 'github'
42 42
43# Taxonomies.
44[outputs]
45 index = ["HTML", "atom"]
46 section = ["HTML", "notes"]
47
48# Output formats. 43# Output formats.
49[outputFormats] 44[outputs]
50 [outputFormats.atom] 45 home = ["HTML", "RSS", "JSON"]
51 mediatype = "application/rss" 46 section = ["HTML", "RSS", "JSON"]
52 rel = "atom"
53 baseName = "atom"
54 [outputFormats.notes]
55 mediatype = "application/rss"
56 rel = "notes"
57 baseName = "notes"