Skip to content

Commit b20c46a

Browse files
committed
chore: unpublish README files in content dir
Adds hugo build options that prevents these READMEs from being published. Signed-off-by: David Karlsson <[email protected]>
1 parent 7eb5ad6 commit b20c46a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

content/engine/reference/commandline/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
{}
2+
_build:
3+
list: never
4+
publishResources: false
5+
render: never
36
---
47

58
# About these files

content/engine/security/https/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
published: false
2+
_build:
3+
list: never
4+
publishResources: false
5+
render: never
36
---
47

58
This is an initial attempt to make it easier to test the TLS (HTTPS) examples in the protect-access.md
@@ -26,4 +29,4 @@ Start another terminal:
2629
root@boot2docker:/# cd docker/docs/articles/https
2730
root@boot2docker:/# make client
2831

29-
The last connects first with `--tls` and then with `--tlsverify`, both should succeed.
32+
The last connects first with `--tls` and then with `--tlsverify`, both should succeed.

0 commit comments

Comments
 (0)