mattsteele.dev
My personal website. A static site built using 11ty & hosted on Netlify.
To Start:
1. Clone this repository:
git clone https://github.com/mattsteele/mattsteele.git
2. Navigate to the directory:
cd mattsteele
3. Install dependencies:
npm install
5. Build, serve & watch:
npm run start
Todos:
- [] Use Inter font?
- [] Do I want a blog? If so, add images in post directories.