aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjasonrbriggs <jasonrbriggs@gmail.com>2019-07-25 20:54:59 +1200
committerMiran <narimiran@disroot.org>2019-07-25 10:54:58 +0200
commitf65b62ae36f7f1bf96a6f8e05b76f168214d9d80 (patch)
treea8126e82ea362297c5a02f159d7aab628b11170f
parent7b51e36e93c022ac25446427b704ba957c504ddd (diff)
downloadpackages-f65b62ae36f7f1bf96a6f8e05b76f168214d9d80.tar.gz
packages-f65b62ae36f7f1bf96a6f8e05b76f168214d9d80.zip
Added package baker (#1126)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index cd3f728..03da832 100644
--- a/packages.json
+++ b/packages.json
@@ -13823,5 +13823,19 @@
"description": "A D3.js wrapper for Nim",
"license": "MIT",
"web": "https://github.com/hiteshjasani/nim-d3"
+ },
+ {
+ "name": "baker",
+ "url": "https://github.com/jasonrbriggs/baker",
+ "method": "git",
+ "tags": [
+ "html",
+ "template",
+ "static",
+ "blog"
+ ],
+ "description": "Static website generation",
+ "license": "Apache-2.0",
+ "web": "https://github.com/jasonrbriggs/baker"
}
]