mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Remove JPEG as format for showcase thumbnails
This commit is contained in:
parent
d5379fd1fe
commit
e70cf1ace4
1 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ title: example
|
||||||
|
|
||||||
Add at least values for `sitelink`, `title`, `description` and a path for `thumbnail`.
|
Add at least values for `sitelink`, `title`, `description` and a path for `thumbnail`.
|
||||||
|
|
||||||
Furthermore, we need to create the thumbnail of your website. **It's important that the thumbnail has the required dimensions of 600px by 400px.** Give your thumbnail a name like `example-tn.png` or `example-tn.jpg`. Save it under `docs/static/img/`.
|
Furthermore, we need to create the thumbnail of your website. **It's important that the thumbnail has the required dimensions of 600px by 400px.** Give your thumbnail a name like `example-tn.png`. Save it under `docs/static/img/`.
|
||||||
|
|
||||||
Check a last time that everything works as expected. Start Hugo's built-in server in order to inspect your local copy of the showcase in the browser:
|
Check a last time that everything works as expected. Start Hugo's built-in server in order to inspect your local copy of the showcase in the browser:
|
||||||
|
|
||||||
|
@ -105,6 +105,6 @@ If everything looks fine, we are ready to commit your additions. For the sake of
|
||||||
|
|
||||||
git commit -m"docs: Add example.com to the showcase"
|
git commit -m"docs: Add example.com to the showcase"
|
||||||
|
|
||||||
Last but not least, we're ready to create a [pull request](https://github.com/spf13/hugo/compare).
|
Last but not least, we're ready to create a [pull request](https://github.com/spf13/hugo/compare).
|
||||||
|
|
||||||
Don't forget to accept the contributor license agreement. Click on the yellow badge in the automatically added comment in the pull request.
|
Don't forget to accept the contributor license agreement. Click on the yellow badge in the automatically added comment in the pull request.
|
||||||
|
|
Loading…
Reference in a new issue