Static Site Generator

A custom static site generator built in Python that powers this portfolio website.

How It Works

static/ → copied to docs/ (CSS, images) content/*.md → converted to HTML → docs/ template.html → wraps the HTML content docs/ → served by GitHub Pages

SSG sceme

Supported Markdown Features

Block elements: Headings, paragraphs, code blocks, block quotes, ordered and unordered lists

Inline elements: Bold, italic, inline code, links, images and linked images

Tech Stack

Features

Full project on GitHub

← Back to Portfolio