This is the repo for my personal website.
Built with the web platform first on top of 11ty.
- Make a directory and navigate to it:
mkdir website
cd website
- Clone this Repository
git clone https://github.com/tthew/website.git
Review eleventy.config.js
and _data/metadata.js
to configure the siteโs options and data.
- Install dependencies
npm install
- Run Eleventy
Generate a production-ready build to the _site
folder:
npx @11ty/eleventy
Or build and host on a local development server:
npx @11ty/eleventy --serve