all repos — archive/homestead @ 2fef943bf1c52e8d2be64521202936ca0f7358e3

My future indieweb platform

feat: use configly/TOML for configuration

Alan Pearce
commit

2fef943bf1c52e8d2be64521202936ca0f7358e3

parent

e13c5726846a89df4196f6abc9fc98d99d48305b

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M package.jsonpackage.json
@@ -29,10 +29,12 @@ "standard": "^10.0.2",
"supertest": "^3.0.0" }, "dependencies": { + "configly": "^4.1.0", "gray-matter": "^2.1.1", "koa": "^2.2.0", "koa-nunjucks-next": "^1.1.3", "koa-router": "^7.2.1", - "markdown-it": "^8.3.1" + "markdown-it": "^8.3.1", + "toml": "^2.3.2" } }