mirror of
https://gitlab.com/game-loader/hugo.git
synced 2025-04-20 05:52:07 +08:00
change page
This commit is contained in:
parent
d2a75ba281
commit
2677e66552
28
config.toml
28
config.toml
@ -1,4 +1,4 @@
|
||||
baseURL = "https://fixit.lruihao.cn"
|
||||
baseURL = "https://logics-game.onrender.com/"
|
||||
# [en, zh-cn, fr, pl, ...] determines default content language
|
||||
# [en, zh-cn, fr, pl, ...] 设置默认的语言
|
||||
defaultContentLanguage = "zh-cn"
|
||||
@ -383,11 +383,11 @@ enableEmoji = true
|
||||
# Gravatar 邮箱,用于优先在主页显示的头像
|
||||
gravatarEmail = ""
|
||||
# 主页显示头像的 URL
|
||||
avatarURL = "/images/avatar.png"
|
||||
avatarURL = "https://fastly.jsdelivr.net/gh/game-loader/picbase@master/uPic/0324t4uyuh.jpg"
|
||||
# 主页显示的网站标题 (支持 HTML 格式)
|
||||
title = ""
|
||||
# 主页显示的网站副标题
|
||||
subtitle = "一个简洁、优雅且高效的 Hugo 主题"
|
||||
subtitle = "一点技术记录"
|
||||
# 是否为副标题显示打字机动画
|
||||
typeit = true
|
||||
# 是否显示社交账号
|
||||
@ -401,7 +401,7 @@ enableEmoji = true
|
||||
paginate = 7
|
||||
# 主页的社交信息设置
|
||||
[languages.zh-cn.params.social]
|
||||
GitHub = "xxxx"
|
||||
GitHub = "https://github.com/game-loader"
|
||||
Linkedin = ""
|
||||
Twitter = ""
|
||||
Instagram = ""
|
||||
@ -473,7 +473,7 @@ enableEmoji = true
|
||||
QQGroup = ""
|
||||
Diaspora = ""
|
||||
CSDN = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
Email = "ggwqqo@163.com"
|
||||
RSS = true # since v0.2.0
|
||||
# 盘古之白配置 since v0.2.12
|
||||
[languages.zh-cn.params.pangu]
|
||||
@ -499,7 +499,7 @@ enableEmoji = true
|
||||
defaultTheme = "auto"
|
||||
# public git repo url only then enableGitInfo is true
|
||||
# 公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
|
||||
gitRepo = "https://github.com/Lruihao/FixIt"
|
||||
gitRepo = "https://github.com/game-loader"
|
||||
# which hash function used for SRI, when empty, no SRI is used ("sha256", "sha384", "sha512", "md5")
|
||||
# 哪种哈希函数用来 SRI, 为空时表示不使用 SRI ("sha256", "sha384", "sha512", "md5")
|
||||
fingerprint = ""
|
||||
@ -734,7 +734,7 @@ enableEmoji = true
|
||||
# 文章页面的分享信息设置
|
||||
[params.page.share]
|
||||
enable = true
|
||||
Twitter = true
|
||||
Twitter = false
|
||||
Facebook = true
|
||||
Linkedin = false
|
||||
Whatsapp = false
|
||||
@ -745,7 +745,7 @@ enableEmoji = true
|
||||
VK = false
|
||||
Buffer = false
|
||||
Xing = false
|
||||
Line = true
|
||||
Line = false
|
||||
Instapaper = false
|
||||
Pocket = false
|
||||
Digg = false
|
||||
@ -757,7 +757,7 @@ enableEmoji = true
|
||||
Blogger = false
|
||||
Baidu = false
|
||||
Odnoklassniki = false
|
||||
Evernote = false
|
||||
Evernote = true
|
||||
Skype = false
|
||||
Trello = false
|
||||
Mix = false
|
||||
@ -906,8 +906,8 @@ enableEmoji = true
|
||||
# Publisher info
|
||||
# 出版者信息
|
||||
[params.page.seo.publisher]
|
||||
name = "Lruihao"
|
||||
logoUrl = "/images/avatar.png"
|
||||
name = "Logic"
|
||||
logoUrl = "https://fastly.jsdelivr.net/gh/game-loader/picbase@master/uPic/0324IMG_0313(20220311-164439).JPG"
|
||||
|
||||
# TypeIt config
|
||||
# TypeIt 配置
|
||||
@ -1103,9 +1103,9 @@ enableEmoji = true
|
||||
# Author config
|
||||
# 作者配置
|
||||
[author]
|
||||
name = "Lruihao"
|
||||
email = "1024@lruihao.cn"
|
||||
link = "https://lruihao.cn"
|
||||
name = "Logic"
|
||||
email = "ggwqqo@163.com"
|
||||
link = "https://logics-game.onrender.com/"
|
||||
|
||||
# Sitemap config
|
||||
# 网站地图配置
|
||||
|
Loading…
Reference in New Issue
Block a user