🚧 optimization some module design.
This commit is contained in:
@@ -761,7 +761,7 @@ params:
|
||||
serverURL: #<your waline server url>
|
||||
|
||||
# Artalk 评论插件
|
||||
# 更多配置信息请参考:
|
||||
# 更多配置信息请参考:https://artalk.js.org
|
||||
# Artalk comments system
|
||||
# More info see: https://artalk.js.org
|
||||
artalk:
|
||||
@@ -801,16 +801,16 @@ params:
|
||||
giscus:
|
||||
# Github 仓库地址,格式:用户名/仓库名称
|
||||
# Github repository owner and name
|
||||
repo: hugo-next/hugo-theme-next
|
||||
repo: username/repo_name
|
||||
# Giscus 生成的仓库 Id
|
||||
# Generate repository Id from Giscus
|
||||
repoId: R_kgDOHRjXGA
|
||||
repoId: #<repo_id>
|
||||
# 讨论区的分类名称
|
||||
# Github discussions category
|
||||
category: Comments
|
||||
category: Announcements
|
||||
# 讨论区分类 ID
|
||||
# Generate category Id from Giscus
|
||||
categoryId: DIC_kwDOHRjXGM4CP8S4
|
||||
categoryId: #<category_id>
|
||||
# 讨论区帖子标题,可选值: pathname | url | title | og:title | 自定义
|
||||
# Available values: pathname | url | title | og:title | custom
|
||||
mapping: title
|
||||
@@ -848,11 +848,12 @@ params:
|
||||
# Statistics and Analytics
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
# 51La站点统计
|
||||
# 更多信息请参考:https://invite.51.la/1NUfGTS1?target=V6
|
||||
# 51La Analytics
|
||||
# See: https://invite.51.la/1NUfGTS1?target=V6
|
||||
laId: # <app_id>
|
||||
analytics:
|
||||
# 51La 站点统计
|
||||
# 更多信息请参考:https://invite.51.la/1NUfGTS1?target=V6
|
||||
# 51La Analytics
|
||||
# See: https://invite.51.la/1NUfGTS1?target=V6
|
||||
laId: #<anaytics_id>
|
||||
|
||||
# TODO
|
||||
# Show Views / Visitors of the website / page with busuanzi.
|
||||
@@ -1029,6 +1030,4 @@ params:
|
||||
# The js option is only valid when vendors.internal is local.
|
||||
css: css
|
||||
js: js
|
||||
images: imgs
|
||||
|
||||
|
||||
images: imgs
|
||||
@@ -12,7 +12,7 @@ next() {
|
||||
██║ ╚████║███████╗██╔╝ ██╗ ██║
|
||||
╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝
|
||||
========================================
|
||||
NexT version $1
|
||||
Hugo NexT version $1
|
||||
Documentation: https://hugo-next.eu.org
|
||||
========================================
|
||||
EOT
|
||||
|
||||
Reference in New Issue
Block a user