Minor spelling and capitalization fixes

This commit is contained in:
Christian Oliff 2020-06-10 19:48:12 +09:00 committed by Bjørn Erik Pedersen
parent 837d2feba6
commit d04196bbdd
5 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ toc: true
* Automatic and user defined [content summaries][] * Automatic and user defined [content summaries][]
* [Shortcodes][] to enable rich content inside of Markdown * [Shortcodes][] to enable rich content inside of Markdown
* ["Minutes to Read"][pagevars] functionality * ["Minutes to Read"][pagevars] functionality
* ["Wordcount"][pagevars] functionality * ["WordCount"][pagevars] functionality
## Additional Features ## Additional Features

View File

@ -96,7 +96,7 @@ useSessionStorage
simple simple
: If simple mode is enabled, a static and no-JS version of the Instagram image card will be built. Note that this only supports image cards and the image itself will be fetched from Instagram's servers. : If simple mode is enabled, a static and no-JS version of the Instagram image card will be built. Note that this only supports image cards and the image itself will be fetched from Instagram's servers.
**Note:** If you use the _simple mode_ for Instagram and a site styled with Bootstrap 4, you may want to disable the inlines styles provided by Hugo: **Note:** If you use the _simple mode_ for Instagram and a site styled with Bootstrap 4, you may want to disable the inline styles provided by Hugo:
{{< code-toggle file="config">}} {{< code-toggle file="config">}}
[services] [services]

View File

@ -98,7 +98,7 @@ Sometimes it can be useful to create the filter chain once and then reuse it:
Provides an [Exif](https://en.wikipedia.org/wiki/Exif) object with metadata about the image. Provides an [Exif](https://en.wikipedia.org/wiki/Exif) object with metadata about the image.
Note that this is only suported for JPEG and TIFF images, so it's recommended to wrap the access with a `with`, e.g.: Note that this is only supported for JPEG and TIFF images, so it's recommended to wrap the access with a `with`, e.g.:
```go-html-template ```go-html-template
{{ with $img.Exif }} {{ with $img.Exif }}

View File

@ -21,7 +21,7 @@ toc: true
## What a Shortcode is ## What a Shortcode is
Hugo loves Markdown because of its simple content format, but there are times when Markdown falls short. Often, content authors are forced to add raw HTML (e.g., video `<iframes>`) to Markdown content. We think this contradicts the beautiful simplicity of Markdown's syntax. Hugo loves Markdown because of its simple content format, but there are times when Markdown falls short. Often, content authors are forced to add raw HTML (e.g., video `<iframe>`'s) to Markdown content. We think this contradicts the beautiful simplicity of Markdown's syntax.
Hugo created **shortcodes** to circumvent these limitations. Hugo created **shortcodes** to circumvent these limitations.

View File

@ -35,7 +35,7 @@
date = "2017-02-19" date = "2017-02-19"
[[article]] [[article]]
title = "Switching from Wordpress to Hugo" title = "Switching from WordPress to Hugo"
url = "http://schnuddelhuddel.de/switching-from-wordpress-to-hugo/" url = "http://schnuddelhuddel.de/switching-from-wordpress-to-hugo/"
author = "Mario Martelli" author = "Mario Martelli"
date = "2017-02-19" date = "2017-02-19"
@ -119,7 +119,7 @@
date = "2016-09-21" date = "2016-09-21"
[[article]] [[article]]
title = "Building our site: From Django & Wordpress to a static generator (Part I)" title = "Building our site: From Django & WordPress to a static generator (Part I)"
url = "https://tryolabs.com/blog/2016/09/20/building-our-site-django-wordpress-to-static-part-i/" url = "https://tryolabs.com/blog/2016/09/20/building-our-site-django-wordpress-to-static-part-i/"
author = "Alan Descoins" author = "Alan Descoins"
date = "2016-09-20" date = "2016-09-20"