This commit is contained in:
6
content/projects/_index.md
Normal file
6
content/projects/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Projects"
|
||||
description: "A selection of projects from my portfolio."
|
||||
---
|
||||
|
||||
This section highlights recent work, experiments, and case studies.
|
||||
19
content/projects/design-system.md
Normal file
19
content/projects/design-system.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Design System"
|
||||
date: 2026-03-10T10:00:00Z
|
||||
draft: false
|
||||
description: "A reusable UI system for consistent product interfaces."
|
||||
summary: "Component patterns, documentation, and shared visual rules for product teams."
|
||||
tags: ["Design", "Frontend", "Components"]
|
||||
weight: 20
|
||||
project_url: "https://example.com/"
|
||||
featured: false
|
||||
---
|
||||
|
||||
This project documents a reusable approach to interface consistency across multiple products.
|
||||
|
||||
## Scope
|
||||
|
||||
- reusable components
|
||||
- spacing and typography rules
|
||||
- documentation for contributors
|
||||
20
content/projects/portfolio-platform.md
Normal file
20
content/projects/portfolio-platform.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: "Portfolio Platform"
|
||||
date: 2026-03-16T10:00:00Z
|
||||
draft: false
|
||||
description: "A modular portfolio website built with Hugo."
|
||||
summary: "A fast static portfolio built to present projects with clarity and maintainability."
|
||||
tags: ["Hugo", "Static Site", "Portfolio"]
|
||||
weight: 10
|
||||
project_url: "https://example.com/"
|
||||
repo_url: "https://github.com/"
|
||||
featured: true
|
||||
---
|
||||
|
||||
This project is the foundation of my personal website. It focuses on speed, straightforward content management, and a clean presentation of selected work.
|
||||
|
||||
## Highlights
|
||||
|
||||
- static generation for fast page loads
|
||||
- lightweight structure with reusable templates
|
||||
- project-first content organization
|
||||
Reference in New Issue
Block a user