Source for my personal website
To run this Jekyll site locally, follow these steps:
- Clone the repository
- Install gems:
bundle install
- Run Jekyll:
bundle exec jekyll serve
- Open your browser and visit
http://localhost:4000
to see the site.
To run html proofer:
bundle exec htmlproofer ./_site
This project is licensed under the MIT License.