This is the source code for my personal website, dzfrias.dev. The website is built with the 11ty static site generator!
If you want to serve the website locally, do the following:
$ git clone https://github.com/dzfrias/website
$ cd website
$ npm install
$ npm start
If you spot any errors in any of the posts, please submit an issue. Or, if you have a fix, don't hesitate to send a PR.