This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-10-08 22:27:03 +02:00
.vscode feat: now using flex for the 11ty-nav 2021-10-08 18:32:15 +02:00
assets fix: converted favicon to png, takes way less space 2021-10-08 13:16:08 +02:00
src fix: renamed eportfolio's layout 2021-10-08 19:17:06 +02:00
.editorconfig feat: changed various config files 2021-10-07 18:31:51 +02:00
.eleventy.js feat: now using flex for the 11ty-nav 2021-10-08 18:32:15 +02:00
.gitignore refactor: renamed pages/ -> src/ 2021-10-07 18:33:29 +02:00
.gitlab-ci.yml feat: added an expiration time for job artifacts 2021-10-08 09:30:47 +02:00
LICENSE feat: Added LICENSE 2021-05-23 00:16:10 +02:00
package.json feat: now using flex for the 11ty-nav 2021-10-08 18:32:15 +02:00
README.md fix: renamed README to README.md 2021-10-08 22:27:03 +02:00
yarn.lock feat: converted index.njk to index.md 2021-10-07 22:45:46 +02:00

Laurent Fainsin's Personnal website

Built with

Getting started

Prerequisites

Yarn should manage every dependencies for you.
It is recommended to use VS Code with these extensions :

Installation

Clone the repository :

git clone git@git.inpt.fr:fainsil/personnal-website.git

Install the dependencies :

cd personnal-website
yarn install

Usage

To run locally the website on your machine press F5 in vscode or use :

yarn run start

To build the website for deployment :

yarn run build

Contributing

Please use conventionnal commits (or at least try to).

License

Distributed under the MIT license. See LICENSE for more information.

Contact

Laurent Fainsin <laurentfainsin@protonmail.com>