diff options
author | Marc Coquand <marcc0000@pm.me> | 2023-09-10 07:49:49 -0300 |
---|---|---|
committer | Marc Coquand <marcc0000@pm.me> | 2023-09-10 07:49:49 -0300 |
commit | 30a031edc5c5f161ba487822a4adb3c60a9864b1 (patch) | |
tree | a9c64d6d4059029b4554fba47d6d19e04728c1a2 /package.json | |
parent | 22a335754035ae9ee8d1bbdfc65ad83f8bbe834f (diff) | |
download | mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.tar.gz mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.tar.bz2 mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..2f0baf3 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "marcc.srht.site", + "version": "1.0.0", + "description": "My personal blog", + "main": "index.js", + "scripts": { + "build": "npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,svg,liquid,woff2,ttf,njk,otf" + }, + "keywords": [], + "author": "Marc Coquand", + "license": "ISC", + "devDependencies": { + "@11ty/eleventy": "^2.0.1", + "@11ty/eleventy-plugin-rss": "^1.2.0" + } +} |