From ce1814387c9793e9553a525a44d218c50d7e255d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 9 Aug 2020 11:49:36 -0500 Subject: Refactor to use templates, add config --- templates.js | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 templates.js (limited to 'templates.js') diff --git a/templates.js b/templates.js new file mode 100644 index 0000000..10526ee --- /dev/null +++ b/templates.js @@ -0,0 +1,55 @@ +module.exports = { + "/": { + "pre": ` + + + Files + + + + +

Check out these files!

+ + + ` + }, + "/config": { + "pre": ` + + + Config + + + + +

Config

`, + "post": ` + ` + } +} -- cgit v1.2.3