# 在侧边栏中打开指定聊天小部件的按钮. # 首先,你需要启用聊天服务,如果你想激活它的侧边栏按钮。. chat: enable:false #service: chatra #service: tidio icon:fafa-comment# Icon name in Font Awesome, set false to disable icon. text:Chat# Button text, 你可以随意改变他.
# 标记页面的TagCloud设置. tagcloud: # 以下所有值与默认值相同,请自行更改. min:12# 最小字体大小px max:30# 最大字体大小px start:"#ccc"# 开始颜色 (hex, rgba, hsla or color keywords) end:"#111"# 结束颜色 (hex, rgba, hsla or color keywords) amount:200# 标签数量,如果您有200个以上的标签,请更改它
# 谷歌日历 # 通过日历页面与他人分享您最近的日程安排. calendar: calendar_id:<required># 您的谷歌帐户电子邮件 api_key:<required> orderBy:startTime offsetMax:24# Time Range offsetMin:4# Time Range showDeleted:false singleEvents:true maxResults:250
# `Follow me on GitHub` banner 在右上角. github_banner: enable:true permalink:https://github.com/iProgramme title:FollowmeonGitHub
# --------------------------------------------------------------- # 字体设置 # See: https://theme-next.org/docs/theme-settings/#Fonts-Customization # 更多信息:https://iprogramme.github.io/MyBlog/posts/af303a63.html # --------------------------------------------------------------- # 在谷歌字体库查找字体 (https://www.google.com/fonts) # 此处设置的所有字体都将具有以下样式: # light | light italic | normal | normal italic | bold | bold italic # 请注意,设置过多的字体会导致网站运行缓慢! # --------------------------------------------------------------- # 了避免scheme Pisces / Gemini中标题和侧边栏之间的空格,建议`global` (and `title`)使用Web安全字体: # Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS # ---------------------------------------------------------------
font: enable:false
# Uri of fonts host, e.g. https://fonts.googleapis.com (Default). host:
# 字体配置: # `external: true` will load this font family from `host` above. # `family: Times New Roman`. Without any quotes. # `size: x.x`. Use `em` as unit. Default: 1 (16px)
# Google 分析 google_analytics: tracking_id:# <app_id> # 默认情况下, NexT 将会加载一个额外的 gtag.js script 在你的网站中 site. # 如果您只需要页面查看功能,请将以下选项设置为true以获得更好的性能. only_pageview:false
# Baidu 分析 baidu_analytics:# <app_id>
# Growingio 分析 growingio_analytics:# <project_id>
# CNZZ 统计 cnzz_siteid:
# 每篇文章展示到访者数量. # You can visit https://leancloud.cn to get AppID and AppKey. # AppID and AppKey are recommended to be the same as valine's for counter compatibility. # 不要同时启用 `valine.visitor` and `leancloud_visitors`. leancloud_visitors: enable:false app_id:# <your app id> app_key:# <your app key> # Required for apps from CN region server_url:# <your server url> # Dependencies: https://github.com/theme-next/hexo-leancloud-counter-security # 如果你不关心leancloud计数器的安全性,只想直接使用它 # (without hexo-leancloud-counter-security plugin), set `security` to `false`. security:true
# 另一个显示每篇文章访问者数量的工具. # Visit https://console.firebase.google.com/u/0/ to get apiKey and projectId. # Visit https://firebase.google.com/docs/firestore/ to get more information about firestore. https://guojian2003.blogspot.com/2023/09/github-actionsreleasegithub.html firestore: enable:false collection:articles# Required, a string collection name to access firestore database apiKey:# Required projectId:# Required
# Show Views / Visitors of the website / page with busuanzi. # 更多信息: http://ibruce.info/2015/04/04/busuanzi busuanzi_count: enable:true total_visitors:true total_visitors_icon:fafa-user total_views:true total_views_icon:fafa-eye post_views:true post_views_icon:fafa-eye
# Chatra 支持 # See: https://chatra.io # Dashboard: https://app.chatra.io/settings/general chatra: enable:false async:true id:# Visit Dashboard to get your ChatraID #embed: # Unfinished experimental feature for developers. See: https://chatra.io/help/api/#injectto
# Tidio 支持 # See: https://www.tidiochat.com # Dashboard: https://www.tidiochat.com/panel/dashboard tidio: enable:false key:# Public Key, get it from dashboard. See: https://www.tidiochat.com/panel/settings/developer
# Note tag (bs-callout) note: # Note tag style values: # - simple bs-callout old alert style. Default. # - modern bs-callout new (v2-v3) alert style. # - flat flat callout style with background, like on Mozilla or StackOverflow. # - disabled disable all CSS styles import of note tag. style:simple icons:false # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). # Offset also applied to label tag variables. This option can work with disabled note tag. light_bg_offset:0
# Tabs tag tabs: transition: tabs:false labels:true
# PDF tag # NexT将尝试本地加载pdf文件,如果失败,将使用pdf.js. # 因此,如果您想使用pdf标签并使其可用于所有浏览器,则必须安装pdf.js的依赖项. # See: https://github.com/theme-next/theme-next-pdf, https://guojian2003.blogspot.com/2023/09/github-actionspackagegithub.html pdf: enable:false # Default height height:500px
# Mermaid tag mermaid: enable:false # Available themes: default | dark | forest | neutral theme:forest