This repository was archived by the owner on Nov 2, 2024. It is now read-only.
File tree 4 files changed +878
-1037
lines changed
4 files changed +878
-1037
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
4
"local>Innei/renovate-config"
5
+ ] ,
6
+ "ignoreDeps" : [
7
+ "next" // https://github.com/shuding/nextra/issues/1785
5
8
]
6
9
}
Original file line number Diff line number Diff line change 23
23
"clsx" : " ^2.0.0" ,
24
24
"copy-to-clipboard" : " ^3.3.3" ,
25
25
"framer-motion" : " ^10.16.5" ,
26
- "next" : " ^14.0.3 " ,
26
+ "next" : " ^13.3.0 " ,
27
27
"nextra" : " latest" ,
28
28
"nextra-theme-docs" : " latest" ,
29
29
"postcss" : " ^8.4.31" ,
Original file line number Diff line number Diff line change @@ -6,12 +6,20 @@ title: 引言
6
6
7
7
** Mix Space** 是一个一款简洁而不简单的个人博客系统,它够快,够现代。你可以利用它构建一个属于自己的个人空间,记录生活,分享知识。
8
8
9
+ <Callout type = " warning" >
9
10
在本章节,我们将完成的是 ** 后端** 的安装,而 ** 前端** 的安装则需要你阅读 [ 前端主题文档] ( /themes ) 。
11
+ </Callout >
10
12
11
13
<Callout type = " info" >
12
14
为什么分开部署?请查看本页 [ 一些你需要知道的事情] ( #一些你需要知道的事情 ) 小节。
13
15
</Callout >
14
16
17
+ ## 系统要求
18
+
19
+ - ** Linux** / ** macOS**
20
+ - Linux 内核版本 >= ** 4.19**
21
+ - Memory >= ** 1G**
22
+
15
23
## 快速开始
16
24
17
25
<Callout >
@@ -67,4 +75,4 @@ import { FileTree } from 'nextra/components'
67
75
但万幸的是,我们开发者已经为你准备好了一切,你只需要按照文档** 推荐的步骤** 来操作即可,即使你不是开发者,也可以轻松完成安装。
68
76
</Callout >
69
77
70
- 知道了这些,你就可以避免掉大部分的问题了,开始安装体验吧!
78
+ 知道了这些,你就可以避免掉大部分的问题了,开始安装体验吧!
You can’t perform that action at this time.
0 commit comments