dockerfile

This commit is contained in:
axel ouande 2024-12-06 16:42:24 +01:00
parent c339edf02c
commit bba2a5912b
14 changed files with 229 additions and 101 deletions

View File

@ -1 +1,42 @@
# ttt
---
title: "Faire un don"
# meta title
meta_title: ""
# meta description
description: "This is meta description"
# save as draft
draft: false
---
# Les Marmoulins de Ménil cest où, cest quoi ?
![](/images/acc1.jpg)
Ménilmontant, cest un quartier populaire du XXème arrondissement de Paris. Notre association y a vu le jour au sein de BMG, très ancien atelier de réparation de cycles et formidable lieu de vie et dentraide.
Rungis, cest le marché international qui centralise toute la nourriture dIle de France. Ce sont aussi des quantités énormes de denrées non vendables mais parfaitement consommables (emballages abîmés, dates de ventes limites ainsi que des dons dentrepreneur.se.s sensibles à notre action).
Depuis 2015, les Marmoulins de Ménil font donc la navette trois fois par semaine entre Rungis / Ménilmontant/ la Maison du Bas Belleville et distribuent tous les produits récupérés. Nous avons obtenu un local dans lequel les activités de soutien scolaire, daide administrative et juridique et surtout, les distributions ont lieu. Les ateliers sportifs se déroulent à St Blaise et le yoga et la gym place Henri Matisse..
Tout cela crée du lien, tisse de belles relations dans notre quartier qui fourmille de richesse humaine, tout en aidant à remplir les frigos et les ventres !
#### Face à la progression de la pauvreté, laide alimentaire est plus que jamais nécessaire et revêt toute sa dimension humaine. au delà du besoin alimentaire elle est aussi une réponse à lexclusion sociale.
## NOTRE HISTOIRE
Les Marmoulins de Ménil est une association parisienne, créée en 2015, engagée dans les enjeux dinégalités sociales et les problématiques environnementales. Elle inscrit son action dans le quartier de Ménilmontant et lEst parisien. Elle sappuie sur une centaine dadhérent.e.s qui soutiennent les actions menées bénévolement.
Tout est parti dun constat simple : la difficulté pour une portion de la population à se nourrir correctement, alors que de grandes quantités de nourriture étaient jetées chaque année.
Cest en démarchant les négociant.e.s du Marché International de Rungis que nous avons constaté lampleur des volumes dinvendus alimentaire mis au rebut au quotidien. Lopportunité de récupérer ces invendus pour les redistribuer aux plus fragiles des habitant.e.s du quartier est devenue une évidence.
Depuis maintenant 7 ans, nous mettons en place, tous les mardi et vendredi, une redistribution des produits collectés le matin, au départ dans la boutique BMG et depuis juillet dans notre local.
Une troisième distribution se fait depuis deux ans à la Maison du Bas Belleville, 5 rue de Tourtille Paris 20ème tous les mercredi.
Très vite, une vie de quartier sest développée autour de lactivité de redistribution. De nouveaux besoins ont été identifiés de ce fait. Plusieurs ateliers ont vu le jour progressivement:
• Activités self-défense gym et yoga
* Accompagnement administratif
* Soutien scolaire et écrivain.e.s public.
Plusieurs acteurs associatifs du quartier sont associés aux activités des Marmoulins de Ménil : Diamants dAfrique, La Cantine des Pyrénées, Un Autre monde, la Main de lautre, le Dorothy, la 20ème chaise, le garage numérique, la flèche dor…

15
marmoulins/dockerfile Normal file
View File

@ -0,0 +1,15 @@
FROM nginx:1.21.6-alpine
COPY public/ .
RUN chown -R nginx:nginx /usr/share/nginx/html && chmod -R 755 /usr/share/nginx/html && \
chown -R nginx:nginx /var/cache/nginx && \
chown -R nginx:nginx /var/log/nginx && \
chown -R nginx:nginx /etc/nginx/conf.d
RUN touch /var/run/nginx.pid && \
chown -R nginx:nginx /var/run/nginx.pid
USER nginx
EXPOSE 80
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD curl -f http://localhost/ || exit 1
CMD ["nginx", "-g", "daemon off;"]

View File

@ -4,10 +4,13 @@ title = 'Les marmoulins'
theme = ["osm", "papermod"]
sectionPagesMenu = 'main'
[params]
ShowShareButtons = true
[menus]
[[menus.main]]
name = 'Accueil'
pageRef = '/'
pageRef = '/index'
weight = 10
[[menus.main]]
name = 'Nos actions'

