mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
docs: scrrreenshots
This commit is contained in:
parent
ce2485b127
commit
1ced7fb41e
2 changed files with 12 additions and 8 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
.DS_Store
|
||||
public*/
|
||||
exampleSite/public
|
||||
exampleSite/hugo*.exe
|
||||
.hugo_build.lock
|
||||
exampleSite/public*
|
||||
exampleSite/hugo*.exe
|
||||
images/hero.xcf
|
||||
images/hero.zip
|
||||
|
|
|
@ -7,11 +7,14 @@ Sometimes screenshots need to be redone. This page explains how to create the di
|
|||
|
||||
## Common
|
||||
|
||||
**Creation**:
|
||||
|
||||
- Use English translation
|
||||
- Empty search
|
||||
- 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**:
|
||||
|
||||
|
@ -38,7 +41,7 @@ The content should be:
|
|||
|
||||
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)
|
||||
|
||||
|
@ -46,7 +49,7 @@ The location is mandatory due to Hugo's theme site builder.
|
|||
|
||||
**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:
|
||||
|
||||
|
@ -75,10 +78,10 @@ The content should be:
|
|||
|
||||
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)
|
||||
|
||||
**Preview** `images/tn.png`:
|
||||
### Preview `images/tn.png`
|
||||
|
||||
![tn](/images/tn.png?classes=shadow&width=100%25&height=100%25)
|
||||
|
|
Loading…
Reference in a new issue