diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-01 13:01:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 13:01:14 +0100 |
commit | 1a6d2cf085114f4c705f04c08f7491bb94c77126 (patch) | |
tree | 6dafec87d70e7651ab02e25d7850891b1e4301b6 | |
parent | 33e0b3720f2b37a6c9dcb7c746743b3bc1879b23 (diff) | |
download | ichtml-1a6d2cf085114f4c705f04c08f7491bb94c77126.tar.gz ichtml-1a6d2cf085114f4c705f04c08f7491bb94c77126.tar.bz2 ichtml-1a6d2cf085114f4c705f04c08f7491bb94c77126.zip |
Create content.json
-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" + } +] |