mirror of
https://github.com/tonytins/tonybark.com.git
synced 2025-03-15 07:21:21 +00:00
A small frontend for WhiteWind, a MarkDown blog service using ATProto.
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> |
||
---|---|---|
.vscode | ||
src | ||
static | ||
.gitignore | ||
.npmrc | ||
blog.code-workspace | ||
bun.lockb | ||
compose.yaml | ||
Dockerfile | ||
eslint.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
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