/

Back

Studio Clean

A static website for a fictional design studio, built using 11ty with reusable templates and Markdown content.

Period

Feb 2024 - Mar 2024

Technologies

11ty

Nunjucks

CSS

Studio Clean

Overview

Studio Clean is a static website created for a fictional web design studio. The project was developed as part of the User Interface Prototyping course.

The website includes multiple pages, a blog, and a contact page, and is fully generated using a static site generator.

Challenge

The challenge was to build a structured and reusable website using a static site generator instead of a traditional dynamic backend.

This required creating a flexible template system that allows content to be easily maintained and reused across multiple pages.

Solution

The website was built using 11ty as a static site generator, with Nunjucks as the templating engine and Markdown for content management.

This approach made it possible to separate structure and content, allowing reusable layouts and components while keeping the content easy to manage.

Results

The result is a fully functional static website with a clear structure and reusable templates.

The project demonstrates how static site generators can be used to build maintainable and structured websites without requiring a backend.