colmugx / blogkit

Blogkit(beta) is a unified blog engine. Inspired by @djyde's Sairin.

Home Page:https://blogkit.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogkit (beta)

Blogkit is a unified blog engine inspired by Sairin.

Get started with starter templates

Template One-Click Deploy
blogkit-notion-starter Deploy with Vercel
blogkit-yuque-starter Deploy with Vercel

Themes

Theme Description
blogkit-theme-minimal Minimal theme

Configuration

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.

Development

Integrate with custom service

Set the request in blogkit.config.ts.

This is how blogkit-notion provided.

Theme

TODO, if you still, you could see the source code of blogkit-theme-minimal.

Q

Should I redeploy the Vercel project after my post updated?

No.

How long will my post update?

Every 1 minute.

License

MIT © 2nthony

About

Blogkit(beta) is a unified blog engine. Inspired by @djyde's Sairin.

https://blogkit.vercel.app

License:MIT License


Languages

Language:TypeScript 71.9%Language:CSS 14.6%Language:JavaScript 13.5%