Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Feb 25, 2024
1 parent 00c442b commit a37ae16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 111 deletions.
71 changes: 0 additions & 71 deletions Jenkinsfile

This file was deleted.

26 changes: 4 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 8 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
{
"name": "eleventy-base-blog",
"version": "8.0.0",
"name": "blog-gavinmogan-com",
"version": "0.0.0",
"private": true,
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-base-blog.git"
"url": "git://github.com/halkeye/blog-gavinmogan-com.git"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
"name": "Gavin Mogan",
"email": "blog@gavinmogan.com",
"url": "https://gavinmogan.com/"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"bugs": {
"url": "https://github.com/11ty/eleventy-base-blog/issues"
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"homepage": "https://blog.gavinmogan.com",
"devDependencies": {
"@11ty/eleventy": "2.0.0-beta.1",
"@11ty/eleventy-img": "^2.0.1",
Expand All @@ -40,8 +33,5 @@
"luxon": "^3.2.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-eleventy-img": "^0.10.1"
},
"dependencies": {
"yaml": "^2.4.0"
}
}

0 comments on commit a37ae16

Please sign in to comment.