Skip to content

rhianvanesch/rhianvanesch.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6beec7d · Sep 17, 2023

History

61 Commits
Nov 12, 2022
Sep 17, 2023
Jun 15, 2022
Jun 12, 2022
Jun 13, 2022
Jun 13, 2022
Feb 9, 2021
Nov 10, 2019
Jun 13, 2022
Jun 13, 2022

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