2026-05-20 01:04:37 -05:00
2026-05-20 01:04:37 -05:00
2026-05-19 21:45:20 -05:00
2026-05-19 21:45:20 -05:00
2026-05-19 21:45:20 -05:00
2026-05-19 21:45:20 -05:00
2026-05-23 08:42:52 +08:00
2026-05-23 15:07:43 +08:00
2026-05-20 01:04:37 -05:00
2026-05-19 21:45:20 -05:00

OnixByte Homepage

The official OnixByte site — a central hub for technical blogs, project documentation, and development standards.

Tech Stack

A static documentation site built with Rspress, supporting bilingual content (en-gb / zh-hans). All pages are authored in Markdown / MDX.

URLs

Domain Recommended For
onixbyte.cn Users in mainland China
onixbyte.com Users outside mainland China
onixbyte.github.io Global (GitHub Pages fallback)

Local Development

pnpm install
pnpm dev        # Start dev server with HMR
pnpm build      # Production build, outputs to dist/
pnpm preview    # Preview the production build locally
pnpm lint       # ESLint
pnpm format     # Prettier — format all files

Directory Structure

docs/
├── public/          # Static assets (logos, icons, etc.)
├── en-gb/           # English content
│   ├── blogs/       # Technical blog posts
│   ├── projects/    # Project documentation
│   └── notifications/  # Announcements
└── zh-hans/         # Simplified Chinese content
    ├── blogs/
    ├── projects/
    └── notifications/

Deployment

Pushing to the main branch triggers a GitHub Actions workflow that builds the site and deploys it to GitHub Pages.

Licence

MIT

S
Description
No description provided
Readme 436 KiB
Languages
TypeScript 93.9%
JavaScript 4.3%
CSS 1.8%