Skip to content
Paper Theme
Go back

Getting Started with Paper

Updated:
Tags:

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:

export function hello(name) {
  console.log(`Hello, ${name}!`);
}
FeatureStatus
Dark mode
View Transitions
Algolia search✅ (with algolia_search config)
  1. Ordered list
  2. Second step

End of typography demo.