/website

Personnal website

Primary LanguageHTML

Personnal website

status mirror

This repository contains my personnal website. This website can be found online at https://www.normalesup.org/~dlesbre/ and a mirror version at https://www.eleves.ens.fr/home/dlesbre.

Compiling the website

The website can be build via make. Call make local=true to link locally and in debug mode (no file minimization). Building requires the following dependencies:

  • mlpproc, a custom preprocessor, to render html/xml files.

    pip3 install mlpproc
  • Sassc to render SCSS files

    apt install sassc
  • HTML Tidy to verify the output HTML/XML files.