Static Site Generator

<- Back Home

<- Back to Projects

Project Rundown

SSG output

This uses

Markdown -> HTML

A static site generator (SSG) is a program that can convert text files (such as .md ones) into fully-fledged HTML files which a browser can render. This project was done as my fourth guided project on boot.dev and according to them it's one of the hardest on their platform (I personally fully agree with that take)

In fact, just for fun, I decided to generate this entire portfolio site using this SSG rather than a "better" website maker such as Framer, Square Space etc.

The details on how to use it are listed on the github if you're interested in trying it out yourself