|
|
@ -2,6 +2,7 @@ baseURL = 'https://go.cyub.vip/'
|
|
|
|
languageCode = 'zh-cn'
|
|
|
|
languageCode = 'zh-cn'
|
|
|
|
title = '深入Go语言之旅'
|
|
|
|
title = '深入Go语言之旅'
|
|
|
|
theme = "hugo-book"
|
|
|
|
theme = "hugo-book"
|
|
|
|
|
|
|
|
disqusShortname = 'go-cyub-vip'
|
|
|
|
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
[menu]
|
|
|
|
# [[menu.before]]
|
|
|
|
# [[menu.before]]
|
|
|
@ -37,7 +38,7 @@ BookToC = false
|
|
|
|
|
|
|
|
|
|
|
|
# (Optional, default none) Set the path to a logo for the book.
|
|
|
|
# (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
|
|
|
|
# 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
|
|
|
|
# (Optional, default none) Set leaf bundle to render as side menu
|
|
|
|
# When not specified file structure and weights will be used
|
|
|
|
# When not specified file structure and weights will be used
|
|
|
|