Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2nthony/blogkit-example


https://github.com/2nthony/blogkit-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Blogkit example

This is a full example repo for [blogkit](https://github.com/2nthony/blogkit), includes:

- custom request
- custom theme(Home page, Post page)

Checkout the [blogkit](./blogkit) folder for details.

## Development

```sh
pnpm i
pnpm run dev
```

Then modify the `blogkit.config.ts`, `blogkit/{request,theme}.ts(x)` on demand.