Files
hugo/content/readfiles
Jeremiah Valenzuela 1473b1d91a Remove redundant text
2017-07-20 00:06:33 +02:00
..
2017-07-20 00:06:33 +02:00
2017-03-01 01:15:23 -06:00
2017-03-01 01:15:23 -06:00

readdirs Directory for Reusable Content

Files in this directory are:

  1. Used in more than one place within the Hugo docs
  2. Used in Examples of readdir (i.e. in local file templates)

These files are called using the readfile shortcode (source).

You can call this shortcode in the docs as follows:

{{% readfile file="/path/to/file.txt" markdown="true" %}}

markdown="true" is optional (default = "false") and parses the string through the Blackfriday renderer.