This commit is contained in:
Simon Martens
2023-01-29 08:21:29 +01:00
30 changed files with 10263 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
{
"name": "eleventy-sane",
"version": "1.0.0",
"description": "Sane default template for 11ty. Breaks with 11ty's \"no-setup\" approach for a clearer folder structure.",
"main": "index.js",
"description": "Test project for 11ty",
"scripts": {
"build": "(npx postcss src/static/css/site.css -o src/static/css/output.css; npx @11ty/eleventy)",
"watch": "npx @11ty/eleventy --serve",