mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 16:37:00 +02:00
Run prettier on code
This commit is contained in:
parent
d542206091
commit
b8057f0e25
51 changed files with 28270 additions and 26529 deletions
35
config.js
35
config.js
|
@ -1,17 +1,18 @@
|
|||
// eslint-disable-next-line no-undef
|
||||
module.exports = {
|
||||
"siteName": "KevinK.dev",
|
||||
"siteAuthor": "@Unkn0wnKevin",
|
||||
"siteURL": "https://kevink.dev",
|
||||
"payPalMail": "kevin@1in9.net",
|
||||
"siteKeywords": "Kevin Kandlbinder, Kevin, Kandlbinder, Web, Web Developer, Developer, JavaScript, PHP, Java, Photos, Fotos",
|
||||
"iconPath": "src/images/fullbglogo@10x.png",
|
||||
"languages": ["en", "de"],
|
||||
"contactEmail": "kevin@kevink.dev",
|
||||
"contactPhone": "+4941068068004",
|
||||
"mapsLink": "https://goo.gl/maps/KVq9z1PVaVP2",
|
||||
"contactTwitter": "Unkn0wnKevin",
|
||||
"contactGitHub": "Unkn0wnCat",
|
||||
"contactMastodon": "@kevin@1in1.net",
|
||||
"contactMastodonHref": "https://mastodon.1in1.net/@kevin"
|
||||
};
|
||||
// eslint-disable-next-line no-undef
|
||||
module.exports = {
|
||||
siteName: "KevinK.dev",
|
||||
siteAuthor: "@Unkn0wnKevin",
|
||||
siteURL: "https://kevink.dev",
|
||||
payPalMail: "kevin@1in9.net",
|
||||
siteKeywords:
|
||||
"Kevin Kandlbinder, Kevin, Kandlbinder, Web, Web Developer, Developer, JavaScript, PHP, Java, Photos, Fotos",
|
||||
iconPath: "src/images/fullbglogo@10x.png",
|
||||
languages: ["en", "de"],
|
||||
contactEmail: "kevin@kevink.dev",
|
||||
contactPhone: "+4941068068004",
|
||||
mapsLink: "https://goo.gl/maps/KVq9z1PVaVP2",
|
||||
contactTwitter: "Unkn0wnKevin",
|
||||
contactGitHub: "Unkn0wnCat",
|
||||
contactMastodon: "@kevin@1in1.net",
|
||||
contactMastodonHref: "https://mastodon.1in1.net/@kevin",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue