Skip to content

Commit 2d124c3

Browse files
committed
docs(gallery item)
1 parent afb904d commit 2d124c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,18 @@ To work on the Javascript and SCSS of the site you need to run
114114
npm run webpack:dev
115115
```
116116

117+
## Gallery Content
117118

119+
To add a new gallery item you can duplicate the folder `_source/gallery/example-gallery-item`
120+
121+
There Need to be two images present.
122+
123+
1. thumbnail.png with a size of 320 × 180 px (this will be used in the gallery overview)
124+
2. splash.png with a size of 1280 × 720 px (this will be used on the start page if featured is true)
125+
126+
You also should replace all the values in the frontmatter of the `index.md` file.
127+
128+
Please set your project first to `publish: false` and also the `featured: false` to get a review by the maintainers.
118129

119130
## Recipes
120131

0 commit comments

Comments
 (0)