This website is built using Docusaurus, a modern static website generator.
To get started, install the necessary dependencies:
bun installTo start a local development server, run:
bun startYou can use Vercel to depoly, Very easy.
We provide a CI script for automation. Just push your changes and the workflow will automatically build, commit, and push.
Modify the baseUrl field in the docusaurus.config.js file to match your custom domain:
const config: Config = {
title: 'GPU Passthrough Made Easy',
tagline: 'Made GPU-Passthru easy, for everyone. Just follow the guide!',
favicon: 'img/favicon.ico',
// Set the production url of your site here
url: 'https://gpu.passthru.info',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
}If you'd like to contribute to this project, please fork the repository and submit a pull request. We welcome contributions of all kinds!
Please adhere to the conventional commits specification and keep commit messages clear.
This project is licensed under the MIT License. See the LICENSE file for details.