Blogkit is a unified blog engine inspired by Sairin.
Template | One-Click Deploy |
---|---|
blogkit-notion-starter | |
blogkit-yuque-starter |
Theme | Description |
---|---|
blogkit-theme-minimal | Minimal theme |
blogkit.config.ts
// with ts intellisense
import { defineConfig } from 'blogkit'
export default defineConfig({
siteConfig: {
title: 'MyBlog', // required
author: '',
url: '',
},
theme: {},
request: {},
})
More details see types.ts.
Set the request
in blogkit.config.ts
.
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