Welcome to my Data Science Portfolio! This repository is built using the Jekyll Chirpy theme, offering a clean and modern design for showcasing projects, blogs, and achievements.
- Powered by the Chirpy theme, this portfolio is optimized for speed, usability, and aesthetics.
- Highlight key projects with detailed write-ups, code snippets, and visualizations.
- Share your thoughts on data science topics, methodologies, and insights.
- Fully responsive layout ensures a seamless experience across devices.
- Clone this repository:
git clone https://github.com/your-username/ds-portfolio.git cd ds-portfolio - Install dependencies:
bundle install
- Run the site locally:
bundle exec jekyll serve - Open the portfolio in your browser:
http://localhost:4000
.
├── _config.yml # Site configuration
├── _posts/ # Blog posts
├── _data/ # Site data files
├── _includes/ # HTML partials
├── _layouts/ # Page layouts
├── assets/ # Images, CSS, JS, etc.
├── projects/ # Project write-ups
├── index.html # Homepage
└── README.md # This file
Edit _config.yml to personalize the site, including:
- Site title and description
- Author information
- Social media links
- Create a new folder in
projects/for each project. - Include a
README.mdor a custom HTML/Markdown file to describe the project.
- Add a new file in the
_posts/directory. - Use the following template:
--- layout: post title: "Post Title" date: YYYY-MM-DD tags: [tag1, tag2] --- Your blog content here.
This portfolio is designed to be hosted on GitHub Pages. Follow these steps:
- Push the repository to GitHub.
- Go to the repository's Settings > Pages.
- Select the source branch (e.g.,
main) and folder (/rootor/docs). - Save and wait for the site to be published.
This repository is licensed under the MIT License. Feel free to use, modify, and distribute as needed.
- Jekyll Chirpy Theme for the amazing theme.
- The open-source community for inspiration and support.