## About
-This is my personal website, hosting my CV, blog posts, and anything else I think is worth sharing.
+This is [my personal website](https://drewedgar.com), hosting my CV, blog posts, and anything else I think is worth sharing.
## How to Use
-To build and host the website:
+To build and host the eleventy website:
```zsh
$ npm install
$ npm run build && npm run start
```
-
## Style guide
This project uses commit and issue conventions from [Conventional Commits](https://www.conventionalcommits.org).