Professional portfolio of Leo Laksmana — Senior Director of Engineering, Engineering Transformation Leader, and AI Practitioner.
Built with Jekyll and hosted on GitHub Pages.
- Jekyll 4.0 with custom SCSS (no off-the-shelf theme layout)
- Ruby 4.0
- Plugins: jekyll-sitemap
- Font: Inter via system stack
bundle install
bundle exec jekyll serveSite runs at http://localhost:4000.
Pushes to main trigger the GitHub Actions deploy workflow (.github/workflows/deploy.yml), which builds the site and publishes it to GitHub Pages via the official actions/deploy-pages action.
Requires Settings → Pages → Source set to GitHub Actions in the repository.
| File/Directory | Purpose |
|---|---|
index.md |
Home page (hero, timeline) |
_data/pillars.yml |
Technical pillars section |
_data/transformations.yml |
Case studies section |
_layouts/home.html |
Home page layout |
assets/css/style.scss |
All styles |
assets/images/avatar.jpg |
Profile photo |
_includes/header.html |
Sidebar (nav, social links, copyright) |
Copyright (C) 2025 Leo Laksmana. Released under the MIT License.