18 lines
490 B
Markdown
18 lines
490 B
Markdown
---
|
|
description: An example site for hugo-theme-gallery. Images from Unsplash.
|
|
#lastmod: 2023-07-05
|
|
title: Hugo Gallery
|
|
resources:
|
|
- src: martin-martz-wRuhOOaG-Z4-unsplash.jpg
|
|
params:
|
|
cover: true # cover of the home page is used for OpenGraph cards, etc.
|
|
menus:
|
|
main:
|
|
name: Home
|
|
weight: -1
|
|
# sub-galleries on list pages are sorted by date and weight (descending)
|
|
#cascade:
|
|
# build:
|
|
# publishResources: false # do not include full images. Also disable download
|
|
---
|