This repository contains the code of the DiverSE Inria/Irisa research team hosted in https://www.diverse-team.fr/
- Hugo v0.66.0 or later
- Node.js v13.8.0 or later
- npm 6.13.7 or later
- Install all required tools
- Clone the repository
git clone https://github.com/diverse-team/diverse-team.github.io
cd diverse-team.github.io
- Install required Node.js packages
cd tools
npm install
- Run the Node.js scripts to complement data and assets
npm run update
In this step the retrieval of the YouTube video list may fail if you do not use the API key for authentication. This is not essential and you can continue editing the website.
- Go to the root and execute Hugo
hugo server
or with Gradle
./gradlew hugoServer- To obtain the static website, execute the following command instead
hugo -D
or with Gradle
./gradlew hugoBuildThe website will be created in the public directory.