This commit is contained in:
Simon Martens
2024-10-07 15:22:25 +02:00
parent 0969272567
commit 76615e9321
15 changed files with 348 additions and 334 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "Test project for 11ty",
"scripts": {
"prod_build": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && set ELEVENTY_ENVIRONMENT=production&& npx @11ty/eleventy",
"prod_build": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && set ELEVENTY_ENVIRONMENT=production && npx @11ty/eleventy",
"linux_pb": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && export ELEVENTY_ENVIRONMENT=production && npx @11ty/eleventy",
"build": "npx postcss src/static/css/site.css -o src/static/css/output.css && npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --serve",
"css_watch": "npx postcss src/static/css/site.css -o src/static/css/output.css -w --verbose"
@@ -21,9 +22,9 @@
"author": "Simon Martens",
"license": "MIT",
"bugs": {
"url": "https://github.com/schnulller/eleventy-sane/issues"
"url": "https://github.com/Simon-Martens/eleventy-sane/issues"
},
"homepage": "https://github.com/schnulller/eleventy-sane#readme",
"homepage": "https://github.com/Simon-Martens/eleventy-sane#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",