Ariel Gil - Professional Headshot

Ariel Gil

AI Safety Researcher & Mechatronics Engineer

Technical Research Manager at Pivotal Research

Claude Code Instructions for ariel-gil.github.io

Project Overview

Personal portfolio website for Ariel Gil - Jekyll-based static site hosted on GitHub Pages.

Tech Stack

Project Structure

_layouts/default.html    # Main layout template (header, nav, profile info)
index.md                 # Homepage content
misc.md                  # Misc page
tools.md                 # Tools page
_config.yml              # Jekyll configuration
_data/                   # YAML data files for dynamic content
  - ai_safety_projects.yml
  - coding_projects.yml
  - other_projects.yml
  - publications.yml
  - misc_sections.yml

Key Locations

Common Tasks

Build & Preview

bundle exec jekyll serve

Site will be available at http://localhost:4000