GitXplorerGitXplorer
c

cvennevik.github.io

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a620d605524af284805202bc101927ded0e92631

Rebuild feeds data

committed 5 hours ago
Unverified
c1189fd08a0bea3e5b582214231bd6e2c7314d4b

Rebuild feeds data

committed a day ago
Unverified
e398dabf519b81b08d00e2b8077c6426e2364dbc

Rebuild feeds data

committed 2 days ago
Unverified
a9e62203978952c354b9212a34c212152c385ae9

Rebuild feeds data

committed 3 days ago
Unverified
59657ed34527b7228886fac3b7eae0a3875acf5c

Rebuild feeds data

committed 4 days ago
Unverified
87ab9f882ec18749a5589f4e03687ac5bc521012

Rebuild feeds data

committed 5 days ago

README

The README file for this repository.

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:

  1. Install Node.js, which comes with the npm package manager CLI.
  2. Clone this repository to your computer using git.
  3. Open a terminal and navigate to the root of this repository.
  4. Run npm i to install the required packages.
  5. Run npm start to serve the site locally at http://localhost:8080/.

For resources on how Eleventy and the templating works, see: