diff --git a/assets/images/vf.png b/assets/images/vf.png new file mode 100644 index 00000000..57a16f1f Binary files /dev/null and b/assets/images/vf.png differ diff --git a/content/gotogether/2024-10-10-rendez-vous-le-5-novembre-pour-lévénement-régional-paca-de-la-mobilité-inclusive.md b/content/gotogether/2024-10-10-rendez-vous-le-5-novembre-pour-lévénement-régional-paca-de-la-mobilité-inclusive.md new file mode 100644 index 00000000..b294f102 --- /dev/null +++ b/content/gotogether/2024-10-10-rendez-vous-le-5-novembre-pour-lévénement-régional-paca-de-la-mobilité-inclusive.md @@ -0,0 +1,61 @@ +--- +title: Rendez vous le 5 Novembre pour l'événement régional PACA de la mobilité + inclusive +date: 2024-10-10T12:13:46.781Z +featuredimage: /images/vf.png +description: Le Réseau Mob'In PACA, dont COOPGO est membre, organise le 5 + novembre prochain, au CEREMA (Aix-en-Provence) un grand événement régional + dédié à la mobilité inclusive, solidaire et durable. +--- +# Rendez vous le 5 Novembre pour l'événement régional PACA de la mobilité inclusive + +Le Réseau Mob'In PACA, dont COOPGO est membre, organise le **5 novembre prochain, au CEREMA (Aix-en-Provence)** un grand événement régional dédié à la **mobilité inclusive, solidaire et durable**. + + + +En partenariat avec l'ADEME, la Banque des Territoires, le CEREMA et en lien avec le programme d'écomobilité inclusive TIMS, il rassemblera, tout au long de la journée, des acteurs locaux et institutionnels issus de toute la région. + +Cet événement sera également l'occasion de dévoiler le guide du Réseau Mob'In PACA ***Avancer vers des Plans d'Action Mobilité Solidaire*** auquel COOPGO, avec d'autres structures, a contribué. + +## Au programme + +### Matin (9h30-12h30) + +* **9h30 :** Accueil café +* **9h45 :** Discours introductifs (Réseau Mob’In PACA et partenaires) +* **10h15 :** Table ronde : Financer et coordonner des actions mobilité inclusive et solidaire +* **11h15 :** Table ronde : Avancer vers des Plans d’Action pour la Mobilité Solidaire en PACA + + * En introduction de la table ronde : Présentation du Guide Mob’In PACA 2024 “Avancer vers des Plans d’Action Mobilité Solidaire” +* **12h15 :** Synthèse de la matinée par Yolande Eskenazi, Commissaire à la Lutte contre la Pauvreté + + + +### Pause déjeuner (12h30-13h45) + +Un repas vous est proposé sur place (sur inscription), en parallèle de la mise en place du Village mobilité. + + + +### Après-midi (14h-16h30) + +**Échanges de pratiques :** + +* **14h-14h45 :** Financer et coordonner une plateforme mobilité +* **14h45-15h30 :** Conseillers en mobilité inclusive +* **15h30-16h15 :** Intégrer l’écomobilité dans les accompagnements + + **Animations :** + +* Serious game Mobilimix (CEREMA) +* Simulateur conduite (Mission Locale de Toulon) + + **Village mobilité / stands :** + +* Projets TIMS +* Projet Mob’In PACA “Intégration des étrangers primo-arrivants par la mobilité” +* Adhérents Mob’In et acteurs locaux + +### Fin : 16h30 + +J'espère vous y retrouver ! \ No newline at end of file diff --git a/static/admin/config.yml b/static/admin/config.yml index dee53505..c2afd168 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -1,14 +1,21 @@ +local_backend: true + backend: name: git-gateway - branch: master # Branch to update (optional; defaults to master) -publish_mode: editorial_workflow -media_folder: "static/images/uploads" # Media files will be stored in the repo under static/images/uploads -public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads +#backend: +# name: gitea +# repo: websites/coopgo # Path to your Gitea repository +# app_id: 79f9b555-62c0-414a-a1d4-5e75f2f1e12f # The Client ID provided by Gitea +# api_root: https://git.coopgo.io/api/v1 # API URL of your Gitea instance +# base_url: https://git.coopgo.io # Root URL of your Gitea instance +# auth_endpoint: https://git.coopgo.io/login/oauth/authorize +media_folder: assets/images/ +public_folder: /images/ collections: - name: 'gotogether' - label: 'GOTOGETHER le mag' + label: 'Go Together' folder: 'content/gotogether' create: true slug: '{{year}}-{{month}}-{{day}}-{{slug}}' @@ -17,5 +24,84 @@ collections: fields: - { label: 'Title', name: 'title', widget: 'string' } - { label: 'Publish Date', name: 'date', widget: 'datetime' } + - { label: 'Featured image', name: 'featuredimage', widget: 'image' } - { label: 'Description', name: 'description', widget: 'string' } - - { label: 'Body', name: 'body', widget: 'markdown' } \ No newline at end of file + - { label: 'Body', name: 'body', widget: 'markdown' } + - name: 'pages' + label: 'Pages' + folder: 'content/pages' + create: true + slug: '{{year}}-{{month}}-{{day}}-{{slug}}' + editor: + preview: false + fields: + - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Publish Date', name: 'date', widget: 'datetime' } + - { label: 'Featured image', name: 'featuredimage', widget: 'image' } + - { label: 'Description', name: 'description', widget: 'string' } + - { label: 'Body', name: 'body', widget: 'markdown' } + - name: 'projects' + label: 'Projects' + folder: 'content/projects' + create: true + slug: '{{year}}-{{month}}-{{day}}-{{slug}}' + editor: + preview: false + fields: + - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Publish Date', name: 'date', widget: 'datetime' } + - { label: 'Featured image', name: 'featuredimage', widget: 'image' } + - { label: 'Description', name: 'description', widget: 'string' } + - { label: 'Body', name: 'body', widget: 'markdown' } + - name: 'kitandgo' + label: 'KIT&Go' + folder: 'content/gotogether/kitandgo' + create: true + slug: '{{year}}-{{month}}-{{day}}-{{slug}}' + editor: + preview: false + fields: + - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Publish Date', name: 'date', widget: 'datetime' } + - { label: 'Featured image', name: 'featuredimage', widget: 'image' } + - { label: 'Description', name: 'description', widget: 'string' } + - { label: 'Body', name: 'body', widget: 'markdown' } + - name: 'references' + label: 'References' + folder: 'content/references' + create: true + slug: '{{year}}-{{month}}-{{day}}-{{slug}}' + editor: + preview: false + fields: + - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Publish Date', name: 'date', widget: 'datetime' } + - { label: 'Description', name: 'description', widget: 'string' } + - { label: 'Featured image', name: 'featuredimage', widget: 'image' } + - { label: 'Body', name: 'body', widget: 'markdown' } + - name: 'emplois' + label: 'Emplois' + folder: 'content/emplois' + create: true + slug: '{{year}}-{{month}}-{{day}}-{{slug}}' + editor: + preview: false + fields: + - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Publish Date', name: 'date', widget: 'datetime' } + - { label: 'Featured image', name: 'featuredimage', widget: 'image' } + - { label: 'Description', name: 'description', widget: 'string' } + - { label: 'Body', name: 'body', widget: 'markdown' } + - name: 'other' + label: 'Autres pages' + folder: 'content' + create: true + slug: '{{year}}-{{month}}-{{day}}-{{slug}}' + editor: + preview: false + fields: + - { label: 'Title', name: 'title', widget: 'string' } + - { label: 'Publish Date', name: 'date', widget: 'datetime' } + - { label: 'Featured image', name: 'featuredimage', widget: 'image' } + - { label: 'Description', name: 'description', widget: 'string' } + - { label: 'Body', name: 'body', widget: 'markdown' } diff --git a/static/admin/index.html b/static/admin/index.html index aaed95ac..e0fe52e9 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -1,12 +1,15 @@ - + -
- - -