Skip to content

Commit 1cf8b30

Browse files
committed
update deploy shell
1 parent ac5da59 commit 1cf8b30

File tree

10 files changed

+59
-20
lines changed

10 files changed

+59
-20
lines changed

Dockerfile

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# 安装node
2+
FROM node:12.6.0-alpine
3+
# 设置基础镜像
4+
FROM nginx:latest
5+
6+
# 标签
7+
LABEL version="Beta1.0"
8+
LABEL description="JavaScriptCollection文档合集、博客"
9+
# 作者
10+
LABEL author="【Github&公众号】:Rong姐姐好可爱"
11+
LABEL email="mmdapl@163.com"
12+
13+
## 安装pnpm
14+
RUN npm install pnpm -g & pnpm install & pnpm build
15+
16+
17+
# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面
18+
COPY dist/ /usr/share/nginx/html/
19+
20+
21+
## 暴露端口
22+
EXPOSE 80

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @Autor: 【B站&公众号】Rong姐姐好可爱
66
* @Date: 2020-08-30 12:23:02
77
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
8-
* @LastEditTime: 2022-04-10 22:53:43
8+
* @LastEditTime: 2022-04-10 22:54:43
99
-->
1010

1111
<p align="center">
@@ -943,7 +943,7 @@
943943

944944

945945

946-
### 赞赏列表
946+
## 赞赏列表
947947

948948

949949
以下排名不分先后! [详细统计]()
@@ -959,15 +959,15 @@
959959

960960

961961

962-
### 赞助商
962+
## 赞助商
963963

964964
以下排名不分先后! 哈哈哈,还木有收到赞助,先留坑
965965

966966

967967

968968

969-
---
970-
### 联系作者
969+
970+
## 联系作者
971971

972972
若系列文章对你有所帮助,欢迎订阅公众号,获取更多内容。也可微信”骚扰“,商务合作请备注来意
973973

