aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-07 04:19:22 -0400
committertdro <tdro@noreply.example.com>2022-05-07 04:19:22 -0400
commite9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a (patch)
treeb8b9c390a70b3cc0c47ad324019a51764ac20861 /content
parentf721601e676a752a76757f449242b876dbecb1d0 (diff)
downloadcanory-e9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a.tar.gz
canory-e9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a.tar.bz2
canory-e9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a.zip
config.yaml: Add search engine verification
Diffstat (limited to 'content')
-rw-r--r--content/canory/messages/gates.md21
1 files changed, 21 insertions, 0 deletions
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
+```