Compare commits

..

2 commits

Author SHA1 Message Date
ayakael
0dfd6391cb
templates/page: update favicon and icon
Some checks failed
/ render (push) Failing after 33s
2025-02-19 00:48:56 -05:00
ayakael
246fe9901f
ikiwiki.setup: update name 2025-02-19 00:42:00 -05:00
10 changed files with 30 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Before After
Before After

BIN
favicon-96x96.png Normal file

Binary file not shown.

After

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.9 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

1
favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB