Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlesbre/website
Personnal website
https://github.com/dlesbre/website
website
Last synced: 6 days ago
JSON representation
Personnal website
- Host: GitHub
- URL: https://github.com/dlesbre/website
- Owner: dlesbre
- Created: 2020-12-29T11:39:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T13:54:27.000Z (3 months ago)
- Last Synced: 2024-07-27T15:02:21.478Z (3 months ago)
- Topics: website
- Language: HTML
- Homepage: https://www.normalesup.org/~dlesbre/
- Size: 5.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personnal website
![status](https://img.shields.io/website?url=https%3A%2F%2Fwww.normalesup.org%2F~dlesbre%2F)
![mirror](https://img.shields.io/website?url=https%3A%2F%2Fwww.eleves.ens.fr%2Fhome%2Fdlesbre%2F&label=mirror)This repository contains my personnal website.
This website can be found online at [https://www.normalesup.org/~dlesbre/](https://www.normalesup.org/~dlesbre/)
and a mirror version at [https://www.eleves.ens.fr/home/dlesbre](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](https://github.com/dlesbre/mlpproc/), a custom preprocessor, to render html/xml files.```console
pip3 install mlpproc
```- [Sassc](https://github.com/sass/sassc) to render SCSS files
```console
apt install sassc
```- [HTML Tidy](https://www.html-tidy.org/) to verify the output HTML/XML files.