add some recipes

This commit is contained in:
Joshua Seigler 2025-05-05 00:03:44 -04:00
parent c83aeb8123
commit 094e28eb27
5 changed files with 69 additions and 5 deletions

View file

@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpx @11ty/eleventy --serve",
"upload": "pnpx @11ty/eleventy && rsync -aP --delete dist/ joshua@seigler.net:/srv/www/joshua.seigler.net/public_html/"
"dev": "npx @11ty/eleventy --serve",
"upload": "npx @11ty/eleventy && rsync -aP --delete dist/ joshua@seigler.net:/srv/www/joshua.seigler.net/public_html/"
},
"keywords": [],
"author": "Joshua Seigler",