https://github.com/freetubeapp/freetube-docs
Documentation Site for FreeTube
https://github.com/freetubeapp/freetube-docs
Last synced: 8 months ago
JSON representation
Documentation Site for FreeTube
- Host: GitHub
- URL: https://github.com/freetubeapp/freetube-docs
- Owner: FreeTubeApp
- License: mit
- Created: 2018-03-01T01:56:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T09:49:31.000Z (about 1 year ago)
- Last Synced: 2025-04-29T10:46:42.060Z (about 1 year ago)
- Language: Ruby
- Homepage: https://docs.freetubeapp.io/
- Size: 5.06 MB
- Stars: 23
- Watchers: 6
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeTube Docs
This is the Official Documentation website for [FreeTube](https://freetubeapp.io/), the Open Source YouTube client
for Windows (10 and later), Mac (macOS 11 and later), and Linux built around privacy. It is built using Jekyll and deployed using GitHub Pages.
## Setup
**NOTE:** Setting up a local instance of the site is not required to make contributions. Simply making changes to the Markdown files is enough. Setting up a local instance is however helpful if you plan on adding new pages or settings.
To setup the site yourself, you will need to have Ruby installed on your machine. Once installed, clone down the repository and run the following commands.
```
bundle install // Installs Dependencies
bundle exec jekyll serve --livereload // Creates local instance
```
You will now have a local version of the documentation site running on `http://localhost:4000`. Live reload is also enabled to automatically update the instance when changes are made.
## Contributing
We accept pull requests. If you'd like to contribute towards documentation then feel free to submit your changes and we will discuss / review them.
Looking through the [Just The Docs Documentation](https://just-the-docs.github.io/just-the-docs/) (The theme that we use) will also be helpful depending on what changes you'd like to make.