qBittorrent website
Go to file
2023-11-01 16:11:42 +08:00
_includes Restructure news page generation 2023-11-01 06:27:23 +08:00
_site Add links to nightly builds 2023-11-01 16:11:42 +08:00
.github Bump github actions versions (#219) 2023-09-05 20:42:40 +08:00
css Add anchor tags for headers 2023-10-29 17:18:16 +08:00
img Show developer avatars (#210) 2023-04-23 14:13:05 +08:00
.eleventy.js Restructure news page generation 2023-11-01 06:27:23 +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 Show developer avatars (#210) 2023-04-23 14:13:05 +08:00
download.liquid Add links to nightly builds 2023-11-01 16:11:42 +08: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 Restructure news page generation 2023-11-01 06:27:23 +08: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