It is nice to have a dedicated space on the internet all to yourself, be it for online representation, fun, or experimenting (which is fun).
So, here it is. A personal website dedicated to me, Tom Peters. 🙂
| Goal | Command |
|—————–|———————-|
| Build assets. | npx @11ty/eleventy |
| Build Option | Syntax |
|---|---|
| Define input directory. | --input={dir} |
| Define output directory. | --output={dir} |
| Serve output on a Browsersync web server. | --serve |
| Define the website port. | --port={number} |
| Reduce console logging. | --quiet |
| Run the Eleventy build process without writing files. | --dryrun |