chore: unpublish README files in content dir

Adds hugo build options that prevents these READMEs from being
published.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-01 15:49:46 +01:00
parent 7eb5ad6c38
commit b20c46a615
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,8 @@
--- ---
{} _build:
list: never
publishResources: false
render: never
--- ---
# About these files # About these files

View File

@ -1,5 +1,8 @@
--- ---
published: false _build:
list: never
publishResources: false
render: never
--- ---
This is an initial attempt to make it easier to test the TLS (HTTPS) examples in the protect-access.md This is an initial attempt to make it easier to test the TLS (HTTPS) examples in the protect-access.md