qBittorrent website
Go to file
Chocobo1 801aab38a2
Some checks failed
CI / Check (push) Has been cancelled
Deploy to GitHub Pages / Deploy (push) Has been cancelled
Use swc for faster typescript compilation
2024-11-19 02:00:50 +08:00
_site Use swc for faster typescript compilation 2024-11-19 02:00:50 +08:00
.github CI: add checks for atom feed 2024-10-15 15:49:45 +08:00
atom_generator Fix date off-by-one in atom feeds 2024-10-15 16:12:54 +08:00
src Rewrite scripts to typescript 2024-11-19 01:54:29 +08:00
.eleventy.js Use swc for faster typescript compilation 2024-11-19 02:00:50 +08:00
.gitignore Add CI checking for css files 2021-05-27 15:43:34 +08:00
.htmlvalidate.json Enable more checks 2024-07-17 14:41:53 +08:00
.stylelintrc.json Drop deprecated rule 2023-03-09 15:49:51 +08:00
.swcrc Use swc for faster typescript compilation 2024-11-19 02:00:50 +08:00
eslint.config.mjs Rewrite scripts to typescript 2024-11-19 01:54:29 +08:00
package.json Use swc for faster typescript compilation 2024-11-19 02:00:50 +08:00
README.md Add backup mirror information 2023-03-09 16:22:34 +08:00
tsconfig.json Rewrite scripts to typescript 2024-11-19 01:54:29 +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