Skip to content

FPGAArcade/replay_web

Repository files navigation

FPGA Arcade Website

Overview

Built using Astro.build and vuejs.

News Posts

News posts are .md files in the src/content/posts/ directory. Create the post using standard markdown.

Post excerpts will be automatically generated, although if you need a finer level of control you can end an except early with the "" tag. Or you can enter a "description" in the front matter.

Images

Images should be copied into the src/assets/images/post/ directory. They can be used within a news post with the standard markdown:

![](@assets/images/post/db_io-1024x491.jpg)

If you wish to caption an image, wrap the normal image markdown in a "figure" tag.

<figure>

![](@assets/images/post/db_io-1024x491.jpg)

<figcaption>Daughterboard IO shield</figcaption>
</figure>

Note the blank line either side of the image markdown is required.

Posts are required to have frontmatter content, between the "---" lines. Refer to any existing post for an example.

👀 Want to learn more?

Hosting

Powered by Vercel