Skip to content

Commit

Permalink
chore: fix config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo authored Nov 10, 2023
1 parent 20a8f71 commit 0046752
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ home = ["HTML", "RSS", "Algolia"]

[params]
header_image = "img/bg/home-bg-mars.jpeg"
SEOTitle = "罗广明的博客 | Blog"
SEOTitle = "罗广明的博客 | Luoguangming Blog"
description = "罗广明, 开源爱好者,旅行探险家 | 这里是 罗广明 的博客,与你一起发现更大的世界。"
keyword = "罗广明, Guangming, LuoGuangming, 罗广明的网络日志,罗广明的博客, Guangming Blog, 博客, 个人网站, 互联网, Web, 云原生, Istio, RPC, 微服务, Microservice, CloudWeGo"
slogan = "路在脚下,心向远方"
Expand All @@ -27,19 +27,19 @@ home = ["HTML", "RSS", "Algolia"]
leancloud_app_id = ""
leancloud_app_key = ""

[params.giscus]
data-repo="GuangmingLuo/guangmingluo.github.io"
data-repo-id="MDEwOlJlcG9zaXRvcnkxODAwODI2ODg="
data-category="Announcements"
data-category-id="DIC_kwDOCrvYAM4CafDY"
data-mapping="title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
# [params.giscus]
# data-repo="GuangmingLuo/guangmingluo.github.io"
# data-repo-id="MDEwOlJlcG9zaXRvcnkxODAwODI2ODg="
# data-category="Announcements"
# data-category-id="DIC_kwDOCrvYAM4CafDY"
# data-mapping="title"
# data-strict="0"
# data-reactions-enabled="1"
# data-emit-metadata="0"
# data-input-position="bottom"
# data-theme="preferred_color_scheme"
# data-lang="zh-CN"
# crossorigin="anonymous"

# algolia site search
algolia_search = true
Expand Down

0 comments on commit 0046752

Please sign in to comment.