qBittorrent website
Go to file
sledgehammer_999 e835be7e74
Some checks failed
CI / Check (push) Has been cancelled
Deploy to GitHub Pages / Deploy (push) Has been cancelled
Revise news entry
2024-09-30 04:07:15 +03:00
_site Revise news entry 2024-09-30 04:07:15 +03:00
.github Generate Atom feed for News page 2024-07-07 01:10:47 +08:00
atom_generator Use UTC+0 timezone for entry dates 2024-08-20 04:36:29 +08:00
src Revise news entry 2024-09-30 04:07:15 +03:00
.eleventy.js Generate Atom feed for News page 2024-07-07 01:10:47 +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
.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 Update eslint rules 2024-07-15 19:51:23 +08:00
package.json Generate Atom feed for News page 2024-07-07 01:10:47 +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