From 1a6d2cf085114f4c705f04c08f7491bb94c77126 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Wed, 1 Nov 2017 13:01:14 +0100 Subject: Create content.json --- content/content.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/content.json 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" + } +] -- cgit