mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Docs: fix missing words, tense in datadrivencontent.md
This commit is contained in:
parent
7705e32ec2
commit
866176be97
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /doc/datadrivencontent/
|
- /doc/datadrivencontent/
|
||||||
lastmod: 2015-07-23
|
lastmod: 2016-03-03
|
||||||
date: 2015-02-14
|
date: 2015-02-14
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
@ -117,7 +117,7 @@ other authentication methods are not implemented.
|
||||||
|
|
||||||
To load local files with the two functions `getJSON` and `getCSV`, the
|
To load local files with the two functions `getJSON` and `getCSV`, the
|
||||||
source files must reside within Hugo's working directory. The file
|
source files must reside within Hugo's working directory. The file
|
||||||
extension does not matter but the content.
|
extension does not matter but the content does.
|
||||||
|
|
||||||
It applies the same output logic as in the topic: *Calling the functions with an URL*.
|
It applies the same output logic as in the topic: *Calling the functions with an URL*.
|
||||||
|
|
||||||
|
@ -125,14 +125,14 @@ It applies the same output logic as in the topic: *Calling the functions with an
|
||||||
|
|
||||||
There is no chance to trigger a [LiveReload](/extras/livereload/) when
|
There is no chance to trigger a [LiveReload](/extras/livereload/) when
|
||||||
the content of an URL changes. However, when a local JSON/CSV file changes,
|
the content of an URL changes. However, when a local JSON/CSV file changes,
|
||||||
then a LiveReload will be triggered of course. Symlinks not supported.
|
then a LiveReload will be triggered of course. Symlinks are not supported.
|
||||||
|
|
||||||
**URLs and LiveReload**: If you change any local file and the LiveReload
|
**URLs and LiveReload**: If you change any local file and the LiveReload
|
||||||
got triggered, Hugo will either read the URL content from the cache or, if
|
is triggered, Hugo will either read the URL content from the cache or, if
|
||||||
you have disabled the cache, Hugo will re-download the content.
|
you have disabled the cache, Hugo will re-download the content.
|
||||||
This can create huge traffic and you may also reach API limits quickly.
|
This can create huge traffic and you may also reach API limits quickly.
|
||||||
|
|
||||||
As downloading of content takes a while, Hugo stops with processing
|
As downloading of content takes a while, Hugo stops processing
|
||||||
your Markdown files until the content has been downloaded.
|
your Markdown files until the content has been downloaded.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Reference in a new issue