From 3207a1632f74d1d101666edae86690850917160b Mon Sep 17 00:00:00 2001 From: mei Date: Sat, 26 Jul 2025 22:17:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=A1=88=E5=AE=8C=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.fluid.yml | 8 ++++---- _config.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.fluid.yml b/_config.fluid.yml index 5e113ea..4133d43 100644 --- a/_config.fluid.yml +++ b/_config.fluid.yml @@ -754,7 +754,7 @@ post: # 评论插件 # Comment plugin comments: - enable: false + enable: true # 指定的插件,需要同时设置对应插件的必要参数 # The specified plugin needs to set the necessary parameters at the same time # Options: utterances | disqus | gitalk | valine | waline | changyan | livere | remark42 | twikoo | cusdis | giscus | discuss @@ -985,7 +985,7 @@ about: banner_img: /img/index.jpg banner_img_height: 60 banner_mask_alpha: 0.3 - avatar: https://api.mmeiblog.cn/favicon + avatar: https://api.mmeiblog.cn/favicon.ico name: "mei" intro: "重度妄想症患者" # 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码 @@ -1106,14 +1106,14 @@ links:
name: mei的网络日志
description: 重度妄想症患者
domainname: mei.lv(not mmeiblog.cn)
-favicon: https://api.mmeiblog.cn/favicon
+favicon: https://api.mmeiblog.cn/favicon.ico
' # 评论插件 # Comment plugin comments: - enable: false + enable: true # 指定的插件,需要同时设置对应插件的必要参数 # The specified plugin needs to set the necessary parameters at the same time # Options: utterances | disqus | gitalk | valine | waline | changyan | livere | remark42 | twikoo | cusdis | giscus | discuss diff --git a/_config.yml b/_config.yml index 60f1eec..9a8564d 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ # Site title: 一只肥猫的笔记 subtitle: '一只肥猫的笔记' -description: '聊聊技术,玩点摄影 - https://mmeiblog.cn' +description: '聊聊技术,玩点摄影 - https://mei.lv' keywords: 一只肥猫的笔记,mei的网络日志,mei,技术,meiのblog,云,云原生,云服务,GO,sql,programmer,programming,linux,摄影 author: mei language: zh-CN @@ -13,7 +13,7 @@ timezone: 'Asia/Shanghai' # URL ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project' -url: https://mmeiblog.cn +url: https://mei.lv permalink: :year/:month/:day/:title/ permalink_defaults: pretty_urls: