diff --git a/docs/bootcamp/imagemagick.md b/docs/bootcamp/imagemagick.md index ae15834..5ed91e0 100644 --- a/docs/bootcamp/imagemagick.md +++ b/docs/bootcamp/imagemagick.md @@ -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/) diff --git a/docs/bootcamp/mkdocs.md b/docs/bootcamp/mkdocs.md index c598973..ca0ded7 100644 --- a/docs/bootcamp/mkdocs.md +++ b/docs/bootcamp/mkdocs.md @@ -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 |