mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
YunoHost documentation
e04f109b04
YouTube has an extremely invasive privacy policy which relies on using user data in unethical ways. You give them a lot of data - ranging from ideas, music taste, content, political opinions, and much more than you think. By using Piped - https://github.com/TeamPiped/Piped/wiki/Instances , you can freely watch and listen to content freely without the fear of prying eyes watching everything you are doing. License available at https://github.com/TeamPiped/Piped/blob/master/LICENSE . |
||
---|---|---|
config | ||
dev/plugins | ||
images | ||
orphaned | ||
pages | ||
tests | ||
themes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
YunoHost Documentation
Please report issues on YunoHost bugtracker.
Contributing
This repo use a submodule to provide the theme. So when you clone use:
git clone --recursive https://github.com/YunoHost/doc.git
You can refer to the page on writing documentation.
If you know docker, you can run:
docker-compose up
Regenerate the css
We use scss to manage the css. If you want to change it, you must rebuild it.
First install npm, then in the root folder of this repo, install sass: npm install sass
Finally you can rebuild the css with (You can replace expanded
by compressed
if you want):
./node_modules/sass/sass.js themes/yunohost-docs/scss:themes/yunohost-docs/css --style expanded
Source: https://sass-lang.com/guide