mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
demo project
This commit is contained in:
21
src/pages/projects/demo.astro
Normal file
21
src/pages/projects/demo.astro
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
import ProjectPage from "../../components/ProjectPage.astro";
|
||||
|
||||
export const metadata = {
|
||||
title: "Demo Project",
|
||||
description: "demo project",
|
||||
date: "the beginning of time (date)",
|
||||
slug: "demo",
|
||||
hidden: true,
|
||||
};
|
||||
---
|
||||
|
||||
<ProjectPage metadata={metadata}>
|
||||
<div class="flex flex-col">
|
||||
demo contents (from demo.astro)
|
||||
<b>
|
||||
description:
|
||||
{metadata.description}
|
||||
</b>
|
||||
</div>
|
||||
</ProjectPage>
|
||||
Reference in New Issue
Block a user