Example Project
This is an example project page. Replace this with your own projects!
What is this?
This is a sample project demonstrating how the theme handles project pages. You can showcase your work, side projects, open source contributions, or anything else you’ve built.
Features
- Project title and date
- Tags for organization
- Full markdown support
- Links to GitHub, live demo, or project sites
- Responsive design
How to Create Projects
hugo new projects/my-project.md
Then edit the frontmatter to include:
---
title: "My Project Title"
date: 2024-11-26
tags: ["tag1", "tag2"]
description: "Brief description of the project"
---
Next Steps
- Add your real projects
- Update descriptions and links
- Customize the styling to match your brand
- Deploy to your hosting provider
Good luck with your projects!