A small frontend for WhiteWind, a MarkDown blog service using ATProto.
Find a file
dependabot[bot] 5186e8710b
chore(deps-dev): bump vite from 5.4.11 to 5.4.14
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 04:59:51 +00:00
.vscode Updated dependencies 2024-12-21 18:52:11 -05:00
src Minor tweaks 2024-12-08 15:17:07 -05:00
static Minor tweaks 2024-12-08 15:17:07 -05:00
.gitignore Minor tweaks 2024-12-08 15:17:07 -05:00
.npmrc chore: first commit 2024-12-03 10:07:06 -08:00
blog.code-workspace chore: first commit 2024-12-03 10:07:06 -08:00
bun.lockb Minor tweaks 2024-12-08 15:17:07 -05:00
compose.yaml fix: port number 2024-12-03 13:08:47 -08:00
Dockerfile fix: dockerfile 2024-12-03 12:41:57 -08:00
eslint.config.js chore: first commit 2024-12-03 10:07:06 -08:00
LICENSE chore: first commit 2024-12-03 10:07:06 -08:00
package-lock.json chore(deps-dev): bump vite from 5.4.11 to 5.4.14 2025-01-22 04:59:51 +00:00
package.json chore(deps-dev): bump vite from 5.4.11 to 5.4.14 2025-01-22 04:59:51 +00:00
postcss.config.js chore: first commit 2024-12-03 10:07:06 -08:00
README.md Updated dependencies 2024-12-21 18:52:11 -05:00
svelte.config.js chore: first commit 2024-12-03 10:07:06 -08:00
tailwind.config.ts feat: border around images 2024-12-03 13:07:24 -08:00
tsconfig.json chore: first commit 2024-12-03 10:07:06 -08:00
vite.config.ts chore: first commit 2024-12-03 10:07:06 -08:00

TonyBark.com

A small, self-hosted WhiteWind blog, powered by WhiteBreeze.

Usage

Bun recommended.

Environment variables

Whether in development or production, you will need to change environment variables when working with WhiteBreeze.

PUBLIC_HANDLE="myhandle.bsky.social" # Your handle, or DID
PUBLIC_ABOUT="Welcome to my blog!" # Optional description of the kinds of posts you'll be making, or a greeting.
# PUBLIC_ABOUT Shows up under your Bluesky profile description in the profile card.

Development

npm install
npm run dev

Standalone

npm install
npm run build
node index.js

Put environment variables ahead of the last command, port can also be configured with PORT.

Dockerized

Modify docker-compose.yaml and change the host port if necessary.

docker compose up