README.md (501B)
1 # Theme gallery images 2 3 Drop two PNGs into this directory before submitting to the Hugo themes 4 gallery (https://themes.gohugo.io): 5 6 - `screenshot.png` — 1500 × 1000 px, full-page screenshot 7 - `tn.png` — 900 × 600 px, thumbnail 8 9 Generate them by running the example site and screenshotting: 10 11 ```bash 12 hugo server --source exampleSite --themesDir ../.. 13 # open http://localhost:1313 and capture 14 ``` 15 16 This is a Hugo gallery requirement, not a theme requirement — the theme 17 works fine without them.