View File

@ -1,24 +1,24 @@
<!DOCTYPE html>
<html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<meta name="robots" content="index, follow">
<title>404 Page not found | Les marmoulins</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/404.html">
<link rel="canonical" href="https://example.org/404.html">
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6fcd20a4fb86efa4dfac8ec95da60244cc8871042183da1ef28e3a762ad79c8.css" integrity="sha256-1vzSCk&#43;4bvpN&#43;sjsldpgJEzIhxBCGD2h7yjjp2Ktecg=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<link rel="icon" href="https://example.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://example.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://example.org/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://example.org/apple-touch-icon.png">
<link rel="mask-icon" href="https://example.org/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
<link rel="alternate" hreflang="en" href="https://example.org/404.html">
<noscript>
<style>
#theme-toggle,
@ -55,13 +55,21 @@
}
</style>
</noscript>
</noscript><meta property="og:url" content="https://example.org/404.html">
<meta property="og:site_name" content="Les marmoulins">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="fr">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="">
</head>
<body class="list" id="top"><header>
<div class="container">
<a class="navbar-brand" href="http://localhost:1313/">
<a class="navbar-brand" href="https://example.org/">
<img src="/images/logo.png" alt="Les marmoulins Logo" width="300" />
</a>
</div>
@ -80,7 +88,7 @@
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<a href="https://example.org/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@ -106,27 +114,27 @@
</div>
<ul id="menu">
<li>
<a href="http://localhost:1313/" title="Accueil">
<a href="https://example.org/" title="Accueil">
<span>Accueil</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Nos actions">
<a href="https://example.org/" title="Nos actions">
<span>Nos actions</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Faire un don">
<a href="https://example.org/" title="Faire un don">
<span>Faire un don</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Contactez-nous">
<a href="https://example.org/" title="Contactez-nous">
<span>Contactez-nous</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Devenir un bénévole">
<a href="https://example.org/" title="Devenir un bénévole">
<span>Devenir un bénévole</span>
</a>
</li>
@ -138,7 +146,7 @@
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">Les marmoulins</a></span> ·
<span>&copy; 2024 <a href="https://example.org/">Les marmoulins</a></span> ·
<span>
Powered by
@ -156,12 +164,12 @@
<div class="footer-menus text-center">
<ul class="menu-list flex justify-center space-x-6">
<li>
<a href="/nos-actions" class="text-theme-light hover:underline">
<a href="/actions" class="text-theme-light hover:underline">
Nos actions
</a>
</li>
<li>
<a href="/faire-un-don" class="text-theme-light hover:underline">
<a href="/faireundon" class="text-theme-light hover:underline">
Faire un don
</a>
</li>

View File

@ -1,25 +1,25 @@
<!DOCTYPE html>
<html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<meta name="robots" content="index, follow">
<title>Categories | Les marmoulins</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/categories/">
<link rel="canonical" href="https://example.org/categories/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6fcd20a4fb86efa4dfac8ec95da60244cc8871042183da1ef28e3a762ad79c8.css" integrity="sha256-1vzSCk&#43;4bvpN&#43;sjsldpgJEzIhxBCGD2h7yjjp2Ktecg=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<link rel="icon" href="https://example.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://example.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://example.org/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://example.org/apple-touch-icon.png">
<link rel="mask-icon" href="https://example.org/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml">
<link rel="alternate" hreflang="en" href="http://localhost:1313/categories/">
<link rel="alternate" type="application/rss+xml" href="https://example.org/categories/index.xml">
<link rel="alternate" hreflang="en" href="https://example.org/categories/">
<noscript>
<style>
#theme-toggle,
@ -56,13 +56,21 @@
}
</style>
</noscript>
</noscript><meta property="og:url" content="https://example.org/categories/">
<meta property="og:site_name" content="Les marmoulins">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="fr">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Categories">
<meta name="twitter:description" content="">
</head>
<body class="list" id="top"><header>
<div class="container">
<a class="navbar-brand" href="http://localhost:1313/">
<a class="navbar-brand" href="https://example.org/">
<img src="/images/logo.png" alt="Les marmoulins Logo" width="300" />
</a>
</div>
@ -81,7 +89,7 @@
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<a href="https://example.org/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@ -107,27 +115,27 @@
</div>
<ul id="menu">
<li>
<a href="http://localhost:1313/" title="Accueil">
<a href="https://example.org/" title="Accueil">
<span>Accueil</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Nos actions">
<a href="https://example.org/" title="Nos actions">
<span>Nos actions</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Faire un don">
<a href="https://example.org/" title="Faire un don">
<span>Faire un don</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Contactez-nous">
<a href="https://example.org/" title="Contactez-nous">
<span>Contactez-nous</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Devenir un bénévole">
<a href="https://example.org/" title="Devenir un bénévole">
<span>Devenir un bénévole</span>
</a>
</li>
@ -144,7 +152,7 @@
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">Les marmoulins</a></span> ·
<span>&copy; 2024 <a href="https://example.org/">Les marmoulins</a></span> ·
<span>
Powered by
@ -162,12 +170,12 @@
<div class="footer-menus text-center">
<ul class="menu-list flex justify-center space-x-6">
<li>
<a href="/nos-actions" class="text-theme-light hover:underline">
<a href="/actions" class="text-theme-light hover:underline">
Nos actions
</a>
</li>
<li>
<a href="/faire-un-don" class="text-theme-light hover:underline">
<a href="/faireundon" class="text-theme-light hover:underline">
Faire un don
</a>
</li>

