Personal website built with Eleventy.
Source files are located in the src
directory. The dist
directory is generated by Eleventy and contains the built site.
npm install
- Install dependenciesnpm run dev
- Run development server with live reloadingnpm run build
- Build sitenpm run watch
- Build site and watch for changesnpm run clean
- Delete thedist
directory
- Eleventy (static site generator)
- Nunjucks (templating engine)
- Sass (scss) (CSS preprocessor)