migrating from old theme name
This commit is contained in:
22
exampleSite/content/post/image-gallery.md
Normal file
22
exampleSite/content/post/image-gallery.md
Normal file
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
authors = [
|
||||
"Hugo Authors",
|
||||
]
|
||||
title = "Image Gallery"
|
||||
date = "2020-01-02"
|
||||
description = "Showcase the image gallery feature."
|
||||
tags = [
|
||||
"gallery",
|
||||
"lightbox",
|
||||
]
|
||||
images = [
|
||||
"image-gallery.jpg",
|
||||
]
|
||||
+++
|
||||
|
||||
Showcase the image gallery feature using the `Figure` shortcode. Images using the `Figure` shortcode will be rendered through [`ekko-lightbox`](https://ashleydw.github.io/lightbox/).
|
||||
<!--more-->
|
||||
|
||||
{{< figure src="https://unsplash.it/1200/768.jpg?image=251" >}}
|
||||
{{< figure src="https://unsplash.it/1200/768.jpg?image=252" >}}
|
||||
{{< figure src="https://unsplash.it/1200/768.jpg?image=253" >}}
|
||||
Reference in New Issue
Block a user