chore: update gallery example
parent
4b4bbcc346
commit
361f6e9a79
|
@ -1,4 +1,5 @@
|
|||
title: Being Outside in Fresh Air & How Your Body Loves It
|
||||
date: 2016-07-09 00:00:00
|
||||
categories:
|
||||
- LifeStyle
|
||||
banner: /hexo-theme-icarus/gallery/shoes.jpg
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
title: Gallery Example
|
||||
date: 2015-01-26 21:55:37
|
||||
date: 2016-07-08 00:00:00
|
||||
photos:
|
||||
- https://www.hdwallpapers.net/previews/starry-night-over-corsica-986.jpg
|
||||
- https://www.hdwallpapers.net/previews/water-plant-close-up-979.jpg
|
||||
|
@ -30,4 +30,21 @@ You can also add photos between text to create another gallery like this:
|
|||
|
||||
or this:
|
||||
|
||||

|
||||

|
||||
|
||||
Finally, you can also use Justified Gallery to display you photos in a grid:
|
||||
|
||||
```diff
|
||||
# Plugins
|
||||
plugins:
|
||||
+ justifiedgallery: true # options: true, false
|
||||
google_analytics: # enter the tracking ID for your Google Analytics
|
||||
...
|
||||
```
|
||||
|
||||
<div class="justified-gallery">
|
||||

|
||||

|
||||

|
||||

|
||||
</div>
|
|
@ -1 +1 @@
|
|||
Subproject commit 28eceaa527ae98352ac4a95920fdedc7f4e5fda1
|
||||
Subproject commit d2b4e6a339bdb72ca4ee768fdb02f496e49b2de2
|
Loading…
Reference in New Issue