View File

@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Categories on Les marmoulins</title>
<link>http://localhost:1313/categories/</link>
<link>https://example.org/categories/</link>
<description>Recent content in Categories on Les marmoulins</description>
<generator>Hugo -- 0.139.2</generator>
<language>fr</language>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

View File

@ -2,25 +2,25 @@
<html lang="en" dir="auto">
<head>
<meta name="generator" content="Hugo 0.139.2"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta name="generator" content="Hugo 0.139.2"><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<meta name="robots" content="index, follow">
<title>Les marmoulins</title>
<meta name="description" content="">
<meta name="description" content="This is meta description">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/">
<link rel="canonical" href="https://example.org/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6fcd20a4fb86efa4dfac8ec95da60244cc8871042183da1ef28e3a762ad79c8.css" integrity="sha256-1vzSCk&#43;4bvpN&#43;sjsldpgJEzIhxBCGD2h7yjjp2Ktecg=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<link rel="icon" href="https://example.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://example.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://example.org/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://example.org/apple-touch-icon.png">
<link rel="mask-icon" href="https://example.org/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml">
<link rel="alternate" hreflang="en" href="http://localhost:1313/">
<link rel="alternate" type="application/rss+xml" href="https://example.org/index.xml">
<link rel="alternate" hreflang="en" href="https://example.org/">
<noscript>
<style>
#theme-toggle,
@ -57,13 +57,35 @@
}
</style>
</noscript>
</noscript><meta property="og:url" content="https://example.org/">
<meta property="og:site_name" content="Les marmoulins">
<meta property="og:title" content="Faire un don">
<meta property="og:description" content="This is meta description">
<meta property="og:locale" content="fr">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Faire un don">
<meta name="twitter:description" content="This is meta description">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Les marmoulins",
"url": "https://example.org/",
"description": "",
"logo": "https://example.org/favicon.ico",
"sameAs": [
]
}
</script>
</head>
<body class="list" id="top"><header>
<div class="container">
<a class="navbar-brand" href="http://localhost:1313/">
<a class="navbar-brand" href="https://example.org/">
<img src="/images/logo.png" alt="Les marmoulins Logo" width="300" />
</a>
</div>
@ -82,7 +104,7 @@
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<a href="https://example.org/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@ -108,27 +130,27 @@
</div>
<ul id="menu">
<li>
<a href="http://localhost:1313/" title="Accueil">
<a href="https://example.org/" title="Accueil">
<span class="active">Accueil</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Nos actions">
<a href="https://example.org/" title="Nos actions">
<span class="active">Nos actions</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Faire un don">
<a href="https://example.org/" title="Faire un don">
<span class="active">Faire un don</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Contactez-nous">
<a href="https://example.org/" title="Contactez-nous">
<span class="active">Contactez-nous</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Devenir un bénévole">
<a href="https://example.org/" title="Devenir un bénévole">
<span class="active">Devenir un bénévole</span>
</a>
</li>
@ -136,14 +158,37 @@
</nav>
</header>
<main class="main">
<div class="post-content"><h1 id="ttt">ttt<a hidden class="anchor" aria-hidden="true" href="#ttt">#</a></h1>
<div class="post-content"><h1 id="les-marmoulins-de-ménil-cest-où-cest-quoi-">Les Marmoulins de Ménil cest où, cest quoi ?<a hidden class="anchor" aria-hidden="true" href="#les-marmoulins-de-ménil-cest-où-cest-quoi-">#</a></h1>
<p><img loading="lazy" src="/images/acc1.jpg"></p>
<p>Ménilmontant, cest un quartier populaire du XXème arrondissement de Paris. Notre association y a vu le jour au sein de BMG, très ancien atelier de réparation de cycles et formidable lieu de vie et dentraide.</p>
<p>Rungis, cest le marché international qui centralise toute la nourriture dIle de France. Ce sont aussi des quantités énormes de denrées non vendables mais parfaitement consommables (emballages abîmés, dates de ventes limites ainsi que des dons dentrepreneur.se.s sensibles à notre action).</p>
<p>Depuis 2015, les Marmoulins de Ménil font donc la navette trois fois par semaine entre Rungis / Ménilmontant/ la Maison du Bas Belleville et distribuent tous les produits récupérés. Nous avons obtenu un local dans lequel les activités de soutien scolaire, daide administrative et juridique et surtout, les distributions ont lieu. Les ateliers sportifs se déroulent à St Blaise et le yoga et la gym place Henri Matisse..</p>
<p>Tout cela crée du lien, tisse de belles relations dans notre quartier qui fourmille de richesse humaine, tout en aidant à remplir les frigos et les ventres !</p>
<h4 id="face-à-la-progression-de-la-pauvreté-laide-alimentaire-est-plus-que-jamais-nécessaire-et-revêt-toute-sa-dimension-humaine-au-delà-du-besoin-alimentaire-elle-est-aussi-une-réponse-à-lexclusion-sociale">Face à la progression de la pauvreté, laide alimentaire est plus que jamais nécessaire et revêt toute sa dimension humaine. au delà du besoin alimentaire elle est aussi une réponse à lexclusion sociale.<a hidden class="anchor" aria-hidden="true" href="#face-à-la-progression-de-la-pauvreté-laide-alimentaire-est-plus-que-jamais-nécessaire-et-revêt-toute-sa-dimension-humaine-au-delà-du-besoin-alimentaire-elle-est-aussi-une-réponse-à-lexclusion-sociale">#</a></h4>
<h2 id="notre-histoire">NOTRE HISTOIRE<a hidden class="anchor" aria-hidden="true" href="#notre-histoire">#</a></h2>
<p>Les Marmoulins de Ménil est une association parisienne, créée en 2015, engagée dans les enjeux dinégalités sociales et les problématiques environnementales. Elle inscrit son action dans le quartier de Ménilmontant et lEst parisien. Elle sappuie sur une centaine dadhérent.e.s qui soutiennent les actions menées bénévolement.
Tout est parti dun constat simple : la difficulté pour une portion de la population à se nourrir correctement, alors que de grandes quantités de nourriture étaient jetées chaque année.</p>
<p>Cest en démarchant les négociant.e.s du Marché International de Rungis que nous avons constaté lampleur des volumes dinvendus alimentaire mis au rebut au quotidien. Lopportunité de récupérer ces invendus pour les redistribuer aux plus fragiles des habitant.e.s du quartier est devenue une évidence.</p>
<p>Depuis maintenant 7 ans, nous mettons en place, tous les mardi et vendredi, une redistribution des produits collectés le matin, au départ dans la boutique BMG et depuis juillet dans notre local.</p>
<p>Une troisième distribution se fait depuis deux ans à la Maison du Bas Belleville, 5 rue de Tourtille Paris 20ème tous les mercredi.</p>
<p>Très vite, une vie de quartier sest développée autour de lactivité de redistribution. De nouveaux besoins ont été identifiés de ce fait. Plusieurs ateliers ont vu le jour progressivement:
• Activités self-défense gym et yoga</p>
<ul>
<li>
<p>Accompagnement administratif</p>
</li>
<li>
<p>Soutien scolaire et écrivain.e.s public.</p>
</li>
</ul>
<p>Plusieurs acteurs associatifs du quartier sont associés aux activités des Marmoulins de Ménil : Diamants dAfrique, La Cantine des Pyrénées, Un Autre monde, la Main de lautre, le Dorothy, la 20ème chaise, le garage numérique, la flèche dor…</p>
</div>
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">Les marmoulins</a></span> ·
<span>&copy; 2024 <a href="https://example.org/">Les marmoulins</a></span> ·
<span>
Powered by
@ -161,12 +206,12 @@
<div class="footer-menus text-center">
<ul class="menu-list flex justify-center space-x-6">
<li>
<a href="/nos-actions" class="text-theme-light hover:underline">
<a href="/actions" class="text-theme-light hover:underline">
Nos actions
</a>
</li>
<li>
<a href="/faire-un-don" class="text-theme-light hover:underline">
<a href="/faireundon" class="text-theme-light hover:underline">
Faire un don
</a>
</li>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Les marmoulins</title>
<link>http://localhost:1313/</link>
<description>Recent content on Les marmoulins</description>
<title>Faire un don on Les marmoulins</title>
<link>https://example.org/</link>
<description>Recent content in Faire un don on Les marmoulins</description>
<generator>Hugo -- 0.139.2</generator>
<language>fr</language>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<title>http://localhost:1313/</title>
<link rel="canonical" href="http://localhost:1313/">
<title>https://example.org/</title>
<link rel="canonical" href="https://example.org/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
<meta http-equiv="refresh" content="0; url=https://example.org/">
</head>
</html>

