📄💼 Bruno's resume.
Please check the resume here.
You can use the provided helper script to build and run the site:
./start-dev.shTo run on a specific port (default is 4000):
./start-dev.sh --port 8080The site will be available at http://localhost:<PORT>. Changes to files will be automatically detected.
Based on Jekyll. Content lives in _data/ (experience, education, skills, recognitions) and templates under _layouts/ and _includes/.
To run locally:
- Clone the repo
bundle installbundle exec jekyll serve --incremental- Open your browser to
http://localhost:4000