## About 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 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). ## Sources Used: - [Eleventy Base Blog](https://github.com/11ty/eleventy-base-blog) - [Eleventy Docs](https://www.11ty.dev/docs/) - [Michael Engen – Building My Resume in HTML using Eleventy](https://michaelengen.com/posts/my-eleventy-resume/) - [bnijenhuis.nl – Adding a favicon in Eleventy](https://bnijenhuis.nl/notes/adding-a-favicon-in-eleventy/) - Icons from [Feather](https://feathericons.com) - [Marcin Wichary — Dark theme in a day](https://mwichary.medium.com/dark-theme-in-a-day-3518dde2955a)