10 years later #1
2 changed files with 52 additions and 48 deletions
11
.eleventy.js
11
.eleventy.js
|
|
@ -1,7 +1,10 @@
|
||||||
const {EleventyHtmlBasePlugin} = require("@11ty/eleventy");
|
/* jshint strict: false */
|
||||||
|
|
||||||
module.exports = function (eleventyConfig) {
|
import {HtmlBasePlugin} from "@11ty/eleventy";
|
||||||
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
|
|
||||||
|
// noinspection JSUnusedGlobalSymbols
|
||||||
|
export default async function (eleventyConfig) {
|
||||||
|
eleventyConfig.addPlugin(HtmlBasePlugin);
|
||||||
|
|
||||||
eleventyConfig.setLiquidOptions({
|
eleventyConfig.setLiquidOptions({
|
||||||
// greedy: false,
|
// greedy: false,
|
||||||
|
|
@ -82,4 +85,4 @@ module.exports = function (eleventyConfig) {
|
||||||
templateFormats: ['html', 'liquid', 'njk', 'md']
|
templateFormats: ['html', 'liquid', 'njk', 'md']
|
||||||
// pathPrefix: './demo/'
|
// pathPrefix: './demo/'
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
|
||||||
89
package.json
89
package.json
|
|
@ -1,46 +1,47 @@
|
||||||
{
|
{
|
||||||
"name": "hippie",
|
"name": "hippie",
|
||||||
"version": "0.13.1",
|
"version": "0.13.1",
|
||||||
"description": "Hippie interweaves preeminent personal interface elements",
|
"description": "Hippie interweaves preeminent personal interface elements",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hippie",
|
"hippie",
|
||||||
"www site template"
|
"www site template"
|
||||||
],
|
],
|
||||||
"homepage": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie",
|
"homepage": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie",
|
||||||
"bugs": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie/issues",
|
"bugs": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Stephan Hagedorn <sthag@interaktionsweise.de> (https://karte.interaktionsweise.de)",
|
"author": "Stephan Hagedorn <sthag@interaktionsweise.de> (https://karte.interaktionsweise.de)",
|
||||||
"main": "",
|
"main": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie.git"
|
"url": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"type": "module",
|
||||||
"hello": "echo -n \"This is \" && node -p \"process.env.npm_package_name\" | tr '[:lower:]' '[:upper:]'",
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"hello": "echo -n \"This is \" && node -p \"process.env.npm_package_name\" | tr '[:lower:]' '[:upper:]'",
|
||||||
"clean": "npm run clean:build & npm run clean:deploy & npm run clean:report & npm run clean:test",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"clean:build": "rm -rf build/*",
|
"clean": "npm run clean:build & npm run clean:deploy & npm run clean:report & npm run clean:test",
|
||||||
"clean:deploy": "rm -rf deploy/*",
|
"clean:build": "rm -rf build/*",
|
||||||
"clean:report": "rm -rf report/*",
|
"clean:deploy": "rm -rf deploy/*",
|
||||||
"clean:test": "rm -rf test/*",
|
"clean:report": "rm -rf report/*",
|
||||||
"style:compile": "sass source/style:build/css --load-path=vendor",
|
"clean:test": "rm -rf test/*",
|
||||||
"style:deploy": "sass source/style:deploy/css --load-path=vendor",
|
"style:compile": "sass source/style:build/css --load-path=vendor",
|
||||||
"style:watch": "sass --watch source/style:build/css --load-path=vendor",
|
"style:deploy": "sass source/style:deploy/css --load-path=vendor",
|
||||||
"build:new": "npm run clean:build && npx @11ty/eleventy && npm run style:compile",
|
"style:watch": "sass --watch source/style:build/css --load-path=vendor",
|
||||||
"build": "npx @11ty/eleventy && npm run style:compile",
|
"build:new": "npm run clean:build && npx @11ty/eleventy && npm run style:compile",
|
||||||
"deploy": "npm run clean:deploy && npx @11ty/eleventy --output=deploy --pathprefix=hippie && npm run style:deploy",
|
"build": "npx @11ty/eleventy && npm run style:compile",
|
||||||
"serve": "npm run style:watch & npx @11ty/eleventy --serve"
|
"deploy": "npm run clean:deploy && npx @11ty/eleventy --output=deploy --pathprefix=hippie && npm run style:deploy",
|
||||||
},
|
"serve": "npm run style:watch & npx @11ty/eleventy --serve"
|
||||||
"private": true,
|
},
|
||||||
"devDependencies": {
|
"private": true,
|
||||||
"normalize.css": "^8.0.1"
|
"devDependencies": {
|
||||||
},
|
"normalize.css": "^8.0.1"
|
||||||
"dependencies": {
|
},
|
||||||
"@11ty/eleventy": "^3.1.2",
|
"dependencies": {
|
||||||
"@11ty/eleventy-upgrade-help": "^3.0.2",
|
"@11ty/eleventy": "^3.1.2",
|
||||||
"bootstrap-icons": "^1.13.1",
|
"@11ty/eleventy-upgrade-help": "^3.0.2",
|
||||||
"hippie-script": "git+https://quelltext.interaktionsweise.de/interaktionsweise/hippie-script.git",
|
"bootstrap-icons": "^1.13.1",
|
||||||
"jquery": "^3.7.1",
|
"hippie-script": "git+https://quelltext.interaktionsweise.de/interaktionsweise/hippie-script.git",
|
||||||
"sass": "^1.93.0"
|
"jquery": "^3.7.1",
|
||||||
}
|
"sass": "^1.93.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue