Test Post One — Blog Basics
· One min read
This is the first of two placeholder posts. It exists to show what a standard blog entry looks like on this site: title, author, date, tags, reading time, and an excerpt on the blog index.
Formatting
Markdown works as expected — bold, italic, inline code, and links such
as the demos index.
- Bullet lists
- With multiple items
- Rendered by Infima styles
- Numbered lists
- Work too
Code blocks
Syntax highlighting and the copy button come for free:
npm run start # dev server at http://localhost:3000
npm run build # static output in build/
docusaurus.config.js
export default {
title: 'RRX.com Demos',
tagline: 'For internal use only',
};
Admonitions
tip
Use {/* truncate */} to control where the excerpt on the blog index ends.
warning
Both posts in this blog are test content only — replace them with real articles when publishing.
Tables
| Feature | Supported |
|---|---|
| Tags | Yes |
| Authors | Yes |
| RSS / Atom | Yes |
| Reading time | Yes |
