Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbittorrent/qbittorrent-website
qBittorrent website
https://github.com/qbittorrent/qbittorrent-website
qbittorrent website
Last synced: 6 days ago
JSON representation
qBittorrent website
- Host: GitHub
- URL: https://github.com/qbittorrent/qbittorrent-website
- Owner: qbittorrent
- Created: 2016-12-27T14:38:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T19:05:39.000Z (26 days ago)
- Last Synced: 2024-11-26T20:20:35.870Z (26 days ago)
- Topics: qbittorrent, website
- Language: HTML
- Homepage: https://www.qbittorrent.org
- Size: 2.68 MB
- Stars: 188
- Watchers: 19
- Forks: 108
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qBittorrent-website
===
[![GitHub Actions CI Status](https://github.com/qbittorrent/qBittorrent-website/workflows/CI/badge.svg)](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
```