https://github.com/rushiimachine/blog
a personal blog for silly things!
https://github.com/rushiimachine/blog
astro blog fuwari
Last synced: 4 months ago
JSON representation
a personal blog for silly things!
- Host: GitHub
- URL: https://github.com/rushiimachine/blog
- Owner: rushiiMachine
- Created: 2025-08-04T21:43:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-20T03:20:46.000Z (8 months ago)
- Last Synced: 2026-01-16T02:41:38.396Z (5 months ago)
- Topics: astro, blog, fuwari
- Language: MDX
- Homepage: https://blog.rushii.dev/
- Size: 4.23 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# blog.rushii.dev


a personal blog for silly things!
Based on the [Fuwari](https://github.com/saicaca/fuwari) blog template,
built with Astro, Svelte, and Tailwind.
## Development
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:---------------------------|:-------------------------------------------------|
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm check` | Run checks for errors in your code |
| `pnpm format` | Format your code using Biome |
| `pnpm new-post ` | Create a new post |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro --help` | Get help using the Astro CLI |