Skip to content

bvolpato/bvolpato.github.io

 
 

Repository files navigation

Bruno Volpato Resume

📄💼 Bruno's resume.

Please check the resume here.

Local Development

Using Docker (Recommended)

You can use the provided helper script to build and run the site:

./start-dev.sh

To run on a specific port (default is 4000):

./start-dev.sh --port 8080

The site will be available at http://localhost:<PORT>. Changes to files will be automatically detected.

Manual Setup

Based on Jekyll. Content lives in _data/ (experience, education, skills, recognitions) and templates under _layouts/ and _includes/.

To run locally:

  1. Clone the repo
  2. bundle install
  3. bundle exec jekyll serve --incremental
  4. Open your browser to http://localhost:4000

About

📄💼 Bruno's Resume

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 59.1%
  • SCSS 37.9%
  • Shell 1.4%
  • Dockerfile 1.2%
  • Ruby 0.4%