hugo/content/en/readfiles
Bjørn Erik Pedersen be04ece859 Squashed 'docs/' changes from 50c02516c..0c3c04fd6
0c3c04fd6 Merge pull request #827 from BCNelson/range-patch
b14dd3505 Updated link to Go Docs to more helpful page
c3d83149a Boolean Values in the Where Function
56d4cea3c hugo-extended no longer the default
e9b15c698 Update index.md
11de98e0d Release 0.55.6
d2def17f4 Merge branch 'release-0.55.6'
115457b70 releaser: Add release notes to /docs for release of 0.55.6
25855690d Fix misspelling
fc5e43db2 Update 404.md with Netlify Instructions
9f684318f Removed mentioning of removed --stepAnalysis command line option
86ba9071c Related md5 and aliases for sha1/sha256
15f48966a Added related sha function into the See Also
5e08b6930 Fix date description
908e87ab2 Revert docs/config.toml changes
c925646cf Add a "deploy" command
e765084dd Update sectionvars.md
e08be4d81 Update sectionvars.md
7c9653cbe Hugo 0.55.5
1035ff028 releaser: Add release notes to /docs for release of 0.55.5
cda21f9d4 docs: Regenerate docs helper

git-subtree-dir: docs
git-subtree-split: 0c3c04fd63a7f140bdca0d3ca9b1e9dc794ebd77
2019-05-25 10:41:23 +02:00
..
bfconfig.md Squashed 'docs/' changes from acf70cdd9..0f2bf195e 2019-04-09 23:59:13 +02:00
dateformatting.md Squashed 'docs/' changes from 896bad9f4..e161ea09d 2018-05-04 09:44:21 +02:00
index.md Squashed 'docs/' changes from 896bad9f4..e161ea09d 2018-05-04 09:44:21 +02:00
pages-vs-site-pages.md Squashed 'docs/' changes from a4fa0d1d6..81847981f 2018-08-01 10:01:05 +02:00
README.md Squashed 'docs/' changes from 896bad9f4..e161ea09d 2018-05-04 09:44:21 +02:00
sectionvars.md Squashed 'docs/' changes from 50c02516c..0c3c04fd6 2019-05-25 10:41:23 +02:00
testing.txt Squashed 'docs/' changes from 896bad9f4..e161ea09d 2018-05-04 09:44:21 +02: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.