From f86729c4cbacb07e3181f3f1513693e3a780356f Mon Sep 17 00:00:00 2001 From: tink Date: Tue, 3 Oct 2023 21:45:37 +0800 Subject: [PATCH] change logo --- hugo.toml | 3 ++- public/analysis-tools/dlv/index.html | 2 +- public/analysis-tools/gdb/index.html | 2 +- public/analysis-tools/go-buildin-tools/index.html | 2 +- public/analysis-tools/index.html | 2 +- public/categories/index.html | 2 +- public/compiler/index.html | 2 +- public/concurrency/atomic/index.html | 2 +- public/concurrency/channel/index.html | 2 +- public/concurrency/context/index.html | 2 +- public/concurrency/index.html | 2 +- public/concurrency/memory-model/index.html | 2 +- public/concurrency/sync-cond/index.html | 2 +- public/concurrency/sync-map/index.html | 2 +- public/concurrency/sync-mutex/index.html | 2 +- public/concurrency/sync-once/index.html | 2 +- public/concurrency/sync-pool/index.html | 2 +- public/concurrency/sync-rwmutex/index.html | 2 +- public/concurrency/sync-waitgroup/index.html | 2 +- public/feature/comma-ok/index.html | 2 +- public/feature/defer/index.html | 2 +- public/feature/for-range/index.html | 2 +- public/feature/index.html | 2 +- public/feature/panic-recover/index.html | 2 +- public/feature/select/index.html | 2 +- public/function/call-stack/index.html | 2 +- public/function/closure/index.html | 2 +- public/function/first-class/index.html | 2 +- public/function/index.html | 2 +- public/function/method/index.html | 2 +- public/function/pass-by-value/index.html | 2 +- public/gmp/gmp-model/index.html | 2 +- public/gmp/index.html | 2 +- public/gmp/scheduler/index.html | 2 +- public/go-assembly/index.html | 2 +- public/index.html | 2 +- public/memory/allocator/index.html | 2 +- public/memory/gc/index.html | 2 +- public/memory/index.html | 2 +- public/tags/index.html | 2 +- public/type-system/index.html | 2 +- public/type-system/interface/index.html | 2 +- public/type-system/reflect/index.html | 2 +- public/type-system/type/index.html | 2 +- public/type/array/index.html | 2 +- public/type/empty_struct/index.html | 2 +- public/type/index.html | 2 +- public/type/map/index.html | 2 +- public/type/nil/index.html | 2 +- public/type/pointer/index.html | 2 +- public/type/slice/index.html | 2 +- public/type/string/index.html | 2 +- 52 files changed, 53 insertions(+), 52 deletions(-) diff --git a/hugo.toml b/hugo.toml index cb04aed..4727561 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,7 @@ baseURL = 'https://go.cyub.vip/' languageCode = 'zh-cn' title = '深入Go语言之旅' theme = "hugo-book" +disqusShortname = 'go-cyub-vip' [menu] # [[menu.before]] @@ -37,7 +38,7 @@ BookToC = false # (Optional, default none) Set the path to a logo for the book. # If the logo is /static/logo.png then the path would be logo.png -BookLogo = 'http://go2.cyub.vip/_static/golang-480.png' +BookLogo = 'https://static.cyub.vip/images/202310/golang-480.png' # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used diff --git a/public/analysis-tools/dlv/index.html b/public/analysis-tools/dlv/index.html index 927acb2..740c218 100644 --- a/public/analysis-tools/dlv/index.html +++ b/public/analysis-tools/dlv/index.html @@ -47,7 +47,7 @@ https://github.com/alex-shpak/hugo-book