[fix] retype the readme file head and change the name in license.
This commit is contained in:
		
							
								
								
									
										22
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								LICENSE
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| # MIT License | ||||
|  | ||||
| Copyright (c) 2023 EDWARD ZHANG | ||||
| Copyright (c) 2023 Ethan Zhang | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
| of this software and associated documentation files (the "Software"), to deal | ||||
| @@ -22,22 +22,8 @@ SOFTWARE. | ||||
|  | ||||
| --- | ||||
|  | ||||
| Copyright (c) 2021 Timothy Lin | ||||
| <!-- TOC --> | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
| of this software and associated documentation files (the "Software"), to deal | ||||
| in the Software without restriction, including without limitation the rights | ||||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||||
| copies of the Software, and to permit persons to whom the Software is | ||||
| furnished to do so, subject to the following conditions: | ||||
| - [MIT License](#mit-license) | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all | ||||
| copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||||
| SOFTWARE. | ||||
| <!-- /TOC --> | ||||
							
								
								
									
										76
									
								
								README-CN.MD
									
									
									
									
									
								
							
							
						
						
									
										76
									
								
								README-CN.MD
									
									
									
									
									
								
							| @@ -1,11 +1,19 @@ | ||||
| ## NEXT.JS LEXICAL BLOG TEMPLATE | ||||
| <div align="center"> | ||||
|   <h2>NEXT.JS LEXICAL BLOG</h2> | ||||
| </div> | ||||
|  | ||||
| [English](./README.MD) | ||||
| <div align="center"> | ||||
|   <a href="./README.MD">English</a> | | ||||
|   <a href="./README-CN.MD">简体中文</a> | ||||
| </div> | ||||
|  | ||||
| --- | ||||
|  | ||||
| [](https://github.com/PrinOrange/nextjs-lexical-blog) | ||||
| [](https://github.com/PrinOrange/nextjs-lexical-blog) | ||||
| [](https://twitter.com/Codemetic) | ||||
| [](https://blog.terminals.run/sponsor) | ||||
| [](https://biomejs.dev/) | ||||
|  | ||||
| [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FPrinOrange%2Fnextjs-lexical-blog&project-name=nextjs-lexical-blog-template&repository-name=nextjs-lexical-blog&demo-title=Lexical%20Blog%20Demo&demo-description=This%20is%20a%20sleek%20and%20efficient%20web%20blog%20project%2C%20built%20with%20Next.js%20%2B%20MDX%20%2B%20TailwindCSS.%20You%20can%20write%20your%20blog%20posts%20in%20Markdown%20and%20easily%20deploy%20them%20on%20Vercel.&demo-url=nextjs-lexical-blog-demo.vercel.app&demo-image=https%3A%2F%2Fnextjs-lexical-blog-demo.vercel.app%2Fimages%2Fpreview.png) | ||||
|  | ||||
| @@ -14,50 +22,42 @@ | ||||
| 它具备了博客网站的一切基本功能:标签分类、编写、评论、标题列表等。 | ||||
|  | ||||
|  | ||||
|  | ||||
| 它是一个响应式的网站,对市场上大多数不同尺寸的屏幕都有良好的支持。无论是手机、平板电脑、便携小尺寸电脑等,都能在上面轻松阅读网站内容。 | ||||
|  | ||||
|  | ||||
|  | ||||
| | Home Page In Mobile              | Reader Page In Mobile            | | ||||
| | -------------------------------- | -------------------------------- | | ||||
| | <img src="./docs/preview2.png"/> | <img src="./docs/preview4.png"/> | | ||||
|  | ||||
| --- | ||||
|  | ||||
| <!-- TOC --> | ||||
|  | ||||
| - [NEXT.JS LEXICAL BLOG TEMPLATE](#nextjs-lexical-blog-template) | ||||
|   - [快速上手](#快速上手) | ||||
|     - [初始化项目](#初始化项目) | ||||
|     - [创建博客](#创建博客) | ||||
|     - [开发](#开发) | ||||
|     - [构建](#构建) | ||||
|   - [数据与配置](#数据与配置) | ||||
|   - [打包、还原用户数据](#打包还原用户数据) | ||||
|   - [一些问题](#一些问题) | ||||
|     - [RTL \& LTR](#rtl--ltr) | ||||
|     - [字体](#字体) | ||||
|     - [MDX](#mdx) | ||||
|     - [图床、外链图片](#图床外链图片) | ||||
|     - [RSS Feed](#rss-feed) | ||||
|     - [赞助渠道](#赞助渠道) | ||||
|     - [评论系统](#评论系统) | ||||
|     - [全文搜索](#全文搜索) | ||||
|     - [i18n](#i18n) | ||||
|   - [部署](#部署) | ||||
|     - [部署到 Vercel](#部署到-vercel) | ||||
|     - [部署到服务器](#部署到服务器) | ||||
|   - [感谢](#感谢) | ||||
|   - [开源许可](#开源许可) | ||||
| - [快速上手](#%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B) | ||||
|   - [初始化项目](#%E5%88%9D%E5%A7%8B%E5%8C%96%E9%A1%B9%E7%9B%AE) | ||||
|   - [创建博客](#%E5%88%9B%E5%BB%BA%E5%8D%9A%E5%AE%A2) | ||||
|   - [开发](#%E5%BC%80%E5%8F%91) | ||||
|   - [构建](#%E6%9E%84%E5%BB%BA) | ||||
| - [数据与配置](#%E6%95%B0%E6%8D%AE%E4%B8%8E%E9%85%8D%E7%BD%AE) | ||||
| - [打包、还原用户数据](#%E6%89%93%E5%8C%85%E8%BF%98%E5%8E%9F%E7%94%A8%E6%88%B7%E6%95%B0%E6%8D%AE) | ||||
| - [一些问题](#%E4%B8%80%E4%BA%9B%E9%97%AE%E9%A2%98) | ||||
|   - [RTL & LTR](#rtl--ltr) | ||||
|   - [字体](#%E5%AD%97%E4%BD%93) | ||||
|   - [MDX](#mdx) | ||||
|   - [图床、外链图片](#%E5%9B%BE%E5%BA%8A%E5%A4%96%E9%93%BE%E5%9B%BE%E7%89%87) | ||||
|   - [RSS Feed](#rss-feed) | ||||
|   - [赞助渠道](#%E8%B5%9E%E5%8A%A9%E6%B8%A0%E9%81%93) | ||||
|   - [评论系统](#%E8%AF%84%E8%AE%BA%E7%B3%BB%E7%BB%9F) | ||||
|   - [全文搜索](#%E5%85%A8%E6%96%87%E6%90%9C%E7%B4%A2) | ||||
|   - [i18n](#i18n) | ||||
| - [部署](#%E9%83%A8%E7%BD%B2) | ||||
|   - [部署到 Vercel](#%E9%83%A8%E7%BD%B2%E5%88%B0-vercel) | ||||
|   - [部署到服务器](#%E9%83%A8%E7%BD%B2%E5%88%B0%E6%9C%8D%E5%8A%A1%E5%99%A8) | ||||
| - [感谢](#%E6%84%9F%E8%B0%A2) | ||||
| - [开源许可](#%E5%BC%80%E6%BA%90%E8%AE%B8%E5%8F%AF) | ||||
|  | ||||
| <!-- /TOC --> | ||||
| <!-- /TOC --> | ||||
| <!-- /TOC --> | ||||
| <!-- /TOC --> | ||||
|  | ||||
| ### 快速上手 | ||||
|  | ||||
| 着手本项目之前,我在此假设你已经具备以下知识水平: | ||||
|  | ||||
| - 对React.js, Next.js, Node.js 开发和 TypeScript 语言较熟悉。 | ||||
| - 能较为熟练地书写 Markdown 文档、HTML文档。 | ||||
| - 对 React.js, Next.js, Node.js 开发和 TypeScript 语言较熟悉。 | ||||
| - 能较为熟练地书写 Markdown 文档、HTML 文档。 | ||||
| - 拥有基本的 Web 开发知识,如部署 Web 服务、SSL、反向代理等。 | ||||
|  | ||||
| #### 初始化项目 | ||||
|   | ||||
							
								
								
									
										38
									
								
								README.MD
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								README.MD
									
									
									
									
									
								
							| @@ -1,11 +1,19 @@ | ||||
| ## NEXT.JS LEXICAL | ||||
| <div align="center"> | ||||
|   <h2>NEXT.JS LEXICAL BLOG</h2> | ||||
| </div> | ||||
|  | ||||
| - [简体中文](./README-CN.MD) | ||||
| <div align="center"> | ||||
|   <a href="./README.MD">English</a> | | ||||
|   <a href="./README-CN.MD">简体中文</a> | ||||
| </div> | ||||
|  | ||||
| --- | ||||
|  | ||||
| [](https://github.com/PrinOrange/nextjs-lexical-blog) | ||||
| [](https://github.com/PrinOrange/nextjs-lexical-blog) | ||||
| [](https://twitter.com/Codemetic) | ||||
| [](https://blog.terminals.run/sponsor) | ||||
| [](https://biomejs.dev/) | ||||
|  | ||||
| [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FPrinOrange%2Fnextjs-lexical-blog&project-name=nextjs-lexical-blog-template&repository-name=nextjs-lexical-blog&demo-title=Lexical%20Blog%20Demo&demo-description=This%20is%20a%20sleek%20and%20efficient%20web%20blog%20project%2C%20built%20with%20Next.js%20%2B%20MDX%20%2B%20TailwindCSS.%20You%20can%20write%20your%20blog%20posts%20in%20Markdown%20and%20easily%20deploy%20them%20on%20Vercel.&demo-url=nextjs-lexical-blog-demo.vercel.app&demo-image=https%3A%2F%2Fnextjs-lexical-blog-demo.vercel.app%2Fimages%2Fpreview.png) | ||||
|  | ||||
| @@ -14,20 +22,8 @@ This is a sleek and efficient web blog project, built with Next.js + MDX + Tailw | ||||
| It has all the basic functions of a blog website: tag classification, writing, comments, title list, etc. | ||||
|  | ||||
|  | ||||
|  | ||||
| It is a responsive website with good support for most different screen sizes available in the market. Whether it is a mobile phone, tablet, portable small-sized computer, etc., you can easily read website content on it. | ||||
|  | ||||
|  | ||||
|  | ||||
| | Home Page In Mobile              | Reader Page In Mobile            | | ||||
| | -------------------------------- | -------------------------------- | | ||||
| | <img src="./docs/preview2.png"/> | <img src="./docs/preview4.png"/> | | ||||
|  | ||||
| --- | ||||
|  | ||||
| <!-- TOC --> | ||||
|  | ||||
| - [NEXT.JS LEXICAL](#nextjs-lexical) | ||||
| - [](#) | ||||
|   - [Quick Start](#quick-start) | ||||
|     - [Initialize Project](#initialize-project) | ||||
| @@ -52,6 +48,20 @@ It is a responsive website with good support for most different screen sizes ava | ||||
|   - [Thanks](#thanks) | ||||
|   - [Open Source License](#open-source-license) | ||||
|  | ||||
| <!-- /TOC -->#thanks) | ||||
|   - [Open Source License](#open-source-license) | ||||
|  | ||||
| <!-- /TOC -->r Methods](#sponsor-methods) | ||||
|     - [Comment System](#comment-system) | ||||
|     - [Full-Text Search](#full-text-search) | ||||
|     - [i18n](#i18n) | ||||
|   - [Deployment](#deployment) | ||||
|     - [Deploying to Vercel](#deploying-to-vercel) | ||||
|     - [Deploying to a Server](#deploying-to-a-server) | ||||
|   - [Thanks](#thanks) | ||||
|   - [Open Source License](#open-source-license) | ||||
|  | ||||
| <!-- /TOC --> | ||||
| <!-- /TOC --> | ||||
| ## <!-- /TOC --> | ||||
|  | ||||
|   | ||||
| @@ -110,4 +110,4 @@ | ||||
|     "webpack-obfuscator": "^3.5.1" | ||||
|   }, | ||||
|   "packageManager": "pnpm@9.7.0" | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 PrinOrange
					PrinOrange