My personal website, built as a static site with Eleventy.
Requirements:
Both can be installed using nvm. After cloning this repository:
nvm use
Install dependencies:
npm install
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
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.