21 lines
665 B
Markdown
21 lines
665 B
Markdown
---
|
|
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
|