Technical Research Manager at Pivotal Research
Personal portfolio website for Ariel Gil - Jekyll-based static site hosted on GitHub Pages.
_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
_layouts/default.html lines 374-397_config.ymlindex.md_data/*.yml files_layouts/default.html (header-text section, ~line 377)index.md (about section)_data/publications.yml_data/*_projects.yml filebundle exec jekyll serve
Site will be available at http://localhost:4000