Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2016-09-11 19:18:28 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-09-11 19:18:28 +0300
commite70cf1ace45498366d029e699af39441fab6bd0f (patch)
treec408394d53114307b1f105f92c9db79ac78a8eee /docs
parentd5379fd1fe487bcdba878b45fc73f13c6ae4d981 (diff)
docs: Remove JPEG as format for showcase thumbnails
Diffstat (limited to 'docs')
-rw-r--r--docs/content/community/contributing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/community/contributing.md b/docs/content/community/contributing.md
index fe3c4bd47..10c7166be 100644
--- a/docs/content/community/contributing.md
+++ b/docs/content/community/contributing.md
@@ -95,7 +95,7 @@ title: example
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:
@@ -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"
-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. \ No newline at end of file
+Don't forget to accept the contributor license agreement. Click on the yellow badge in the automatically added comment in the pull request.