Delegate site-config to config.js

This commit is contained in:
Kevin Kandlbinder 2020-12-22 17:09:22 +01:00
parent fb00463fb8
commit 186ebe2caa
3 changed files with 21 additions and 9 deletions

8
config.js Normal file
View file

@ -0,0 +1,8 @@
module.exports = {
"siteName": "KevinK.dev",
"siteAuthor": "@Unkn0wnKevin",
"siteURL": "https://kevink.dev",
"siteKeywords": "Kevin Kandlbinder, Kevin, Kandlbinder, Web, Web Developer, Developer, JavaScript, PHP, Java, Photos, Fotos",
"iconPath": "src/images/fullbglogo@10x.png",
"languages": ["en", "de"]
};