Skip to content

nicolashery/nicolashery.com

Repository files navigation

nicolashery.com

My personal website, built as a static site with Eleventy.

Install

Requirements:

Both can be installed using nvm. After cloning this repository:

nvm use

Install dependencies:

npm install

Development

Run the development server with:

npm start

Open a browser to http://localhost:8080/ to see the site.

To only build the site, run:

npm run build

License

The content in this website, i.e. all images, text, and other assets, included in blog posts and pages, are licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

The source code and configuration, CSS, JavaScript, and other build-related code, is licensed under the Unlicense.