Welcome to my personal GitHub Pages website! This repository contains the source code and content for my GitHub Pages site. Below is an overview of the project and how to navigate and contribute.
This is my personal website where I showcase my portfolio, blog about data science, and share resources related to AI, machine learning, and software development. The website is built using Jekyll and hosted on GitHub Pages.
- About Me: A brief introduction to who I am and what I do.
- Portfolio: A collection of my key projects with detailed descriptions and links to the code.
- Blog: Articles and tutorials on data science, AI, and other technical topics.
Here's a brief overview of the project's structure:
.
├── _config.yml # Main configuration file for the site
├── assets/ # Contains CSS, images, and other assets
│ ├── css/
│ └── images/
├── index.md # Main landing page of the website
├── about.md # About me page
├── 404.html # Custom 404 error page
└── README.md # This file