Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Rspress - Rsbuild-based Static Site Generator
[go: Go Back, main page]

✨ Easily customize Rspress themes with the rspress-custom-theme skill
close
  • English
  • Rspress
    Lightning Fast Static Site Generator

    Simple, efficient and easy to extend

    npm
    yarn
    pnpm
    bun
    deno
    npm create rspress@latest
    Rspress Logo
    Hello Rspress
    index.mdx
    # Hello Rspress

    ```ts title="index.ts"
    console.log('Hello Rspress');
    ```

    Blazing fast build speed

    The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience.

    Support for MDX

    MDX is a powerful way to write content, allowing you to use React components in Markdown.

    Built-in full-text search

    Automatically generates a full-text search index for you during construction, providing out-of-the-box full-text search capabilities.

    AI-friendly

    Generate llms.txt and Markdown files compliant with the llms.txt specification through SSG-MD, making it easier for large language models to understand and use your documentation.

    Static site generation

    In production, it automatically builds into static HTML files, which can be easily deployed anywhere.

    Providing multiple custom capabilities

    Through its extension mechanism, you can easily extend theme UI and build process.