rhianvanesch / rhianvanesch.com

My personal site, built with Eleventy

Home Page:https://rhianvanesch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://rhianvanesch.com


Languages

Language:SCSS 55.0%Language:HTML 26.6%Language:JavaScript 16.2%Language:Nunjucks 2.2%