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

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoderzh <coderzh@gmail.com>2019-02-24 03:19:28 +0300
committercoderzh <coderzh@gmail.com>2019-02-24 03:19:28 +0300
commitccb3b854e484852fb9f6527eb75c387931d1eeb7 (patch)
tree100d4cefe7177456b547b37d87ece52125aae9c9
parent4a3e22f79bb09b676ee6515ccf2ad2c5150d9ad5 (diff)
remove 3rd party tracking username
-rw-r--r--README.md4
-rw-r--r--exampleSite/config.toml20
2 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index abfcb75..dd40929 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ pygmentsUseClasses = true
baseName = "feed"
[Params]
- AuthorHomepage = "http://blog.coderzh.com"
+ AuthorHomepage = "https://blog.coderzh.com"
BottomIntroduce = "Introduce1 <br/> Introduce2"
Description = ""
Subtitle = "subtitle"
@@ -72,4 +72,4 @@ pygmentsUseClasses = true
## ScreenShot
-![hugo-pacman-theme](http://7xlx3k.com1.z0.glb.clouddn.com/hugo-pacman-theme.png)
+![hugo-pacman-theme](https://raw.githubusercontent.com/coderzh/hugo-pacman-theme/eda9c351a538558f42a0b086a9320c99dd98e579/images/screenshot.png)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 16451fd..a540302 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,7 +7,7 @@ pygmentsStyle = "default"
pygmentsUseClasses = true
[Author]
- Name = "coderzh"
+ Name = "your-name"
[outputs]
home = [ "RSS", "HTML" ]
@@ -18,16 +18,16 @@ pygmentsUseClasses = true
baseName = "feed"
[Params]
- AuthorHomepage = "http://blog.coderzh.com"
+ AuthorHomepage = "your-home-page"
BottomIntroduce = "Introduce1 <br/> Introduce2"
Description = ""
Subtitle = "subtitle"
- Weibo = "coderzh"
- WeiboID = 1816308191
- Twitter = "coderzh"
- GitHub = "coderzh"
- Facebook = "coderzh"
- LinkIn = "coderzh"
+ Weibo = ""
+ WeiboID = 123
+ Twitter = ""
+ GitHub = ""
+ Facebook = ""
+ LinkIn = ""
Imglogo = "img/logo.svg"
AuthorImg = "img/author.jpg"
DateFormat = "2006年01月02日"
@@ -36,10 +36,10 @@ pygmentsUseClasses = true
CreativeCommons = true
[Params.GoogleAnalytics]
- ID = "UA-10147768-2"
+ ID = ""
[Params.Disqus]
- ShortName = "coderzh"
+ ShortName = ""
[Params.Strings]
Search = "搜索"