Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etalab/programme10pourcent-site
Site du programme 10% d'Etalab
https://github.com/etalab/programme10pourcent-site
programme10pourcent
Last synced: 16 days ago
JSON representation
Site du programme 10% d'Etalab
- Host: GitHub
- URL: https://github.com/etalab/programme10pourcent-site
- Owner: etalab
- Created: 2022-06-09T09:33:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T16:46:58.000Z (8 months ago)
- Last Synced: 2024-05-23T02:38:02.437Z (7 months ago)
- Topics: programme10pourcent
- Language: HTML
- Homepage: https://10pourcent.etalab.studio/
- Size: 19.5 MB
- Stars: 14
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programme 10% - Site web
Site de présentation du programme 10%
Le site est un fork du site [peren.gouv.fr](https://gitlab.com/peren/website/website)
C'est un site statique utilisant le générateur de site statique [Hugo](https://gohugo.io/).
## Installation
* Installer hugo : voir les [instructions d'installation de Hugo](https://gohugo.io/getting-started/installing/).
* Installer node : voir les [instructions d'insatllation](https://lesbricodeurs.fr/articles/Comment-installer-npm-proprement/).Puis lancer les commandes suivantes:
```
$ git clone [email protected]:etalab-ia/programme10pourcent.git
$ cd programme10pourcent/
$ cd themes/design-system-gouvfr && npm i && cd ../../
$ cp -r themes/design-system-gouvfr/node_modules/@gouvfr/dsfr/dist/ ./static/design-system-gouvfr
```## Générer le site
```
$ git clone [email protected]:etalab-ia/programme10pourcent.git
$ cd programme10pourcent/
$ hugo serve
```* Ouvrir dans un navigateur le lien : http://localhost:1313/
## Licence
Le contenu du site est publié sous [licence ouverte](https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf)