Skip to content

Commit 1c47364

Browse files
committedJun 16, 2024·
更新到最新版
2 parents a80e833 + 3e6cee1 commit 1c47364

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1536
-875
lines changed
 

‎README_EN.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Live Demo:[https://preview.tangly1024.com/](https://preview.tangly1024.com/)
3535

3636
It only takes a few minutes to set up your personal site:
3737

38-
- [Quick Deployment Tutorial - Multiple Options Available](https://tangly1024.com/article/notion-next)
38+
- [Quick Deployment Tutorial - Multiple Options Available](https://docs.tangly1024.com/article/vercel-deploy-notion-next)
3939

40-
- [Customization Guide - How to Configure Feature Plugins](https://tangly1024.com/article/notion-next-guide)
40+
- [Customization Guide - How to Configure Feature Plugins](https://docs.tangly1024.com/article/how-to-config-notion-next)
4141

42-
- [Development Guide - How to Conduct Local Development](https://tangly1024.com/article/how-to-develop-with-notion-next)
42+
- [Development Guide - How to Conduct Local Development](https://docs.tangly1024.com/article/how-to-develop-with-notion-next)
4343

44-
- [Update Guide - How to Get the Latest Upgrade Patch](https://tangly1024.com/article/how-to-update-notionnext)
44+
- [Update Guide - How to Get the Latest Upgrade Patch](https://docs.tangly1024.com/article/how-to-update-notionnext)
4545

46-
- [Version History - Check Feature Highlights for Each Version](https://tangly1024.com/article/notion-next-changelogs)
46+
- [Version History - Check Feature Highlights for Each Version](https://docs.tangly1024.com/article/latest)
4747

4848
## Acknowledgements
4949

‎blog.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ const BLOG = {
3939
CONTACT_INSTAGRAM: process.env.NEXT_PUBLIC_CONTACT_INSTAGRAM || '', // 您的instagram地址
4040
CONTACT_BILIBILI: process.env.NEXT_PUBLIC_CONTACT_BILIBILI || '', // B站主页
4141
CONTACT_YOUTUBE: process.env.NEXT_PUBLIC_CONTACT_YOUTUBE || '', // Youtube主页
42+
CONTACT_XIAOHONGSHU: process.env.NEXT_PUBLIC_CONTACT_XIAOHONGSHU || '', // 小红书主页
43+
CONTACT_ZHISHIXINGQIU: process.env.NEXT_PUBLIC_CONTACT_ZHISHIXINGQIU || '', // 知识星球
44+
CONTACT_WEHCHAT_PUBLIC: process.env.NEXT_PUBLIC_CONTACT_WEHCHAT_PUBLIC || '', // 微信公众号 格式:https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=【xxxxxx】==#wechat_redirect
4245

4346
NOTION_HOST: process.env.NEXT_PUBLIC_NOTION_HOST || 'https://www.notion.so', // Notion域名,您可以选择用自己的域名进行反向代理,如果不懂得什么是反向代理,请勿修改此项
4447

@@ -205,9 +208,10 @@ const BLOG = {
205208
'link,wechat,qq,weibo,email,facebook,twitter,telegram,messenger,line,reddit,whatsapp,linkedin', // 分享的服務,按顺序显示,逗号隔开
206209
// 所有支持的分享服务:link(复制链接),wechat(微信),qq,weibo(微博),email(邮件),facebook,twitter,telegram,messenger,line,reddit,whatsapp,linkedin,vkshare,okshare,tumblr,livejournal,mailru,viber,workplace,pocket,instapaper,hatena
207210

211+
// 文章URL前缀
208212
POST_URL_PREFIX: process.env.NEXT_PUBLIC_POST_URL_PREFIX || '',
209213
// POST类型文章的默认路径前缀,例如默认POST类型的路径是 /article/[slug]
210-
// 如果此项配置为 '' 空, 则文章将没有前缀路径,使用场景: 希望文章前缀路径为 /post 的情况 支持多级
214+
// 如果此项配置为 '' 空, 则文章将没有前缀路径
211215
// 支援類似 WP 可自訂文章連結格式的功能:https://wordpress.org/documentation/article/customize-permalinks/,目前只先實作 %year%/%month%/%day%
212216
// 例:如想連結改成前綴 article + 時間戳記,可變更為: 'article/%year%/%month%/%day%'
213217

0 commit comments

Comments
 (0)
Please sign in to comment.