View File

@ -2,10 +2,10 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/</loc>
<loc>https://example.org/categories/</loc>
</url><url>
<loc>http://localhost:1313/categories/</loc>
<loc>https://example.org/</loc>
</url><url>
<loc>http://localhost:1313/tags/</loc>
<loc>https://example.org/tags/</loc>
</url>
</urlset>

View File

@ -1,25 +1,25 @@
<!DOCTYPE html>
<html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<meta name="robots" content="index, follow">
<title>Tags | Les marmoulins</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/tags/">
<link rel="canonical" href="https://example.org/tags/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6fcd20a4fb86efa4dfac8ec95da60244cc8871042183da1ef28e3a762ad79c8.css" integrity="sha256-1vzSCk&#43;4bvpN&#43;sjsldpgJEzIhxBCGD2h7yjjp2Ktecg=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<link rel="icon" href="https://example.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://example.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://example.org/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://example.org/apple-touch-icon.png">
<link rel="mask-icon" href="https://example.org/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/index.xml">
<link rel="alternate" hreflang="en" href="http://localhost:1313/tags/">
<link rel="alternate" type="application/rss+xml" href="https://example.org/tags/index.xml">
<link rel="alternate" hreflang="en" href="https://example.org/tags/">
<noscript>
<style>
#theme-toggle,
@ -56,13 +56,21 @@
}
</style>
</noscript>
</noscript><meta property="og:url" content="https://example.org/tags/">
<meta property="og:site_name" content="Les marmoulins">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="fr">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tags">
<meta name="twitter:description" content="">
</head>
<body class="list" id="top"><header>
<div class="container">
<a class="navbar-brand" href="http://localhost:1313/">
<a class="navbar-brand" href="https://example.org/">
<img src="/images/logo.png" alt="Les marmoulins Logo" width="300" />
</a>
</div>
@ -81,7 +89,7 @@
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<a href="https://example.org/" accesskey="h" title="Les marmoulins (Alt + H)">Les marmoulins</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
@ -107,27 +115,27 @@
</div>
<ul id="menu">
<li>
<a href="http://localhost:1313/" title="Accueil">
<a href="https://example.org/" title="Accueil">
<span>Accueil</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Nos actions">
<a href="https://example.org/" title="Nos actions">
<span>Nos actions</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Faire un don">
<a href="https://example.org/" title="Faire un don">
<span>Faire un don</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Contactez-nous">
<a href="https://example.org/" title="Contactez-nous">
<span>Contactez-nous</span>
</a>
</li>
<li>
<a href="http://localhost:1313/" title="Devenir un bénévole">
<a href="https://example.org/" title="Devenir un bénévole">
<span>Devenir un bénévole</span>
</a>
</li>
@ -144,7 +152,7 @@
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">Les marmoulins</a></span> ·
<span>&copy; 2024 <a href="https://example.org/">Les marmoulins</a></span> ·
<span>
Powered by
@ -162,12 +170,12 @@
<div class="footer-menus text-center">
<ul class="menu-list flex justify-center space-x-6">
<li>
<a href="/nos-actions" class="text-theme-light hover:underline">
<a href="/actions" class="text-theme-light hover:underline">
Nos actions
</a>
</li>
<li>
<a href="/faire-un-don" class="text-theme-light hover:underline">
<a href="/faireundon" class="text-theme-light hover:underline">
Faire un don
</a>
</li>

View File

@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Tags on Les marmoulins</title>
<link>http://localhost:1313/tags/</link>
<link>https://example.org/tags/</link>
<description>Recent content in Tags on Les marmoulins</description>
<generator>Hugo -- 0.139.2</generator>
<language>fr</language>
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB