format pugrc file as well
This commit is contained in:
11
.pugrc
11
.pugrc
@@ -42,17 +42,10 @@
|
|||||||
"gitea": "Gitea"
|
"gitea": "Gitea"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"email": [
|
"email": ["hello", "at", "dailysh.it"],
|
||||||
"hello",
|
|
||||||
"at",
|
|
||||||
"dailysh.it"
|
|
||||||
],
|
|
||||||
"name": "Michael W. Czechowski",
|
"name": "Michael W. Czechowski",
|
||||||
"logoSvg": "./src/assets/nls.svg",
|
"logoSvg": "./src/assets/nls.svg",
|
||||||
"jobTitle": [
|
"jobTitle": ["Web Technologies ", "Software Architecture"]
|
||||||
"Web Technologies ",
|
|
||||||
"Software Architecture"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"professional": {
|
"professional": {
|
||||||
"title": "Professional Approach",
|
"title": "Professional Approach",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "parcel --public-url / index.pug --open",
|
"start": "parcel --public-url / index.pug --open",
|
||||||
"build": "parcel build index.pug --no-minify",
|
"build": "parcel build index.pug --no-minify",
|
||||||
"format": "npx prettier --write src/**/*.{ts,pug} index.pug package.json",
|
"format": "npx prettier --write src/**/*.pug index.pug package.json && npx prettier --write --parser json .pugrc",
|
||||||
"deploy": "make deploy"
|
"deploy": "make deploy"
|
||||||
},
|
},
|
||||||
"author": "Michael Werner Czechowski <mail@dailysh.it>",
|
"author": "Michael Werner Czechowski <mail@dailysh.it>",
|
||||||
|
|||||||
Reference in New Issue
Block a user