From 5e1328573e31843b2ad420a312144112cd26a615 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 2 Nov 2017 14:01:15 -0700 Subject: [PATCH] Add stories about how to extend Canvas with plugins (#214) * feat: add metallic support compile formatted markup from markdown * feat: add story about writing a canvas plugin use the github-tags function as the example * feat: add a task to build the site without rebuilding functions * feat: add part 2 of creating plugins * chore: update microsite --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 206c4a8542096..d8452bd6fba62 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,7 @@ "metalsmith-filter": "^1.0.2", "metalsmith-in-place": "^1.4.4", "metalsmith-layouts": "^1.4.1", + "metalsmith-metallic": "^2.0.2", "metalsmith-permalinks": "^0.5.0", "pegjs": "^0.10.0", "proxyquire": "1.7.11",