tangly1024
tangly1024
很好的想法,感谢分享! Notion确实有自带评论,但似乎要登录Notion才能评论; 如果访客没有Notion账号,该如何评论呢。 
https://51xmi.com/zh/0816114105 拜读了作者的文章,确实是很棒的方案。 作者也完全开源了相关代码,值得研究一下: https://github.com/goldeye0351/notion-blog
不需要icon的话可以remove,显示icon功能是给有需要的人用的 :-P 
> 宠物有办法不显示吗?手机端上显示有点占位置。 关闭宠物可参考《[Live2D宠物插件]》(https://docs.tangly1024.com/article/notion-next-plugin-live2d)
降级为旧版构建环境,然后点击重试  
blog.config.js 第16行,需要将中文逗号改为英文逗号:  https://github.com/likemuuxi/NotionNext/edit/main/blog.config.js
暂不支持配置的方式,但可以尝试通过修改代码实现。 /themes/hexo/components/Logo.js 是左上角文字的代码,您可以尝试将文字部分也替换成图片即可。
您好,修改 /themes/hexo/components/Logo.js 文件即可 以下是示例代码: ``` import { siteConfig } from '@/lib/config' import Link from 'next/link' const Logo = props => { return ( {/* eslint-disable-next-line @next/next/no-img-element */} {siteConfig('TITLE') } )...
我自己是用手动排序,数据库中创建多个视图,第一个视图给网站用,可以在这里定义排序。后面的视图用来自己平时看。 
无法更新此补丁,如果NextJs升级到更新的版本,Link组件就不支持中文 详见此bug https://github.com/tangly1024/NotionNext/issues/1864