Skip to content

leo-colisson/website

Repository files navigation

My personal website: leo.colisson.me

Here is the repository of my young website. It is based on Hakyll, a static website generator based on Haskell. This website is still a work in progress (a blog should come up soon), but you can already find an online version at leo.colisson.me.

This website is in the public domain (CC0 license), so feel free to take any code that you like.

How to compile

If you want to compile this website locally, the easiest option is maybe to install the amazing Nix package manager:

$ curl -L https://nixos.org/nix/install | sh

and clone this repository:

$ git clone https://github.com/leo-colisson/website

Then, you can just go in the website, enter into a nix shell (this should install all the required dependencies automatically), and compile:

$ cd website
$ nix-shell
$ cd src
$ compile_and_watch

Then, just browse to this url http://localhost:8000.

Credits

I try to take free of use pictures, or use photos of mine or friends. Here is the origin of (free to use) pictures I took online:

About

The repository containing my Hakyll website. This website is hosted at https://leo.colisson.me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published