You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
666 B
26 lines
666 B
---
|
|
title: Example Post
|
|
description: I care deeply for nature. Oh, you're gonna be in a coma, all right. He'll want to use your yacht, and I don't want this thing smelling like fish. Get me a vodka rocks. And a piece of toast. No! I was ashamed to be SEEN with you. I like being with you.
|
|
date: '2021-03-20'
|
|
image: '/images/bridge.jpg'
|
|
---
|
|
|
|
<Image
|
|
alt={`Bridge`}
|
|
src={`/images/bridge.jpg`}
|
|
width={1440}
|
|
height={960}
|
|
priority
|
|
/>
|
|
|
|
## Heading H2
|
|
|
|
This is an example blog post with React components. This page is using the `Image` component from Next.js.
|
|
|
|
### Code Blocks
|
|
|
|
This starter also comes with fancy code blocks with code titles.
|
|
|
|
|
|
|
|
Go back [Home](/).
|
|
|