diff --git a/README.md b/README.md index a0b0ab6f..f2c9a2e0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@

+ +中文文档 | [README in English](./README_EN.md) + +
+ 一个使用 NextJS + Notion API 实现的,部署在 Vercel 上的静态博客系统。为Notion和所有创作者设计。 @@ -35,7 +40,10 @@ - [个性配置手册 - 如何配置功能插件](https://tangly1024.com/article/notion-next-guide) - [二次开发指引 - 如何进行本地开发](https://tangly1024.com/article/how-to-develop-with-notion-next) - + +- [更新操作指南 - 获取最新升级补丁](https://tangly1024.com/article/how-to-update-notionnext) + +- [历史版本汇总 - 查询版本功能特性](https://tangly1024.com/article/notion-next-changelogs) ## 致谢 感谢Craig Hart发起的Nobelium项目 @@ -156,9 +164,23 @@ Hongzzz
Hongzzz

🔧 🐛 + + RedhairHambagu
RedhairHambagu

🔧 🐛 + + + + Allen
Allen

🔧 🐛 + + + + zdf1230
zdf

🔧 🐛 + + emengweb
emengweb

🔧 🐛 + + diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 00000000..dbb75684 --- /dev/null +++ b/README_EN.md @@ -0,0 +1,187 @@ +# NotionNext + +

+ + + + + + + + + + + + +

+ + +[中文文档](./README.md) | README in English + +
+ +A static blog system built with NextJS and Notion API, deployed on Vercel. Designed for Notion and all creators. + + +## Preview + +Live Demo:[https://preview.tangly1024.com/](https://preview.tangly1024.com/) ,Project supports switching between multiple themes. Can't find a theme you like? How about [contributing](/CONTRIBUTING.md) one?~ + +| Next | Medium | Hexo | Fukasawa | +|--|--|--|--| +| [NEXT](https://preview.tangly1024.com/?theme=next) | [MEDIUM](https://preview.tangly1024.com/?theme=medium) | [HEXO](https://preview.tangly1024.com/?theme=hexo) | [FUKASAWA](https://preview.tangly1024.com/?theme=fukasawa) | + +## Get Start! + +It only takes a few minutes to set up your personal site: + +- [Quick Deployment Tutorial - Multiple Options Available](https://tangly1024.com/article/notion-next) + +- [Customization Guide - How to Configure Feature Plugins](https://tangly1024.com/article/notion-next-guide) + +- [Development Guide - How to Conduct Local Development](https://tangly1024.com/article/how-to-develop-with-notion-next) + +- [Update Guide - How to Get the Latest Upgrade Patch](https://tangly1024.com/article/how-to-update-notionnext) + +- [Version History - Check Feature Highlights for Each Version](https://tangly1024.com/article/notion-next-changelogs) + +## Acknowledgements + +Special thanks to Craig Hart for initiating the Nobelium project. + + + +
Craig Hart
Craig Hart
+ +## Contributors + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ tangly1024
tangly1024

🎫 🔧 🐛 +
+ uWayLu
uWayLu

🔧 🐛 +
+ txs
txs

🔧 🐛 +
+ yuzhanglong
yuzhanglong

🔧 🐛 +
+ Hscpro
Hscpro

🔧 🐛 +
+ JensonMiao
JensonMiao

🔧 🐛 +
+ haixin1225
haixin1225

🔧 🐛 +
+ mouyase
mouyase

🔧 🐛 +
+ qfdk
qfdk

🔧 🐛 +
+ ifyz
ifyz

🔧 🐛 +
+ Liqun Zhao
Liqun Zhao

🔧 🐛 +
+ Ylarod
Ylarod

🔧 🐛 +
+ Etherrreal.
Etherrreal.

🔧 🐛 +
+ Joshua Astray
Joshua Astray

🔧 🐛 +
+ Vixcity
Vixcity

🔧 🐛 +
+ ipatpat
ipatpat

🔧 🐛 +
+ xloong
xloong

🔧 🐛 +
+ expoli
expoli

🔧 🐛 +
+ SuperHuangXu
bUBBLE

🔧 🐛 +
+ Pylogmon
派了个萌

🔧 🐛 +
+ SkysCrystal
Simon Shi

🔧 🐛 +
+ S.Y. Lee
S.Y. Lee

🔧 🐛 +
+ fighting-buf
fighting-buf

🔧 🐛 +
+ cliouo
cliouo

🔧 🐛 +
+ Sude Akgün
Sude Akgün

🔧 🐛 +
+ Ray
Ray

🔧 🐛 +
+ Hongzzz
Hongzzz

🔧 🐛 +
+ RedhairHambagu
RedhairHambagu

🔧 🐛 +
+ + +## Technologies Used + +- **Technical Framework**: [Next.js](https://nextjs.org) +- **Styles**: [Tailwind CSS](https://www.tailwindcss.cn/) +- **Rendering Tool**: [React-notion-x](https://github.com/NotionX/react-notion-x) +- **COMMENT**: [Twikoo](https://github.com/imaegoo/twikoo), [Giscus](https://giscus.app/zh-CN), [Gitalk](https://gitalk.github.io), [Cusdis](https://cusdis.com), [Utterances](https://utteranc.es) +- **ICON**: [Fontawesome](https://fontawesome.com/v6/icons/) + + +## License + +The MIT License. diff --git a/components/CommonScript.js b/components/CommonScript.js index badd7531..57adf07a 100644 --- a/components/CommonScript.js +++ b/components/CommonScript.js @@ -1,5 +1,4 @@ import BLOG from '@/blog.config' -import { Analytics } from '@vercel/analytics/react' /** * 第三方代码 统计脚本 @@ -8,8 +7,6 @@ import { Analytics } from '@vercel/analytics/react' */ const CommonScript = () => { return (<> - {BLOG.ANALYTICS_VERCEL && } - {BLOG.COMMENT_DAO_VOICE_ID && (<> {/* DaoVoice 反馈 */}