diff --git a/LICENSE b/LICENSE index 89a4362..acc08a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,9 @@ +All content of this site is copyright (c)2022 Dustin Lammiman and is not to be reproduced or distributed without permission. + +The theme for this site was originally based on the Eleventy Base Blog theme (https://github.com/11ty/eleventy-base-blog). These portions of code are (c) 2018 Zach Leatherman and distributed under the MIT License (see below). + +All additional content and modifications are copyright (c) 2022 Dustin Lammiman. + MIT License Copyright (c) 2018 Zach Leatherman @zachleat diff --git a/package.json b/package.json index f3d60e2..2ef86b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "eleventy-base-blog", - "version": "7.0.0", - "description": "A starter repository for a blog web site using the Eleventy static site generator.", + "name": "dustin-lammiman", + "version": "0.0.9", + "description": "Personal site for Dustin Lammiman.", "scripts": { "build": "npx @11ty/eleventy", "bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy", @@ -10,20 +10,11 @@ "start": "npx @11ty/eleventy --serve", "debug": "DEBUG=* npx @11ty/eleventy" }, - "repository": { - "type": "git", - "url": "git://github.com/11ty/eleventy-base-blog.git" - }, "author": { - "name": "Zach Leatherman", - "email": "zachleatherman@gmail.com", - "url": "https://zachleat.com/" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/11ty/eleventy-base-blog/issues" + "name": "Dustin Lammiman", + "email": "dustin@lammiman.ca", + "url": "https://dustin.lammiman.ca/" }, - "homepage": "https://github.com/11ty/eleventy-base-blog#readme", "dependencies": { "@11ty/eleventy": "^1.0.1", "@11ty/eleventy-img": "^2.0.1",