docs/.vuepress/.temp/internal/pagesComponents.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { defineAsyncComponent } from 'vue'
33
export const pagesComponents = {
44
// path: /
55
"v-8daa1a0e": defineAsyncComponent(() => import(/* webpackChunkName: "v-8daa1a0e" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/index.html.vue")),
6-
// path: /database/
7-
"v-2e25198a": defineAsyncComponent(() => import(/* webpackChunkName: "v-2e25198a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/database/index.html.vue")),
86
// path: /read_books/
97
"v-1b38ae16": defineAsyncComponent(() => import(/* webpackChunkName: "v-1b38ae16" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/index.html.vue")),
108
// path: /server_framework/
@@ -13,8 +11,12 @@ export const pagesComponents = {
1311
"v-087f3632": defineAsyncComponent(() => import(/* webpackChunkName: "v-087f3632" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/solo_algorithm/index.html.vue")),
1412
// path: /sum_links/
1513
"v-2a1cc87a": defineAsyncComponent(() => import(/* webpackChunkName: "v-2a1cc87a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/sum_links/index.html.vue")),
16-
// path: /ui_framework/
17-
"v-9f964bba": defineAsyncComponent(() => import(/* webpackChunkName: "v-9f964bba" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/ui_framework/index.html.vue")),
14+
// path: /front_end/ui_framework/
15+
"v-73999699": defineAsyncComponent(() => import(/* webpackChunkName: "v-73999699" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/front_end/ui_framework/index.html.vue")),
16+
// path: /server_end/database/
17+
"v-6b14a25d": defineAsyncComponent(() => import(/* webpackChunkName: "v-6b14a25d" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/server_end/database/index.html.vue")),
18+
// path: /static/brain-maps/
19+
"v-dca3d10e": defineAsyncComponent(() => import(/* webpackChunkName: "v-dca3d10e" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/static/brain-maps/index.html.vue")),
1820
// path: /read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/
1921
"v-4450f016": defineAsyncComponent(() => import(/* webpackChunkName: "v-4450f016" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/cs_books/深入浅出的Node.js/index.html.vue")),
2022
// path: /404.html

docs/.vuepress/.temp/internal/pagesData.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
export const pagesData = {
22
// path: /
33
"v-8daa1a0e": () => import(/* webpackChunkName: "v-8daa1a0e" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/index.html.js").then(({ data }) => data),
4-
// path: /database/
5-
"v-2e25198a": () => import(/* webpackChunkName: "v-2e25198a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/database/index.html.js").then(({ data }) => data),
64
// path: /read_books/
75
"v-1b38ae16": () => import(/* webpackChunkName: "v-1b38ae16" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/index.html.js").then(({ data }) => data),
86
// path: /server_framework/
@@ -11,8 +9,12 @@ export const pagesData = {
119
"v-087f3632": () => import(/* webpackChunkName: "v-087f3632" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/solo_algorithm/index.html.js").then(({ data }) => data),
1210
// path: /sum_links/
1311
"v-2a1cc87a": () => import(/* webpackChunkName: "v-2a1cc87a" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/sum_links/index.html.js").then(({ data }) => data),
14-
// path: /ui_framework/
15-
"v-9f964bba": () => import(/* webpackChunkName: "v-9f964bba" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/ui_framework/index.html.js").then(({ data }) => data),
12+
// path: /front_end/ui_framework/
13+
"v-73999699": () => import(/* webpackChunkName: "v-73999699" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/front_end/ui_framework/index.html.js").then(({ data }) => data),
14+
// path: /server_end/database/
15+
"v-6b14a25d": () => import(/* webpackChunkName: "v-6b14a25d" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/server_end/database/index.html.js").then(({ data }) => data),
16+
// path: /static/brain-maps/
17+
"v-dca3d10e": () => import(/* webpackChunkName: "v-dca3d10e" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/static/brain-maps/index.html.js").then(({ data }) => data),
1618
// path: /read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/
1719
"v-4450f016": () => import(/* webpackChunkName: "v-4450f016" */"/Users/mmdapl/Desktop/github/JavaScriptCollection/docs/.vuepress/.temp/pages/read_books/cs_books/深入浅出的Node.js/index.html.js").then(({ data }) => data),
1820
// path: /404.html

docs/.vuepress/.temp/internal/pagesRoutes.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
22

33
const routeItems = [
44
["v-8daa1a0e","/",{"title":""},["/index.html","/README.md"]],
5-
["v-2e25198a","/database/",{"title":""},["/database/index.html","/database/Readme.md"]],
65
["v-1b38ae16","/read_books/",{"title":""},["/read_books/index.html","/read_books/Readme.md"]],
76
["v-a538cad8","/server_framework/",{"title":""},["/server_framework/index.html","/server_framework/Readme.md"]],
87
["v-087f3632","/solo_algorithm/",{"title":""},["/solo_algorithm/index.html","/solo_algorithm/Readme.md"]],
98
["v-2a1cc87a","/sum_links/",{"title":""},["/sum_links/index.html","/sum_links/Readme.md"]],
10-
["v-9f964bba","/ui_framework/",{"title":""},["/ui_framework/index.html","/ui_framework/Readme.md"]],
9+
["v-73999699","/front_end/ui_framework/",{"title":""},["/front_end/ui_framework/index.html","/front_end/ui_framework/Readme.md"]],
10+
["v-6b14a25d","/server_end/database/",{"title":""},["/server_end/database/index.html","/server_end/database/Readme.md"]],
11+
["v-dca3d10e","/static/brain-maps/",{"title":""},["/static/brain-maps/index.html","/static/brain-maps/Readme.md"]],
1112
["v-4450f016","/read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/",{"title":""},["/read_books/cs_books/深入浅出的Node.js/","/read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/index.html","/read_books/cs_books/深入浅出的Node.js/readme.md","/read_books/cs_books/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E7%9A%84Node.js/readme.md"]],
1213
["v-3706649a","/404.html",{"title":""},["/404"]],
1314
]

docs/.vuepress/.temp/internal/siteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const siteData = {
88
"link",
99
{
1010
"rel": "icon",
11-
"href": "./favicon.ico"
11+
"href": "./fight_favicon.ico"
1212
}
1313
]
1414
],

docs/.vuepress/.temp/pages/index.html.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ export const data = {
5353
"slug": "本地浏览【推荐】",
5454
"children": []
5555
},
56+
{
57+
"level": 3,
58+
"title": "提交记录",
59+
"slug": "提交记录",
60+
"children": []
61+
},
5662
{
5763
"level": 3,
5864
"title": "赞赏列表",
@@ -73,12 +79,12 @@ export const data = {
7379
}
7480
],
7581
"git": {
76-
"updatedTime": 1649578466000,
82+
"updatedTime": 1649602218000,
7783
"contributors": [
7884
{
7985
"name": "mmdapl",
8086
"email": "2237221210@qq.com",
81-
"commits": 2
87+
"commits": 3
8288
}
8389
]
8490
},

docs/.vuepress/.temp/pages/index.html.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
</code></pre></div></CodeGroupItem>
5656
</CodeGroup>
5757
<p>查看项目启动日志并访问:<a href="http://localhost:4000" target="_blank" rel="noopener noreferrer">http://127.0.0.1:4000</a>,开启学习之旅吧~</p>
58+
<h3 id="提交记录" tabindex="-1"><a class="header-anchor" href="#提交记录" aria-hidden="true">#</a> 提交记录</h3>
5859
<hr>
5960
<h3 id="赞赏列表" tabindex="-1"><a class="header-anchor" href="#赞赏列表" aria-hidden="true">#</a> 赞赏列表</h3>
6061
<p>以下排名不分先后! <a href="">详细统计</a></p>

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* @Author: 【B站&公众号】Rong姐姐好可爱
55
* @Date: 2021-01-19 08:04:19
66
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
7-
* @LastEditTime: 2022-04-10 22:21:47
7+
* @LastEditTime: 2022-04-11 09:05:07
88
*/
99
module.exports = {
1010
title: "凡是过往、皆为序章",
1111
description: "一本有趣的JavaScript合集",
1212
base: "/",
1313
port: 4000,
1414
head: [
15-
["link", { rel: "icon", href: "./favicon.ico" }]
15+
["link", { rel: "icon", href: "./fight_favicon.ico" }]
1616
],
1717
themeConfig: {
1818
logo: "./favicon.ico",

docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ yarn run dev
114114

115115

116116

117+
### 提交记录
118+
119+
120+
121+
117122
---
118123

119124

0 commit comments

Comments
 (0)