24 lines
857 B
JSON
24 lines
857 B
JSON
{
|
|
"name": "11ty",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npx @11ty/eleventy --serve",
|
|
"build": "env NODE_ENV=production npx @11ty/eleventy",
|
|
"deploy": "rsync -r --delete ~/repos/forgayjo/my-websie-11ty/_site/ nginx-proxxi:/var/www/kittygirl.online/",
|
|
"build-cip": "env TITLE='~za08gywo' NODE_ENV=production npx @11ty/eleventy --pathprefix '~za08gywo'",
|
|
"deploy-cip": "rsync -r --delete ~/repos/forgayjo/my-websie-11ty/_site/ fau-cip:/home/cip/nf2021/za08gywo/.www/",
|
|
"all": "npm run build && npm run deploy && npm run build-cip && npm run deploy-cip"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"nunjucks-date": "^1.5.0"
|
|
}
|
|
}
|