qBittorrent website
Go to file
sledgehammer_999 7e3601ba17
Remove recommendation of BountySource
There are reports that they aren't paying bounties nor returning money to people.
Plus the website seems to not work properly anymore.
Probably abandoned as a service.
2024-01-17 01:59:16 +02:00
_includes v4.6.3 release 2024-01-16 23:26:54 +02:00
_site Remove recommendation of BountySource 2024-01-17 01:59:16 +02:00
.github Bump github actions versions (#223) 2024-01-02 03:02:45 +08:00
.well-known Add verification token for FlatHub 2023-12-03 23:56:20 +08:00
css Tweak OS icon margin 2023-11-01 16:11:46 +08:00
img Show developer avatars (#210) 2023-04-23 14:13:05 +08:00
.eleventy.js Add verification token for FlatHub 2023-12-03 23:56:20 +08:00
.gitignore Add CI checking for css files 2021-05-27 15:43:34 +08:00
.htaccess Remove 'no case' flag 2023-04-21 20:31:35 +08:00
.htmlvalidate.json Relax id attribute checking 2023-10-29 17:30:36 +08:00
.stylelintrc.json Drop deprecated rule 2023-03-09 15:49:51 +08:00
donate.liquid Remove recommendation of BountySource 2024-01-17 01:59:16 +02:00
download.liquid v4.6.3 release 2024-01-16 23:26:54 +02:00
favicon.ico Update favicon 2017-11-20 15:24:52 +08:00
favicon.svg Include svg favicon 2023-10-24 16:07:02 +08:00
index.md Use https for subdomains 2023-04-21 15:00:48 +08:00
news.md v4.6.3 release 2024-01-16 23:26:54 +02:00
old_news.md Restructure news page generation 2023-11-01 06:27:23 +08:00
package.json Add anchor tags for headers 2023-10-29 17:18:16 +08:00
README.md Add backup mirror information 2023-03-09 16:22:34 +08:00
team.liquid Convert .png images to .webp format 2023-04-20 10:00:32 +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