Personal academic portfolio website built with al-folio, a beautiful Jekyll theme for academics.
This site uses GitHub Actions to build and deploy. The workflow is configured in .github/workflows/deploy.yml.
bundle install
bundle exec jekyll serve -l -H localhost_pages/- Static pages (about, education, experience, projects, blog)_projects/- Portfolio projects_posts/- Blog posts_layouts/- Page layouts_includes/- Reusable components_sass/- Stylesheetsassets/- CSS, JS, and images
The site is automatically built and deployed via GitHub Actions when changes are pushed to the main branch.