Skip to content

xavier2k6/qBittorrent-website

 
 

Repository files navigation

qBittorrent-website

GitHub Actions CI Status

This repository contains the official qBittorrent website: https://www.qbittorrent.org/
A backup mirror is hosted at: https://qbittorrent.github.io/qBittorrent-website/

Anyone is welcome to submit PRs that fix problems and improve things.

You can also submit redesigns but first open a bug report informing us and maybe show some mockups. Otherwise, you run the risk of wasting your time in case we won't agree with the redesign.

How to build

The site uses 11ty as a static site generator. In the git repo folder do:

npm install
npm run build

Then the site is generated under the _site subfolder.

You can also run the following to start up a local development server:

npm run serve

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.2%
  • Liquid 9.6%
  • CSS 2.2%
  • JavaScript 1.0%