]> git.drewedgar.com - website.git/blob - README.md
CHORE: Added eleventy to npm package cache
[website.git] / README.md
1 ## About
2
3 This is my personal website, hosting my CV, blog posts, and anything else I think is worth sharing.
4
5 ## How to Use
6
7 To build and host the website:
8 ```zsh
9 $ npm install
10 $ npm run build && npm run start
11 ```
12
13
14 ## Style guide
15
16 This project uses commit and issue conventions from [Conventional Commits](https://www.conventionalcommits.org).
17
18 ## Sources Used:
19
20 - [Eleventy Base Blog](https://github.com/11ty/eleventy-base-blog)
21 - [Eleventy Docs](https://www.11ty.dev/docs/)
22 - [Michael Engen – Building My Resume in HTML using Eleventy](https://michaelengen.com/posts/my-eleventy-resume/)
23 - [bnijenhuis.nl – Adding a favicon in Eleventy](https://bnijenhuis.nl/notes/adding-a-favicon-in-eleventy/)
24 - Icons from [Feather](https://feathericons.com)
25 - [Marcin Wichary — Dark theme in a day](https://mwichary.medium.com/dark-theme-in-a-day-3518dde2955a)