Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a272b3..f0552f7 100644
--- a/README.md
+++ b/README.md
@@ -19,5 +19,9 @@ In `config.toml`
subtitle = "Sub title of the site"
favicon = "/<path-to-site-icon>/logo.ico"
githubUrl = "https://github.com/<your-name>/<site-proj-name>/"
+referrer = "always"
+author = "..."
+description = "..."
+keywords = "..."
googleSiteVerification = "<google-site-verification-code>"
```