A few more tweaks

This commit is contained in:
Zach Leatherman
2023-01-23 12:34:39 -06:00
parent 447028c3a9
commit 87f15a24bd
4 changed files with 35 additions and 32 deletions

View File

@ -5,12 +5,10 @@
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve --quiet",
"start-ghpages": "npx @11ty/eleventy --serve --quiet --pathprefix=/eleventy-base-blog/",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy"
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"repository": {
"type": "git",