From 15f8ac86325dcb4e37cdfd38121a8a0380d68624 Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:45:47 -0300 Subject: [PATCH] Suggest render: false in adition to link: url --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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