Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 561 Bytes

File metadata and controls

25 lines (15 loc) · 561 Bytes

letorey.co.uk Rebuild

This is the repo for the rebuild of my personal site. I have chosen to use 11ty canary for this.

Eleventy

Run eleventy

npx @11ty/eleventy

This should respond with the number of files and version of 11ty

serve 11ty files locally

Use --serve to start up a hot-reloading local web server.

npx @11ty/eleventy --serve

This should respond with what host the files are served from, the default is http://localhost:8080/ but this can be changed.