diff options
| author | jasonrbriggs <jasonrbriggs@gmail.com> | 2019-07-25 20:54:59 +1200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-07-25 10:54:58 +0200 |
| commit | f65b62ae36f7f1bf96a6f8e05b76f168214d9d80 (patch) | |
| tree | a8126e82ea362297c5a02f159d7aab628b11170f | |
| parent | 7b51e36e93c022ac25446427b704ba957c504ddd (diff) | |
| download | packages-f65b62ae36f7f1bf96a6f8e05b76f168214d9d80.tar.gz packages-f65b62ae36f7f1bf96a6f8e05b76f168214d9d80.zip | |
Added package baker (#1126)
| -rw-r--r-- | packages.json | 14 |
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" } ] |
