From e9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 7 May 2022 04:19:22 -0400 Subject: config.yaml: Add search engine verification --- content/canory/messages/gates.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/canory/messages/gates.md (limited to 'content') diff --git a/content/canory/messages/gates.md b/content/canory/messages/gates.md new file mode 100644 index 0000000..d264b0b --- /dev/null +++ b/content/canory/messages/gates.md @@ -0,0 +1,21 @@ ++++ +date = "2022-03-01T01:24:31+00:00" +lastmod = "2022-03-01T01:24:31+00:00" +tags = [ "docs", "webmaster" ] +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 your `hugo` configuration file (`config.yaml`, `config.json`, +`config.toml`). + +```yaml +--- +params: + search: + verification: + google: randomString + bing: randomString + yandex: randomString +``` -- cgit v1.2.3