Install the theme
Install Paper Theme via everkm-publish and set it in your site's everkm.yaml.
Content structure
your-site/
├── _home.md # Hero content for virtual homepage
├── _about.md # About page (virtual template)
└── posts/
└── *.md # Blog posts
Featured posts
Add the featured tag to surface posts on the homepage:
tags:
- featured
Typography samples
Blockquotes use a left accent border and reduced opacity, matching Astro Paper.
Inline code uses a muted background. Fenced blocks:
| Feature | Status |
|---|---|
| Dark mode | ✅ |
| View Transitions | ✅ |
| Algolia search | ✅ (with algolia_search config) |
- Unordered list item
- Another item with bold and italic
- Ordered list
- Second step
End of typography demo.