diff options
-rw-r--r-- | content/content.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/content.json b/content/content.json new file mode 100644 index 0000000..7368cca --- /dev/null +++ b/content/content.json @@ -0,0 +1,19 @@ +[ + { + "name": "Stundenplan", + "load": "content", + "url": "timetable.html" + }, + { + "name": "Gitlab", + "img": "https://gitlab.com/assets/favicon-075eba76312e8421991a0c1f89a89ee81678bcde72319dd3e8047e2a47cd3a42.ico", + "load": "href", + "url": "https://gitlab.com/MDWay" + }, + { + "name": "Github", + "img": "https://assets-cdn.github.com/favicon.ico", + "load": "href", + "url": "https://github.com/MDWay" + } +] |