https://github.com/qbittorrent/qbittorrent-website
qBittorrent website
https://github.com/qbittorrent/qbittorrent-website
qbittorrent website
Last synced: about 1 month ago
JSON representation
qBittorrent website
- Host: GitHub
- URL: https://github.com/qbittorrent/qbittorrent-website
- Owner: qbittorrent
- Created: 2016-12-27T14:38:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T07:12:03.000Z (3 months ago)
- Last Synced: 2025-04-12T03:52:23.796Z (about 1 month ago)
- Topics: qbittorrent, website
- Language: HTML
- Homepage: https://www.qbittorrent.org
- Size: 3.4 MB
- Stars: 197
- Watchers: 18
- Forks: 112
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qBittorrent-website
===
[](https://github.com/qbittorrent/qBittorrent-website/actions)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](https://www.11ty.dev/) as a static site generator.
In the git repo folder do:
```shell
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:
```shell
npm run serve
```