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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <guangmean@outlook.com>2022-04-15 10:39:29 +0300
committerguangmean <guangmean@outlook.com>2022-04-15 10:39:29 +0300
commit7b2c4b6ffcef62113fb0bb88c15669fe157a2862 (patch)
treeb7bf15984ee09c72ca25cc19e9ca6f44ed8d4e88
parent2b5835b8070395f0a0250a77ac17862e7e0812b0 (diff)
Update README.mdv1.1.1
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4146a98..9d7b0db 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,12 @@ title = "Application Deveopment"
staticDir = ["static", "themes/Niello/static"]
[params]
-keywords = ""
-description = ""
-copyright = "&#xA9; 2019 by guangmean. All Rights Reserved."
-google_ad_client = "ca-pub-******"
-ga = "UA-******"
-sharethis = ""
+keywords = "" //SEO keywords
+description = "" //Site description
+copyright = "&#xA9; 2019 - 2022 by guangmean. All Rights Reserved."
+google_ad_client = "ca-pub-******" //Optional, replace ca-pub-****** with your content
+ga = "UA-******" //Optional, replace UA-****** with your content
+sharethis = "" //Optional, Add hou ShareThis appid here
[menu]
[[menu.niello]]
@@ -53,8 +53,8 @@ sharethis = ""
weight = 1
[[menu.niello]]
- name = "Contact"
- url = "/post/contact/"
+ name = "About"
+ url = "/about/"
weight = 2
```