This is my personal website built with Jekyll and GitHub Pages.
- Static Site Generator: Jekyll
- Hosting: GitHub Pages
- Font: Inter (Google Fonts)
- CSS: Custom styling with CSS variables
- Ruby
- Bundler gem
-
Clone the repository:
git clone https://github.com/hubyrod/hubyrod.github.io.git cd hubyrod.github.io
-
Install dependencies:
bundle install
-
Run the development server:
bundle exec jekyll serve
-
View the site at:
http://localhost:4000
The site automatically deploys to GitHub Pages when changes are pushed to the main branch.