Compare commits
2
Commits
46a039d2d2
...
e2df9c0501
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2df9c0501 | ||
|
|
964149e0bb |
@@ -29,6 +29,9 @@ module.exports = function(eleventyConfig) {
|
||||
// Watch JS files for changes
|
||||
eleventyConfig.addWatchTarget("src/assets/js/");
|
||||
|
||||
// Dynamic current-year shortcode for the footer
|
||||
eleventyConfig.addShortcode("year", () => new Date().getFullYear().toString());
|
||||
|
||||
// Configure browser sync to reload on CSS changes
|
||||
eleventyConfig.setBrowserSyncConfig({
|
||||
files: ['_site/assets/css/**/*.css', '_site/assets/js/**/*.js']
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"description": "We build custom web applications for grassroots associations, collectives and activist organisations, with rates that match your means.",
|
||||
"url": "https://o-k-i.net",
|
||||
"email": "kontak@o-k-i.net",
|
||||
"copyright": "© 2025 ORGANISATION KA INTERNATIONALE",
|
||||
"tagline": "Digital tools in service of your struggles",
|
||||
"og_tagline": "Taking back control of our internet",
|
||||
"keywords": "OKI, ORGANISATION KA INTERNATIONALE, custom web application, activist associations, web development, digital sovereignty, solidarity pricing, free software, Guadeloupe, Martinique, Caribbean, ethical digital, Castopod, KUTE, ethical hosting, GAFAM alternative",
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"description": "Nous développons des applications web sur mesure pour les associations, collectifs et organisations militantes, avec des tarifs adaptés à vos moyens.",
|
||||
"url": "https://o-k-i.net",
|
||||
"email": "kontak@o-k-i.net",
|
||||
"copyright": "© 2025 ORGANISATION KA INTERNATIONALE",
|
||||
"tagline": "Le numérique au service de vos luttes",
|
||||
"og_tagline": "Prenons le contrôle de notre internet",
|
||||
"keywords": "OKI, ORGANISATION KA INTERNATIONALE, application web sur mesure, associations militantes, développement web, souveraineté numérique, tarifs solidaires, logiciel libre, Guadeloupe, Martinique, Caraïbes, numérique éthique, Castopod, KUTE, hébergement libre, alternative GAFAM",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{{ t.site.name }}
|
||||
</p>
|
||||
<p class="footer-meta">
|
||||
{{ t.site.copyright }} | {{ t.site.tagline }}
|
||||
© {% year %} {{ t.site.name }} | {{ t.site.tagline }}
|
||||
</p>
|
||||
<p class="footer-legal">
|
||||
<a href="{% if locale == 'en' %}/en/legal-notice/{% else %}/mentions-legales/{% endif %}">
|
||||
|
||||
@@ -37,8 +37,8 @@ description: Legal notice and legal information of ORGANISATION KA INTERNATIONAL
|
||||
</li>
|
||||
<li style="margin-bottom: 1rem;">
|
||||
<strong style="color: var(--or-oki);">Hosting Provider:</strong><br>
|
||||
OVH<br>
|
||||
2 rue Kellermann, 59100 Roubaix
|
||||
o2switch<br>
|
||||
222-224 Boulevard Gustave Flaubert, 63000 Clermont-Ferrand, France
|
||||
</li>
|
||||
<li style="margin-bottom: 1rem;">
|
||||
<strong style="color: var(--or-oki);">Data Protection Officer:</strong><br>
|
||||
|
||||
@@ -38,8 +38,8 @@ description: Mentions légales et informations juridiques de l'ORGANISATION KA I
|
||||
</li>
|
||||
<li style="margin-bottom: 1rem;">
|
||||
<strong style="color: var(--or-oki);">Hébergeur :</strong><br>
|
||||
OVH<br>
|
||||
2 rue Kellermann, 59100 Roubaix
|
||||
o2switch<br>
|
||||
222-224 Boulevard Gustave Flaubert, 63000 Clermont-Ferrand
|
||||
</li>
|
||||
<li style="margin-bottom: 1rem;">
|
||||
<strong style="color: var(--or-oki);">Délégué à la protection des données :</strong><br>
|
||||
|
||||
Reference in New Issue
Block a user