From 03972b04e6b38ed29cb5bb01147eaa57164ff267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 19 Dec 2022 10:43:36 +0100 Subject: [PATCH] . --- .gitignore | 1 + config.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 config.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..edc2143 --- /dev/null +++ b/config.json @@ -0,0 +1,14 @@ +{ + "name": "Template: Karriereportal", + "description": "A genereic Template for a Carear Page", + "image": "https://ik.imagekit.io/areya/tr:ar-5-3,w-800/clem-onojeghuo-fY8Jr4iuPQM-unsplash_3mfA3Jw6k.jpg", + "version": "0.1", + "author": { + "name": "Areya Webservices", + "link": "https://www.areya.de/" + }, + "lumino-version": { + "min": "3.5", + "max": "3.5" + } +} \ No newline at end of file