A personal blog by Bruno Baruffaldi Senior Machine Learning Engineer | Deep Learning, Computer Vision & High-Performance software.
This repository hosts my personal website and blog, built with Jekyll and the al-folio theme.
_config.yml– Global Jekyll and theme configuration._pages/about.md– “About” page with my profile and bio._posts/– Blog posts in Markdown format._data/socials.yml– Social media links and icons._includes/,_layouts/,_sass/– Theme components and styles.assets/– Static images, fonts, and scripts.LICENSE– Project license (MIT).
This project includes a VS Code DevContainer.
Open the command palette (Ctrl+Shift+P) and select Remote-Containers: Reopen in Container.
# Inside the DevContainer
bundle install
npm install # if you add JS pluginsbundle exec jekyll serve --livereloadYour site will be available at http://localhost:4000 with live reloading.
This project is licensed under the terms described in LICENSE.