Home

Welcome to My Portfolio

This is a static site built with a custom JavaScript static site generator.

Project 1: SSG Portfolio Generator

A custom static site generator for fast, beautiful websites with zero external dependencies.

Tech Stack: JavaScript, Node.js, npm
Status: In Progress

Project 2: Documentation Site

Beautiful, searchable documentation with automatic table of contents and internal navigation.

Features:

  • Markdown-based content
  • Auto-generated navigation
  • Responsive design
  • Fast load times

About This Site

This site is built using a custom static site generator that converts Markdown files to beautiful HTML pages. Each page includes:

  • Automatic Table of Contents: Headings are indexed for easy navigation
  • Internal Links: Click links to jump to sections within pages
  • Responsive Design: Works on desktop, tablet, and mobile
  • Clean CSS: Modern, minimal styling

Getting Started

To create new content, add Markdown files to the content/ directory and run:

npm run build

Your HTML will be generated in the dist/ folder.


Learn more: Check out the Documentation section for technical details and project specifications.