From da9ff90d3e1b1348c43cd378c0806e159a700810 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 12:24:24 +0200 Subject: feat: Parse front matter as metadata --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index e66c8a5..1cc7565 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "dependencies": { "koa": "^2.2.0", "koa-nunjucks-next": "^1.1.3", - "koa-router": "^7.2.1" + "koa-router": "^7.2.1", + "gray-matter": "^2.1.1" } } -- cgit 1.4.1