Skip to content

rhianvanesch/rhianvanesch.com

Repository files navigation

rhianvanesch.com

My personal site, built with Eleventy.

Development

npm start:

  • build Eleventy site (in development mode), watch for changes, and serve at http://localhost:8080
  • build CSS from Sass files and watch for changes
  • bundle and minify JS (as ES modules) and watch for changes

Production

npm run build:

  • build Eleventy site (in production mode) and output to /dist directory
  • build CSS from Sass files and output to /dist directory
  • bundle and minify JS (as ES modules) and output to /dist directory

About

My personal site, built with Eleventy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published