This repository hosts the personal GitHub Pages site for Alex Abfalter (toxicoder).
The site is built using Jekyll and serves as a portfolio and contact page.
To run this site locally:
- Ensure you have Ruby and Bundler installed.
- Install dependencies:
bundle install
- Serve the site:
bundle exec jekyll serve
