https://github.com/bpevs/bpev.me
bpev.me
https://github.com/bpevs/bpev.me
deno web-apps
Last synced: 3 months ago
JSON representation
bpev.me
- Host: GitHub
- URL: https://github.com/bpevs/bpev.me
- Owner: bpevs
- Created: 2018-02-25T23:16:28.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T02:30:16.000Z (over 1 year ago)
- Last Synced: 2025-01-23T14:37:05.316Z (4 months ago)
- Topics: deno, web-apps
- Language: TypeScript
- Homepage: https://bpev.me
- Size: 281 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bpev.me
This is a repository for:
- `bpev.me` homepage
- `*.bpev.me` microapps# bpev.me
Usage:
```sh
cd www
deno task start --dev
```# Routes
| Path | Purpose |
| ---------------- | ----------------------------- |
| `/` | Homepage |
| `/notes` | List of Notes |
| `/notes/:id` | Note |
| `/notes/:id.txt` | Note in unformatted plaintext |
| `/notes/:id.md` | Note in markdown |
| `/rss` | RSS Feed of Notes |
| `/projects` | Static Project page |# Scripts
| Script | Purpose |
| -------------------- | ----------------------------------------------------- |
| `blog_images.sh` | Format small, mid, and big images in og format + webp |
| `blog_image_data.js` | Generate image_data.json |