69 lines
2.0 KiB
Markdown
69 lines
2.0 KiB
Markdown
# MMS43 - Maison de la Mobilité Solidaire Haute-Loire
|
|
|
|
This repository contains the website for **MMS43** (Maison de la Mobilité Solidaire Haute-Loire), a solidarity mobility service in the Haute-Loire department of France.
|
|
|
|
## About MMS43
|
|
|
|
MMS43 is an organization that provides accessible mobility solutions for people who face transportation challenges. The platform offers a range of services to help individuals gain or maintain their mobility independence.
|
|
|
|
### Mobility Solutions
|
|
|
|
- **Transport Solidaire** - Solidarity transport services
|
|
- **Accompagnement Mobilité** - Mobility coaching and support
|
|
- **Location de Véhicules** - Vehicle rental services
|
|
- **Garage Solidaire** - Solidarity garage (affordable vehicle maintenance)
|
|
- **Auto-école Solidaire** - Solidarity driving school
|
|
- **Vélo-école** - Bicycle training school
|
|
|
|
## Technology Stack
|
|
|
|
- **Static Site Generator**: [Hugo](https://gohugo.io/)
|
|
- **Theme**: Custom theme (`mms43`)
|
|
- **Styling**: CSS with CSS variables for theming
|
|
- **Font**: Quicksand (Google Fonts)
|
|
|
|
## Project Structure
|
|
|
|
```
|
|
mms43/
|
|
├── content/ # Page content (Markdown files)
|
|
│ └── pages/ # Site pages
|
|
├── themes/mms43/ # Custom Hugo theme
|
|
│ ├── assets/ # CSS, images, videos
|
|
│ ├── layouts/ # Hugo templates
|
|
│ └── static/ # Static files
|
|
└── hugo.yaml # Hugo configuration
|
|
```
|
|
|
|
## Features
|
|
|
|
- Responsive design (desktop, tablet, mobile)
|
|
- Dynamic contact forms with configurable fields
|
|
- Video integration
|
|
- Partner logos showcase
|
|
- Accessible navigation with mobile menu
|
|
|
|
## Development
|
|
|
|
### Prerequisites
|
|
|
|
- Hugo (extended version recommended)
|
|
|
|
### Running locally
|
|
|
|
```bash
|
|
hugo server -D
|
|
```
|
|
|
|
### Building for production
|
|
|
|
```bash
|
|
hugo --minify
|
|
```
|
|
|
|
## License
|
|
|
|
This project is licensed under the **AGPLv3** (GNU Affero General Public License v3.0).
|
|
|
|
Brand elements (logos, trademarks, visual identity) are the property of **Maison de la Mobilité Solidaire de Haute-Loire** and are not covered by the open-source license.
|