Personal website and online resume built with Jekyll and hosted on GitHub Pages.
Visit the live site at: https://sefiris.github.io
This repository contains my personal website, which serves as both an online resume and a portfolio of my professional achievements. The site is built using Jekyll and is automatically deployed through GitHub Pages.
- Modern, responsive design
- Dark theme
- Interactive project showcase
- Detailed professional experience
- Skills and certifications
- Contact information
To run this site locally:
- Install Ruby and Jekyll
- Clone this repository
- Run
bundle install
- Start the local server with
bundle exec jekyll serve
- Visit
http://localhost:4000
in your browser