Compare commits

..

No commits in common. "0dfd6391cb01bfafe371991bd204cb1c581733bb" and "998cc27b408c690993d02c3537277224d67ca84b" have entirely different histories.

10 changed files with 27 additions and 30 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 29 KiB

View file

@ -8,9 +8,9 @@
# Remember to re-run ikiwiki --setup any time you edit this file. # Remember to re-run ikiwiki --setup any time you edit this file.
# #
# name of the wiki # name of the wiki
wikiname: delegationetudiante.org wikiname: ilot.io
# contact email for wiki # contact email for wiki
adminemail: ca@delegationetudiante.org adminemail: support@ilot.io
# users who are wiki admins # users who are wiki admins
adminuser: [] adminuser: []
# users who are banned from the wiki # users who are banned from the wiki
@ -20,7 +20,7 @@ srcdir: ./
# where to build the wiki # where to build the wiki
destdir: ./public destdir: ./public
# base url to the wiki # base url to the wiki
url: https://delegationetudiante.org url: https://ilot.io
# url to the ikiwiki.cgi # url to the ikiwiki.cgi
cgiurl: '' cgiurl: ''
# do not adjust cgiurl if CGI is accessed via different URL # do not adjust cgiurl if CGI is accessed via different URL

View file

@ -1,21 +1,19 @@
{ {
"name": "Délégation étudiante", "name": "",
"short_name": "Délégation étudiante", "short_name": "",
"icons": [ "icons": [
{ {
"src": "/web-app-manifest-192x192.png", "src": "/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png"
"purpose": "maskable" },
}, {
{ "src": "/android-chrome-512x512.png",
"src": "/web-app-manifest-512x512.png", "sizes": "512x512",
"sizes": "512x512", "type": "image/png"
"type": "image/png", }
"purpose": "maskable" ],
} "theme_color": "#ffffff",
], "background_color": "#ffffff",
"theme_color": "#ffffff", "display": "standalone"
"background_color": "#ffffff",
"display": "standalone"
} }

View file

@ -13,12 +13,12 @@
<!-- for the record: it is absolutely ridiculous that new browsers <!-- for the record: it is absolutely ridiculous that new browsers
*and* operating systems each want their own little precious *and* operating systems each want their own little precious
snowflake just for a frigging icon --> snowflake just for a frigging icon -->
<link rel="icon" type="image/png" href="<TMPL_VAR BASEURL>favicon-96x96.png" sizes="96x96" /> <link rel="apple-touch-icon" sizes="180x180" href="<TMPL_VAR BASEURL>apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="<TMPL_VAR BASEURL>favicon.svg" /> <link rel="icon" type="image/png" sizes="32x32" href="<TMPL_VAR BASEURL>favicon-32x32.png">
<link rel="shortcut icon" href="<TMPL_VAR BASEURL>favicon.ico" /> <link rel="icon" type="image/png" sizes="16x16" href="<TMPL_VAR BASEURL>favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="<TMPL_VAR BASEURL>apple-touch-icon.png" /> <link rel="manifest" href="<TMPL_VAR BASEURL>site.webmanifest">
<meta name="apple-mobile-web-app-title" content="Délégation étudiante" /> <meta name="msapplication-TileColor" content="#da532c">
<link rel="manifest" href="<TMPL_VAR BASEURL>site.webmanifest" /> <meta name="theme-color" content="#ffffff">
<!-- ikiwiki CSS --> <!-- ikiwiki CSS -->
<link href="<TMPL_VAR BASEURL>css/style.css" rel="stylesheet" /> <link href="<TMPL_VAR BASEURL>css/style.css" rel="stylesheet" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB