mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-05 04:02:53 +02:00
Add way to disable site modules in config
This commit is contained in:
parent
a972bf6234
commit
f704547b25
8 changed files with 359 additions and 210 deletions
|
@ -3,6 +3,11 @@ module.exports = {
|
|||
siteName: "KevinK.dev",
|
||||
siteAuthor: "@Unkn0wnKevin",
|
||||
siteURL: "https://kevink.dev",
|
||||
modules: {
|
||||
blog: true,
|
||||
projects: true,
|
||||
donation: true,
|
||||
},
|
||||
payPalMail: "kevin@1in9.net",
|
||||
siteKeywords:
|
||||
"Kevin Kandlbinder, Kevin, Kandlbinder, Web, Web Developer, Developer, JavaScript, PHP, Java, Photos, Fotos",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue