Skip to content

Commit 7c254d4

Browse files
try toml
1 parent a5f8cfe commit 7c254d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/contribute/file-conventions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +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-
{{< highlight plaintext >}}
40+
```toml
41+
>>>>>>> e39d051e04 (try toml)
4142
---
4243
description: Instructions for installing Docker Engine on Ubuntu
4344
keywords: requirements, apt, installation, ubuntu, install, uninstall, upgrade, update
@@ -55,7 +56,7 @@ aliases:
5556
- /installation/ubuntulinux/
5657
toc_max: 4
5758
---
58-
{{< /highlight >}}
59+
```
5960

6061
## Body
6162

netlify.toml

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

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

0 commit comments

Comments
 (0)