diff --git a/Makefile b/Makefile index db5961e..6ce9261 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ $(foreach size, $(IMG_SIZES), \ define convert-rule $(1):$(2) mkdir -p $(dir $(1)) - convert $(2) -resize $(3) $(1) + convert $(2) -resize $(3)x$(3) $(1) endef diff --git a/content/.gitignore b/content/.gitignore new file mode 100644 index 0000000..c291c09 --- /dev/null +++ b/content/.gitignore @@ -0,0 +1 @@ +images diff --git a/content/images_org/de.jpg b/content/extra/de.jpg similarity index 100% rename from content/images_org/de.jpg rename to content/extra/de.jpg diff --git a/content/images_org/en.jpg b/content/extra/en.jpg similarity index 100% rename from content/images_org/en.jpg rename to content/extra/en.jpg diff --git a/content/extra/lightgallery.css b/content/extra/lightgallery.css index ea35129..2dcd891 100644 --- a/content/extra/lightgallery.css +++ b/content/extra/lightgallery.css @@ -976,3 +976,4 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; } + diff --git a/content/images/.gitignore b/content/images/.gitignore deleted file mode 100644 index 88cc107..0000000 --- a/content/images/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.jpg -*.png diff --git a/content/images_org/quad/motor.jpg b/content/images_org/quad/motor.jpg index 4f02345..74f9283 100644 Binary files a/content/images_org/quad/motor.jpg and b/content/images_org/quad/motor.jpg differ diff --git a/content/pages/gallery/index_de.md b/content/pages/gallery/index_de.md index 347e80d..097ff2c 100644 --- a/content/pages/gallery/index_de.md +++ b/content/pages/gallery/index_de.md @@ -5,9 +5,29 @@ save_as: gallery/index.html lang: en template: page - Here you find latest pictures i am willing to share. Enjoy the views. + + +