Service to publish gemini posts via PGP signed email
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-05 02:17:49 +00:00
src only show top 5 posts on index page 2025-12-30 03:01:04 +00:00
.env.sample refactor to handle new content structure 2025-12-30 02:11:19 +00:00
.gitignore gitignore: .DS_Store is a file not a folder 2026-01-05 02:17:49 +00:00
bun.lock half-complete implementation 2025-12-29 15:53:33 +00:00
jsconfig.json half-complete implementation 2025-12-29 15:53:33 +00:00
LICENSE add LICENSE 2025-12-29 17:27:23 +00:00
package.json half-complete implementation 2025-12-29 15:53:33 +00:00
README.md half-complete implementation 2025-12-29 15:53:33 +00:00

gemini-mailpub

To install dependencies:

bun install

To run:

bun run src/index.js

This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.