File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,18 @@ To work on the Javascript and SCSS of the site you need to run
114114npm 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
You can’t perform that action at this time.
0 commit comments