aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 23:45:47 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 23:45:47 -0300
commit15f8ac86325dcb4e37cdfd38121a8a0380d68624 (patch)
tree2d92f38f922010e81105bc1e2355a4c23fda46e2
parent591f62e5233a9fe0e158ab8cbe72ab25815474a0 (diff)
downloadhugo-bearcub-15f8ac86325dcb4e37cdfd38121a8a0380d68624.tar.gz
hugo-bearcub-15f8ac86325dcb4e37cdfd38121a8a0380d68624.tar.bz2
Suggest render: false in adition to link: url
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85c662c..7cfc801 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,10 @@ already implemented:
- Static content: you can create empty blog entries that act as links to static
files by including `link: "{url}"` in a post's [front
- matter](https://gohugo.io/content-management/front-matter/).
+ matter](https://gohugo.io/content-management/front-matter/). You can also add
+ `render: false` to your [build
+ options](https://gohugo.io/content-management/build-options/#readout) to avoid
+ rendering a blank post.
- Single-use CSS (EXPERIMENTAL): you can add some styles to a single page by
writing the CSS you need in `assets/{custom_css}.css` and then including
`style: "{custom_css}.css"` in the [front