feat: Add privacy policy page and external links
This commit is contained in:
24
package.json
24
package.json
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"name": "dereklseitz.github.io",
|
||||
"name": "dlseitz.dev-frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "Portfolio website",
|
||||
"description": "Frontend code for Derek L. Seitz’s personal portfolio and web development services.",
|
||||
"main": "script.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "npx @11ty/eleventy",
|
||||
"dev": "npm run clean && npm run start",
|
||||
"start": "npx @11ty/eleventy --serve",
|
||||
"clean": "rimraf _site",
|
||||
"dev": "npm run clean && npm run start"
|
||||
"build": "npx @11ty/eleventy",
|
||||
"clean": "rimraf _site"
|
||||
},
|
||||
"keywords": ["portfolio", "11ty", "eleventy", "web development", "static site", "frontend", "Derek Seitz"],
|
||||
"author": "Derek L. Seitz",
|
||||
"license": "MIT",
|
||||
"homepage": "https://dlseitz.dev",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dereklseitz/dereklseitz.github.io.git"
|
||||
"url": "https://gitea.dlseitz.dev/dereklseitz/dlseitz.dev-frontend.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dereklseitz/dereklseitz.github.io/issues"
|
||||
"url": "https://gitea.dlseitz.dev/dereklseitz/dlseitz.dev-frontend/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dereklseitz/dereklseitz.github.io#readme",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^3.0.0",
|
||||
"rimraf": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user