Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/surajwate/surajwate.github.io
- Owner: surajwate
- License: mit
- Created: 2024-07-03T07:35:26.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-21T10:01:57.000Z (about 2 months ago)
- Last Synced: 2024-10-10T12:25:20.989Z (about 1 month ago)
- Topics: 11ty, blog, personal-website, portfolio, static-site-generator
- Language: CSS
- Homepage: https://surajwate.com/
- Size: 3.96 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.