chore: add exampleSite
And associated files for Hugo Themes Site
BIN
exampleSite/content/home/gallery/gallery/theme-1950s.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
exampleSite/content/home/gallery/gallery/theme-apogee.png
Normal file
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 22 KiB |
BIN
exampleSite/content/home/gallery/gallery/theme-dark.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
exampleSite/content/home/gallery/gallery/theme-default.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
exampleSite/content/home/gallery/gallery/theme-forest.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
exampleSite/content/home/gallery/gallery/theme-ocean.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
exampleSite/content/home/gallery/gallery/theme-strawberry.png
Normal file
After Width: | Height: | Size: 39 KiB |
12
exampleSite/content/home/gallery/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
# Gallery section using the Blank widget and Gallery element (shortcode).
|
||||
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
|
||||
headless = true # This file represents a page section.
|
||||
active = true # Activate this widget? true/false
|
||||
weight = 66 # Order that this section will appear.
|
||||
|
||||
title = "Gallery"
|
||||
subtitle = ""
|
||||
+++
|
||||
|
||||
{{< gallery >}}
|