docs: scrrreenshots

This commit is contained in:
Sören Weber 2023-01-28 11:55:55 +01:00
parent ce2485b127
commit 1ced7fb41e
No known key found for this signature in database
GPG Key ID: BEC6D55545451B6D
2 changed files with 12 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store .DS_Store
public*/
exampleSite/public
exampleSite/hugo*.exe
.hugo_build.lock .hugo_build.lock
exampleSite/public*
exampleSite/hugo*.exe
images/hero.xcf
images/hero.zip

View File

@ -7,11 +7,14 @@ Sometimes screenshots need to be redone. This page explains how to create the di
## Common ## Common
**Creation**:
- Use English translation - Use English translation
- Empty search - Empty search
- Remove history checkmarks but leave it on the page thats used for the screenshot - Remove history checkmarks but leave it on the page thats used for the screenshot
- After resize of the page into the required resolution, reload the page to have all scrollbars in default loading position
## Screenshot ## Demo Screenshot
**Content**: **Content**:
@ -38,7 +41,7 @@ The content should be:
The location is mandatory due to Hugo's theme site builder. The location is mandatory due to Hugo's theme site builder.
**Preview** `images/screenshot.png`: ### Preview `images/screenshot.png`
![Screenshot](/images/screenshot.png?classes=shadow&width=100%25&height=100%25) ![Screenshot](/images/screenshot.png?classes=shadow&width=100%25&height=100%25)
@ -46,7 +49,7 @@ The location is mandatory due to Hugo's theme site builder.
**Content**: **Content**:
Show the [screenshot](#screenshot) page on different devices and different themes. Composition of different images. Show the [Demo Screenshot](#demo-screenshot) page on different devices and different themes. Composition of the different device screenshots into a template.
The content should be: The content should be:
@ -75,10 +78,10 @@ The content should be:
The location of `images/tn.png` is mandatory due to Hugo's theme site builder. The location of `images/tn.png` is mandatory due to Hugo's theme site builder.
**Preview** `images/hero.png`: ### Preview `images/hero.png`
![Hero](/images/hero.png?classes=shadow&width=100%25&height=100%25) ![Hero](/images/hero.png?classes=shadow&width=100%25&height=100%25)
**Preview** `images/tn.png`: ### Preview `images/tn.png`
![tn](/images/tn.png?classes=shadow&width=100%25&height=100%25) ![tn](/images/tn.png?classes=shadow&width=100%25&height=100%25)