Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2nthony/blogkit-example
https://github.com/2nthony/blogkit-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2nthony/blogkit-example
- Owner: 2nthony
- Created: 2022-03-06T11:11:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:26:27.000Z (about 1 year ago)
- Last Synced: 2024-10-12T08:44:40.481Z (3 months ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.