Skip to content

Ansimorph/ganslandt.xyz

Repository files navigation

Ganslandt.xyz Static Website

This is my personal website.

The whole build is based around 11ty and tries to optimize all assets for optimal performance.

Run It Locally

  npm install
  npm start

Build It

  npm install
  npm run build