UNPKG

gatsby-theme-curiousity

Version:

The Gatsby theme that builds the portfolio component of my website

25 lines (23 loc) 553 B
import { PiecePage } from "../components/Piece"; export const CuriousityPiecePage: PiecePage = { id: "42", excerpt: "test excerpt", html: "<div><span>Test Piece</span></div>", slug: "/test-piece", title: "Test Piece", tags: [], keywords: [], metadata: { type: ["Test"], status: ["Test"], role: ["Test"], homepage: "https://example.dev/", rubygemsGemName: "test", npmPackageName: "test", githubRepo: "test/test", }, fileRelativePath: "", rawFrontmatter: "", rawMarkdownBody: "", frontmatter: {}, };