mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-10 02:22:26 +00:00
Add themes in-tree
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"author": {
|
||||
"email": "3743342+schnerring@users.noreply.github.com",
|
||||
"name": "Michael Schnerring",
|
||||
"url": "https://schnerring.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/schnerring/hugo-mod-json-resume/issues"
|
||||
},
|
||||
"comments": {
|
||||
"dependencies": {
|
||||
"simple-icons": "project"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "project",
|
||||
"lint-staged": "project",
|
||||
"markdownlint-cli": "project",
|
||||
"prettier": "project",
|
||||
"prettier-plugin-go-template": "project"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"simple-icons": "^11.0.0"
|
||||
},
|
||||
"description": "Hugo shortcodes to add structured JSON Resume data to your Hugo site.",
|
||||
"devDependencies": {
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^15.2.0",
|
||||
"markdownlint-cli": "^0.38.0",
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-plugin-go-template": "^0.0.15"
|
||||
},
|
||||
"homepage": "https://github.com/schnerring/hugo-mod-json-resume#readme",
|
||||
"keywords": [
|
||||
"hugo",
|
||||
"json-resume"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.md": "markdownlint --fix"
|
||||
},
|
||||
"name": "hugo-mod-json-resume",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/schnerring/hugo-mod-json-resume.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "npm run lint:css && npm run lint:js && npm run lint:md",
|
||||
"lint:md": "markdownlint --fix **/*.md",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user