Typography & Content Blocks
2 min read
Headings
# H1
## H2
### H3
#### H4
##### H5
###### H6
Paragraphs
This CMS allows you to manage content efficiently, with a clean UI and support for markdown-based workflows.
A well-architected CMS, especially one geared for technical, academic, or creative use cases like you're building, should include a thoughtfully designed component system that abstracts content semantics, enhances UX, and offers consistent theming.
Blockquote
❝Simplicity is the soul of efficiency.❞
— Austin Freeman
CodeBlock
function greet(name) {
return `Hello, ${name}`;
}
InlineCode
An inline code
within a paragraph.
List
Content Types
- Blog Posts
- Projects
- Notes
- Add image support
- Enable MDX parsing
Pages
- Blog
- Projects
- Notes
Table
Feature | Supported | Notes |
---|---|---|
Markdown | ✅ | Fully supported |
Syntax Highlight | ✅ | With theme customization |
Media Embeds | 🚧 | In development |