Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

MTES-MCT/portail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portail

MTES-MCT fabrique numérique's homepage

A static site built with Hugo and hosted on Github pages.

Development

  1. Install Hugo

  2. Clone this repository

git clone https://github.com/MTES-MCT/portail.git
cd portail
  1. Run local server to build and hot reload the website
hugo server -s src/

When you git push your changes, circleci:

  • imports people, startups and phases from beta.gouv.fr

  • builds the static website

  • publishes the website into Github pages

Add content

In src/content directory, you change or add markdown files, except people, startups and phases.

People, startups and phases are automatically imported from beta.gouv.fr.

If you want to add a person or a startup, you have to make a PR in beta.gouv.fr repository.