This is the source code of https://www.cvennevik.no/. It uses Eleventy to generate plain HTML and CSS files, and deploys those files to my GitHub Pages site https://cvennevik.github.io/, which I have configured to use my personal domain www.cvennevik.no
.
To run this project locally:
- Install Node.js, which comes with the
npm
package manager CLI. - Clone this repository to your computer using git.
- Open a terminal and navigate to the root of this repository.
- Run
npm i
to install the required packages. - Run
npm start
to serve the site locally at http://localhost:8080/.
For resources on how Eleventy and the templating works, see: