Skip to content

Commit 20c9361

Browse files
original fix
1 parent 4c1fce8 commit 20c9361

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/contribute/file-conventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ following keys are supported. The title, description, and keywords are required.
3737
Here's an example of a valid (but contrived) page metadata. The order of
3838
the metadata elements in the front matter isn't important.
3939

40-
```yaml
41-
---
40+
```txt
41+
---
4242
description: Instructions for installing Docker Engine on Ubuntu
4343
keywords: requirements, apt, installation, ubuntu, install, uninstall, upgrade, update
4444
title: Install Docker Engine on Ubuntu
@@ -54,7 +54,7 @@ aliases:
5454
- /install/linux/ubuntu/
5555
- /installation/ubuntulinux/
5656
toc_max: 4
57-
---
57+
---
5858
```
5959

6060
## Body

netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ NODE_ENV = "production"
77
HUGO_VERSION = "0.141.0"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
10+
SECRETS_SCAN_OMIT_KEYS = "LS0t"
1011

1112
[context.deploy-preview]
1213
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx [email protected]"

0 commit comments

Comments
 (0)