Skip to content

Instantly share code, notes, and snippets.

@RobbiNespu
Last active June 30, 2021 09:20
Show Gist options
  • Save RobbiNespu/fd68002eed5e84809948cfbf8a93e618 to your computer and use it in GitHub Desktop.
Save RobbiNespu/fd68002eed5e84809948cfbf8a93e618 to your computer and use it in GitHub Desktop.
SingleFile
{{< load-photoswipe >}}
# Single file
{{< figure src="../../images/upload/60358116_1158504001018697_6541084584484798464_n.jpg" alt="This is a caption">}}
# Gallery - load directory (local) directly
{{< gallery dir="images/upload/" />}}
# Gallery - load local file and remove file
{{< gallery >}}
{{< figure src="../images/upload/60358116_1158504001018697_6541084584484798464_n.jpg" caption="This is a local file">}}
{{< figure src="https://www.liwen.id.au/img/arduino/test-setup.jpg" caption="This is a remote file">}}
{{< /gallery >}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment