qBittorrent website
Go to file
2024-04-21 17:03:05 +08:00
_site Fix anchor 2024-04-07 04:24:38 +08:00
.github Bump github actions versions (#225) 2024-04-02 12:17:44 +08:00
src Fix anchor 2024-04-07 04:24:38 +08:00
.eleventy.js Move js to its own file 2024-02-23 18:22:22 +08:00
.gitignore Add CI checking for css files 2021-05-27 15:43:34 +08:00
.htmlvalidate.json Relax id attribute checking 2023-10-29 17:30:36 +08:00
.jsbeautifyrc Move js to its own file 2024-02-23 18:22:22 +08:00
.stylelintrc.json Drop deprecated rule 2023-03-09 15:49:51 +08:00
eslint.config.mjs Enforce strict comparison operators 2024-04-21 17:03:05 +08:00
package.json Migrate to ESLint v9 2024-04-20 14:51:09 +08:00
README.md Add backup mirror information 2023-03-09 16:22:34 +08:00

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