This repository contains the source code for my personal portfolio website. Here's the structure of the project:
-
/- Root directory containing main HTML files and configurationindex.html- Homepage of the website_config.yml- Jekyll configuration fileREADME.md- This documentation file
-
/css/- Contains stylesheetsmain.css- Main stylesheet defining the website's appearance
-
/_layouts/- Jekyll layout templates- Contains HTML templates that wrap around your content
-
/_posts/- Blog posts directory- Contains blog posts in markdown format (YYYY-MM-DD-title.md)
-
/blog/- Blog section of the website- Contains blog-related pages and index
The website is built using Jekyll and hosted on GitHub Pages, featuring a clean, responsive design with a blog section and portfolio showcase.