aboutsummaryrefslogtreecommitdiff
path: root/content/canory/messages/gates.md
blob: 9284ab5ef36fef3eea23e8d921c557d2214de955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
+++
date    = "2022-03-01T01:24:31+00:00"
lastmod = "2022-03-01T01:24:31+00:00"
tags    = [ "docs" ]
author  = "canory"
+++

Satisfy the keepers of the gate by officially verifying ownership of your
property, uh, website. Put the verification code from their web mastery tools
into the `hugo` configuration file (`config.yaml`, `config.json`,
`config.toml`).

```yaml
---
params:
  search:
    verification:
      google: randomString
      bing: randomString
      yandex: randomString
```