This is the official repository for hosting collaborative development of the official DietPi OS home page https://dietpi.com/ as well as the DietPi-Software overview page https://dietpi.com/dietpi-software.html.
DietPi-Website by DietPi is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License - CC BY-SA 4.0.
- Original website theme: Pluton by Graphberry
- Initial content author and webmaster until 2019: Daniel Knight (Fourdee)
- jQuery v3.5.1
- Bootstrap v4.5.3
- Mixitup v3.3.1
- jquery.cslider with a slight modification to allow wrapping slides into a container element
- Font Awesome Free v5.15.1
- Roboto
- google-font-download for Roboto download
- minify to minify HTML and CSS files
- JavaScript Minifier to minify JavaScript files
Deploy to /tmp/DietPi-Website-master
(no input argument):
bash -c "$(curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi-Website/master/deploy.bash)"
Deploy to /var/www
(target path as input argument $1):
bash -c "$(curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi-Website/master/deploy.bash)" bash '/var/www'