ieee0824 / hugo-shortcodes-image-gallery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo-shortcodes-image-gallery

overview

This implementation enumerates images in Grid format.
If the original image has Exif information, it is displayed in a table.
Exif information is removed from the original size of the linked image.
WebP and Jpeg images are generated as thumbnails and displayed separately for each browser.
Please customize the CSS according to your site.

概要

画像をGrid形式で列挙する実装です。
Exifの情報を元画像が持っている場合は表に表示します。
リンク先のオリジナルのサイズの画像からはExifを削除しています。
サムネイルとしてWebPとJpegを生成してブラウザごとに出し分けを行います。
利用するサイトに合わせてCSSはカスタマイズしてください。

example

{{< gallery
"/image/1.jpg"
"/image/2.jpg"
"/image/3.jpg"
...
>}}

sample page

blog.ast.moe/gallery/

About


Languages

Language:HTML 88.6%Language:SCSS 11.4%