This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a Jekyll-based personal academic website for Hosein Fooladi, a Machine Learning researcher. The site uses the Minimal Mistakes theme and is hosted on GitHub Pages. It showcases research publications, blog posts, teaching activities, and talks.
# Install dependencies
bundle install
# Build the site
rake build
# or
jekyll build --profile --trace --config _config.yml,_config.dev.yml
# Serve locally for development
bundle exec jekyll serve --config _config.yml,_config.dev.yml
# or
rake serve
_config.yml_config.dev.yml (overrides production settings)The site uses Jekyll collections to organize different types of content:
_posts/ - Blog posts (Markdown files with YAML frontmatter)_publications/ - Research publications with citations and abstracts_teaching/ - Teaching activities and courses_talks/ - Conference talks and presentations_portfolio/ - Project portfolio items_pages/ - Static pages (About, Archive pages, etc.)mmistakes/minimal-mistakes@master)single layout with author profile disabledsingle layout with author profile enabledsingle layout with sharing enabled_config.ymlassets/css/ (academicons, collapse effects)assets/js/_site/ directory