summary refs log tree commit diff
path: root/eleventy.config.js
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-05-17 20:49:33 -0500
committerStarfall <us@starfall.systems>2023-05-24 12:51:16 -0500
commit019abbb29f1ae74f94882dff472285f4828ec0c2 (patch)
treea5015b242363446033241f6f01b3552a0147e4ae /eleventy.config.js
parentab48bfa194a3d24679062217dbe55e7eead51bee (diff)
feature: blog post summaries
Diffstat (limited to 'eleventy.config.js')
-rw-r--r--eleventy.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/eleventy.config.js b/eleventy.config.js
index 2d222ae..05a4db3 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -23,7 +23,8 @@ module.exports = function(eleventyConfig) {
 		engines: {
 			toml: toml.parse.bind(toml)
 		},
-		language: 'toml'
+		language: 'toml',
+		excerpt: true
 	})
 
 	return {