added menu and caret
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2023-05-09 00:16:46 +02:00
parent eda672569f
commit b97eb40517
7 changed files with 154 additions and 37 deletions

View file

@ -16,5 +16,18 @@
"icon": "de",
"url": "https://samuel-philipp.de"
}
]
],
"menu": {
"title": {
"de": "Menü",
"en": "Menu"
},
"items": [
"about",
"resume",
"projects",
"skills",
"interests"
]
}
}

View file

@ -36,7 +36,7 @@
"company": "AV-TEST GmbH",
"url": "https://www.av-test.org",
"start": "Jan. 2018",
"end": "heute",
"end": "Apr. 2023",
"descriptions": [
"Threat Intelligence Plattform <a href=\"https://av-atlas.org\">av-atlas.org</a>",
"Automatisierte Datenschutzanalyse von Android Apps",

View file

@ -36,7 +36,7 @@
"company": "AV-TEST GmbH",
"url": "https://www.av-test.org",
"start": "Jan. 2018",
"end": "now",
"end": "Apr. 2023",
"descriptions": [
"Threat Intelligence Platform <a href=\"https://av-atlas.org\">av-atlas.org</a>",
"Automated privacy analysis of Android apps",

View file

@ -1,4 +1,4 @@
const site = require("./site.json");
const site = require("./global.json");
site.buildTime = new Date();
site.lang = process.env.LANGUAGE || 'en';