diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-03-02 19:18:36 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-03-03 00:16:12 +0100 |
commit | 1b8001c75e31cc183d9dd486ea87020f5de3541b (patch) | |
tree | 1d6f837576c49c9dbaaec4b1343cf0cf52a0afcf | |
parent | bb60c5b869931f305f15c5bfa9cdb3f68702f01f (diff) | |
download | homer-1b8001c75e31cc183d9dd486ea87020f5de3541b.tar.gz homer-1b8001c75e31cc183d9dd486ea87020f5de3541b.tar.zst homer-1b8001c75e31cc183d9dd486ea87020f5de3541b.zip |
Add Matrix
-rw-r--r-- | public/assets/tools/matrix.png | bin | 0 -> 974 bytes | |||
-rw-r--r-- | public/config.yml | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/tools/matrix.png b/public/assets/tools/matrix.png new file mode 100644 index 0000000..b580cc5 --- /dev/null +++ b/public/assets/tools/matrix.png | |||
Binary files differ | |||
diff --git a/public/config.yml b/public/config.yml index bae6202..d7c4945 100644 --- a/public/config.yml +++ b/public/config.yml | |||
@@ -168,6 +168,12 @@ services: | |||
168 | links: | 168 | links: |
169 | - url: "http://www.rainloop.net/" | 169 | - url: "http://www.rainloop.net/" |
170 | name: "Project page" | 170 | name: "Project page" |
171 | - name: "Matrix" | ||
172 | logo: "assets/tools/matrix.png" | ||
173 | url: "https://tools.immae.eu/matrix" | ||
174 | links: | ||
175 | - url: "https://matrix.org/" | ||
176 | name: "Project page" | ||
171 | - name: "Video" | 177 | - name: "Video" |
172 | icon: "fas fa-video" | 178 | icon: "fas fa-video" |
173 | items: | 179 | items: |