aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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
+```