Blogkit is a unified blog engine inspired by Sairin.
| Name | Version | Description | 
|---|---|---|
| blogkit-notion | Request preset for Notion database | |
| blogkit-yuque | Request preset for Yuque repo | |
| blogkit-strapi | Request preset for Strapi CMS | 
| Name | Description | 
|---|---|
| blogkit-notion-starter | Notion request and minimal theme | 
| blogkit-yuque-starter | Yuque request and minimal theme | 
| blogkit-strapi-starter | Strapi CMS and minimal theme | 
| Name | Description | 
|---|---|
| blogkit-theme-minimal | Minimal theme | 
blogkit.config.js
// with ts intellisense
import { defineBlogkitConfig } from 'blogkit'
export default defineBlogkitConfig({
  siteConfig: {
    title: 'MyBlog', // required
    author: '',
    url: '',
  },
  theme: {},
  request: {},
})Details to see types.ts, but more recommend to see blogkit-example.
For full example see blogkit-example.
Set the request in blogkit.config.js.
This is how blogkit-notion provided.
TODO, if you still, you could see the source code of blogkit-theme-minimal.
No.
Every 1 minute.
MIT © 2nthony
