added links and mkdocs docs

This commit is contained in:
2025-01-27 16:18:58 +01:00
parent 1d5336d04a
commit f510dd935f
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@
```bash
magick source.jpg -strip -interlace Plane -gaussian-blur 0.05 -quality 85% result.jpg
```
[source](https://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick)
* [command source](https://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick)
* [image resizing](https://legacy.imagemagick.org/Usage/resize/)

View File

@@ -60,7 +60,7 @@ pages:
What does everything do?
| pages | Description |
| Variables | Description |
|--------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| image | Defines what OS should be used to for the scripts |
| before_script | Commands to run before you run the script or build something |