Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surajwate/surajwate.github.io

The source code for my personal website. This site showcases my journey, projects, and insights in data science, machine learning, and business management. It's a space where I share knowledge, document my work, and connect with others in the tech community.
https://github.com/surajwate/surajwate.github.io

11ty blog personal-website portfolio static-site-generator

Last synced: 20 days ago
JSON representation

The source code for my personal website. This site showcases my journey, projects, and insights in data science, machine learning, and business management. It's a space where I share knowledge, document my work, and connect with others in the tech community.

Awesome Lists containing this project

README

        

# Suraj's Blog and Portfolio

This is a personal blog and portfolio website created using 11ty (Eleventy). It focuses on data science, programming, and other topics of interest. The site showcases my projects, insights, and experiences.

## Features

- Blog posts on data science and programming topics.
- Portfolio showcasing projects and skills.
- Responsive design for mobile and desktop.
- Easy navigation and clean layout.

## Technologies Used

- [11ty (Eleventy)](https://www.11ty.dev/) for static site generation
- HTML, CSS for front-end development
- Markdown for writing blog posts

## Installation

To run this project locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/surajwate/surajwate.github.io.git
cd surajwate.github.io
```
2. Install the dependencies:
```bash
npm install
```
3. Build and serve the site:
```bash
npm start
```
4. Open your browser and go to `http://localhost:8080` to view the site.