Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 872 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 872 Bytes

bisheng-theme-one

npm package NPM downloads Dependency Status

The one theme for bisheng.

Features

  • Load Markdown data lazily.
  • Server-side render for SEO.

Usage

Installation:

npm i --save bisheng-theme-one

Configuration in bisheng.config.js:

{
  theme: 'bisheng-theme-one',
  ...
}

Note

publishDate is required in Markdown file:

---
title: Title
publishDate: 2011-11-11
---

Content

Liscense

MIT