Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samwarnick/perfect-cms
https://github.com/samwarnick/perfect-cms
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samwarnick/perfect-cms
- Owner: samwarnick
- Created: 2024-08-02T18:54:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T11:43:23.000Z (3 months ago)
- Last Synced: 2024-08-04T01:51:31.776Z (3 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a lightweight [Micropub](https://indieweb.org/Micropub) server built with [Hono](https://hono.dev) and [Bun](https://bun.sh).
It does not fully implement the Micropub spec and is only tested with iA Writer. Built specifically for me and my [blog](https://samwarnick.com).
```sh
bun install
bun dev
```open http://localhost:3000
```sh
docker build --pull --platform linux/amd64 -t ghcr.io/samwarnick/perfect-cms .
docker push ghcr.io/samwarnick/perfect-cms:latest
```