Skip to content

Commit

Permalink
增加Flume内容和部分Python内容
Browse files Browse the repository at this point in the history
  • Loading branch information
wzb committed Jan 17, 2025
1 parent f56f863 commit ccbb31a
Show file tree
Hide file tree
Showing 7 changed files with 4,667 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dist_path=docs/.vuepress/dist # 打包生成的文件夹路径
push_branch=gh-pages # 推送的分支

# 生成静态文件 windows要加build:win
#npm run build:win
npm run build
npm run build:win
#npm run build

# 进入生成的文件夹
cd $dist_path
Expand All @@ -20,8 +20,8 @@ git init
git add -A
git commit -m "deploy, $commit_info"
# mac中默认分支是main,win中默认是master
#git push -f $push_addr master:$push_branch
git push -f $push_addr main:$push_branch
git push -f $push_addr master:$push_branch
#git push -f $push_addr main:$push_branch

cd -
rm -rf $dist_path
2 changes: 2 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
{ text: '《ReggieTakeOut》笔记', link: '/note/reggietakeout/'},
{ text: '《MicroService》笔记', link: '/note/microservice/'},
{ text: '《XueChengPlus》笔记', link: '/note/xuechengplus/'},
{ text: '《Flume》笔记', link: '/note/flume/'},
{ text: '《Python》笔记', link: '/note/python/'}
],
},
],
Expand Down
17 changes: 17 additions & 0 deletions docs/01.文档中心/00.学习笔记/20.《Flume》笔记.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
pageComponent:
name: Catalogue
data:
path: 《Flume》笔记
imgUrl: https://jsd.cdn.zzko.cn/gh/xugaoyi/image_store/blog/20200112160453.png
description: 本章内容为博主在原教程基础上添加学习笔记,教程版权归原作者所有。来源:<a href='https://es6.ruanyifeng.com/' target='_blank'>ES6教程</a>
title: 《Flume》笔记
date: 2025-1-17 15:39:16
permalink: /note/flume/
article: false
comment: false
editLink: false
author:
name: xugaoyi
link: https://github.com/xugaoyi
---
17 changes: 17 additions & 0 deletions docs/01.文档中心/00.学习笔记/26.《Python》笔记.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
pageComponent:
name: Catalogue
data:
path: 《Python》笔记
imgUrl: https://jsd.cdn.zzko.cn/gh/xugaoyi/image_store/blog/20200112160453.png
description: 本章内容为博主在原教程基础上添加学习笔记,教程版权归原作者所有。来源:<a href='https://es6.ruanyifeng.com/' target='_blank'>ES6教程</a>
title: 《Python》笔记
date: 2025-1-17 15:39:26
permalink: /note/python/
article: false
comment: false
editLink: false
author:
name: xugaoyi
link: https://github.com/xugaoyi
---
Loading

0 comments on commit ccbb31a

Please sign in to comment.