This repository contains the source code of my personal website and portfolio, hosted on GitHub Pages and powered by Jekyll using the jekyll-theme-minimal theme.
The site showcases my professional profile, experience, and selected software projects.
Before running the site locally, make sure you have installed:
brew install rbenv ruby-build
rbenv init
rbenv install 3.3.4
rbenv global 3.3.4
gem install bundler jekyllClone this repository and install dependencies:
git clone https://github.com/ferranvila/ferranvila.github.io.git
cd ferranvila.github.io
bundle installRun the site locally:
bundle exec jekyll serveThen open http://localhost:4000 in your browser.
GitHub Pages automatically builds and deploys the site from the master branch.
Custom domain configuration: www.ferranvila.com
This repository is published under the MIT License.
© 2025 Ferran Vila. All rights reserved.