From ccb3b854e484852fb9f6527eb75c387931d1eeb7 Mon Sep 17 00:00:00 2001 From: coderzh Date: Sun, 24 Feb 2019 08:19:28 +0800 Subject: remove 3rd party tracking username --- README.md | 4 ++-- exampleSite/config.toml | 20 ++++++++++---------- 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
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
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 = "搜索" -- cgit v1.2.3