This repository is the source code of the personnal website sylvain.durand.tf, built with Jekyll.
- Clone the repo:
git clone https://github.com/sylvaindurand/sylvaindurand.github.io.git
- Open the folder:
cd sylvaindurand.github.io
- Install the dependencies:
bundle install
- Build the website:
bundle exec jekyll serve
- Look at localhost:4000: surprise!
This website is entirely static: it works only with HTML and CSS, and does not use any dynamic language or any javascript code. Each page requires only one request! Particular attention is paid to typography and to vertical motion.
The pages are produced with the static website generator Jekyll. The website is then hosted and served thanks to GitHub Pages.
Each page header is illustrated with a part from the "Turgot" map of Paris, created in the 18th century by Louis Bretez.
The source code is freely available on GitHub.
Unless stated otherwise, content, design and codes presented on this website are published under the MIT license and © 2014 Sylvain Durand.
#Question? Comment? Please feel free to open an issue or to push a commit.