feat: Add privacy policy page and external links

This commit is contained in:
2025-08-25 20:24:14 -05:00
parent 516b893d6d
commit 04da9dde0b
8 changed files with 1959 additions and 29 deletions

View File

@@ -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. Seitzs 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"
}
}