mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
14e369b961
988f7d5c2Document default `enableInlineShortcodes` value0f604a345Fix typo in 0.66.0 release note26fc74fe3How to access individual EXIF data tagsd5d3bad9aFix localhost linksfa6921213Update index.md5bf558f78Release 0.66.074ccdaaf5Merge branch 'temp660'75faa478breleaser: Add release notes to /docs for release of 0.66.0c4a4a9922docs: Regen CLI docs0624ac198Add build.UseResourceCacheWhen58a8d7cd1Add build options documentationd926c595efix typo99713d44bresources: Add basic @import support to resources.PostCSS224b96cf7deploy: Implement include/exclude filters for deployeb1a00050Adjusting description; WordPress with capitalized P91d8efa22Add another tool for migration from the Wordpressa6938a4acAdjust showcase descriptiona9c0a0a69Adjust showcasee5af08aa6Adding Aether as a proposed showcase item.0013daa34Add hugo.IsProduction function34c419ef3tpl: Add math.Sqrt5bdab0ebdUpdate minification.md9039332e2Hugo 0.65.31400caf3aMerge branch 'temp653'9796bb337releaser: Add release notes to /docs for release of 0.65.365b26598fFix typo23aa57d80Fix crashes for 404 in IsAncestor etc.42c54bc6c0.65.267fd5c1f6Merge branch 'temp652'd820ac017releaser: Add release notes to /docs for release of 0.65.251f0888ffRelease 0.65.191e95260creleaser: Add release notes to /docs for release of 0.65.11880ebf05fix broken link on internal.mdffaa33889Update migrations.mdde4d64675Another tool for migration from Medium platform90b178d77releaser: Add release notes to /docs for release of 0.65.16925cda30Handle corner case with rendering text as code in URL3cb4b19ddRelease 0.65.07a600cb99Merge branch 'temp650'ef9531ff6releaser: Add release notes to /docs for release of 0.65.09bc19606fdocs: Regenerate CLI docsd4a886ed2Add Page.GetTermsa3bf273a5fix broken link on use-modules.md001f52f4eFix mage URL in development.mdeef72e887Merge commit '4b670bc8cc38103c2c60e5090c2f56bf30832b8d'b18a76631commands: Support "hugo mod get -u ./..." git-subtree-dir: docs git-subtree-split:988f7d5c2d
readdirs Directory for Reusable Content
Files in this directory are:
- Used in more than one place within the Hugo docs
- 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.