This project is my personal website which hosts my detailed Curriculum Vitae and my blog! For the moment, this project is public in case anyone ever cares about it's implementation.
This project was made using Jekyll to build static webpages, along with BootstrapCDN for styling.
The following instructions were taken and modified off the Jekyll Quickstart page:
- Ensure that you have Ruby installed
- Install Jekyll and bundler gems
- Run
bundler exec jekyll servewithin the src folder and the dev env will be found at http://localhost:4000