This is my personal GitHub Pages site hosted at leewr9.github.io. The site is built using Jekyll minima, a simple and blog-aware static site generator.
Clone the Repository
git clone https://github.com/leewr9/leewr9.github.io.git
cd leewr9.github.io
Install Dependencies
Ensure you have Ruby and Bundler installed. Install Bundler if not present:
gem install bundler
Install Jekyll dependencies:
bundle install
To run the site locally, execute:
bundle exec jekyll serve
Then, visit http://localhost:4000/ in your browser.
This project is licensed under the MIT License. See the LICENSE file for details.