Add CMS
This commit is contained in:
BIN
assets/images/vf.png
Normal file
BIN
assets/images/vf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 498 KiB |
@@ -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 !
|
||||
@@ -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' }
|
||||
- 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' }
|
||||
@@ -1,12 +1,15 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Content Manager</title>
|
||||
<!-- Include the script that enables Netlify Identity on this page. -->
|
||||
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Include the script that builds the page and powers Netlify CMS -->
|
||||
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
|
||||
sdkjfqlksjd
|
||||
<!-- Include the script that builds the page and powers Decap CMS -->
|
||||
<script src="https://unpkg.com/decap-cms@^3.3.0/dist/decap-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user