Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
36
themes/mainroad/package.json
Normal file
36
themes/mainroad/package.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "mainroad",
|
||||
"version": "1.0.0",
|
||||
"description": "Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme",
|
||||
"license": "GPL-2.0",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.14",
|
||||
"editorconfig-checker": "^5.1.1",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"stylelint": "^15.10.1",
|
||||
"stylelint-order": "^6.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"lint:editorconfig": "editorconfig-checker",
|
||||
"lint:css": "stylelint static/css/*.css --aei",
|
||||
"lint:js": "eslint static/js/*.js",
|
||||
"lint": "npm run lint:css && npm run lint:js && npm run lint:editorconfig",
|
||||
"fix:prefixes": "postcss -r static/css/*.css",
|
||||
"fix:css": "stylelint static/css/*.css --aei --fix",
|
||||
"fix:js": "eslint static/js/*.js --fix",
|
||||
"fix": "npm run fix:prefixes && npm run fix:css && npm run fix:js",
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Vimux/Mainroad.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Vimux/Mainroad/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Vimux/Mainroad"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue