Skip to content

fp-in-bo/fp-in-bo.github.io

Repository files navigation

Website

This repository contains static data needed for the website.

How generate pages

We have a kscript to generate html pages.

This script will download data from the data repo, generate a page for each talk and the homepage.

All you have to do is:

./scripts/generateSite.kts templates/templateSinglePage.html templates/templateIndex.html

Once merged to master the new files will be automatically available thanks to GitHub Pages.