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.
- Blog posts on data science and programming topics.
- Portfolio showcasing projects and skills.
- Responsive design for mobile and desktop.
- Easy navigation and clean layout.
- 11ty (Eleventy) for static site generation
- HTML, CSS for front-end development
- Markdown for writing blog posts
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/surajwate/surajwate.github.io.git cd surajwate.github.io
- Install the dependencies:
npm install
- Build and serve the site:
npm start
- Open your browser and go to
http://localhost:8080
to view the site.