Jack's Blog

Skip to content
Go back

Getting Started with Story

Jack
Jack
Published at: 2026-06-27 10:00:00
Tags:

Install the theme

Install Story 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)
├── _links.md         # Friend links data (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 hexo-theme-redefine.

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)
  • Unordered list item
  • Another item with bold and italic
  1. Ordered list
  2. Second step

End of typography demo.

  • Article title: Getting Started with Story
  • Author: Jack
  • Created: 2026-06-27 10:00:00
  • Permalink: /posts/getting-started-with-story.html
  • License: CC BY-NC-SA 4.0