mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Minor spelling and capitalization fixes
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
837d2feba6
commit
d04196bbdd
@@ -44,7 +44,7 @@ toc: true
|
||||
* Automatic and user defined [content summaries][]
|
||||
* [Shortcodes][] to enable rich content inside of Markdown
|
||||
* ["Minutes to Read"][pagevars] functionality
|
||||
* ["Wordcount"][pagevars] functionality
|
||||
* ["WordCount"][pagevars] functionality
|
||||
|
||||
## Additional Features
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ useSessionStorage
|
||||
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.
|
||||
|
||||
**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">}}
|
||||
[services]
|
||||
|
||||
@@ -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.
|
||||
|
||||
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
|
||||
{{ with $img.Exif }}
|
||||
|
||||
@@ -21,7 +21,7 @@ toc: true
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
+2
-2
@@ -35,7 +35,7 @@
|
||||
date = "2017-02-19"
|
||||
|
||||
[[article]]
|
||||
title = "Switching from Wordpress to Hugo"
|
||||
title = "Switching from WordPress to Hugo"
|
||||
url = "http://schnuddelhuddel.de/switching-from-wordpress-to-hugo/"
|
||||
author = "Mario Martelli"
|
||||
date = "2017-02-19"
|
||||
@@ -119,7 +119,7 @@
|
||||
date = "2016-09-21"
|
||||
|
||||
[[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/"
|
||||
author = "Alan Descoins"
|
||||
date = "2016-09-20"
|
||||
|
||||
Reference in New Issue
Block a user