Skip to content

Commit

Permalink
更新:关于页
Browse files Browse the repository at this point in the history
  • Loading branch information
xugaoyi committed Sep 5, 2020
1 parent d9db2fa commit dc8c72f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
18 changes: 12 additions & 6 deletions docs/05.关于/01.关于.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ article: false
这是一个兼具博客文章、知识管理、文档查找的个人网站,主要内容是Web前端技术。如果你喜欢这个博客&主题欢迎到[GitHub](https://github.com/xugaoyi/vuepress-theme-vdoing)点个Star,或者交换[友链](/friends/) ( •̀ ω •́ )✧

:::tip
文章内容仅是我个人的小总结,如有误还请指正。
文章内容仅是我个人的小总结,资历尚浅,如有误还请指正。
:::

[更新日志](https://github.com/xugaoyi/vuepress-theme-vdoing/commits/master)

### 🎨Theme
本站主题是 [`Vdoing`](https://github.com/xugaoyi/vuepress-theme-vdoing),这是一款简洁高效的VuePress 知识管理&博客 主题。旨在轻松打造一个`结构化``碎片化`并存的个人在线知识库&博客,让你的知识海洋像一本本书一样清晰易读。配合多维索引,让每一个知识点都可以快速定位! 更多[详情](https://github.com/xugaoyi/vuepress-theme-vdoing)

Expand All @@ -21,12 +23,16 @@ article: false


### 🐼Me
从事Web前端开发工作,喜欢唱、跳、rap、篮球,写程序。 本人↓↓↓
落魄Web前端工程师
#### 技能
* 熟悉 JavaScript、HTML、CSS、Vue 的拼写
* 了解 Linux、windows、macOS 的开关机方式
* 精通 Git 的 pull 和 push,并注册了 GitHub 帐号刷了一些 star

<img src='https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg' alt='本人照片' style="width:106px;">
本人↓↓↓

<img src='https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg' alt='本人照片' style="width:106px;">

[更新日志](https://github.com/xugaoyi/vuepress-theme-vdoing/commits/master)

## :email: 联系

Expand All @@ -39,7 +45,7 @@ article: false
export default {
data(){
return {
qqUrl: 'tencent://message/?uin=894072666&Site=&Menu=yes'
qqUrl: 'tencent://message/?uin=894072666&Site=&Menu=yes'
}
},
mounted(){
Expand All @@ -49,4 +55,4 @@ article: false
}
}
}
</script>
</script>
4 changes: 2 additions & 2 deletions theme-vdoing/components/BloggerBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ export default {
img
width 100%
height 100%
border-radius 3px
.icons
border 1px solid var(--borderColor)
// border 1px solid var(--borderColor)
border-top none
height 40px
line-height 40px
Expand All @@ -66,6 +65,7 @@ export default {
float left
text-align center
opacity .8
&:hover
color $accentColor
.blogger
Expand Down
8 changes: 4 additions & 4 deletions utils/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#批量添加和修改、删除front matter配置文件

# 需要批量处理的路径,docs文件夹内的文件夹 (数组映射路径:docs/arr[1]/arr[2] ... )
# 需要批量处理的路径,docs文件夹内的文件夹 (数组映射路径:path[0]/path[1]/path[2] ... )
path:
- docs # 第一个成员必须是docs
- 04.更多

# 要删除的字段 (数组)
delete:
delete:
# - tags

# 要添加、修改front matter的数据 (front matter中没有的数据则添加,已有的数据则覆盖)
data:
# author:
# author:
# name: xugaoyi
# link: https://github.com/xugaoyi
# link: https://github.com/xugaoyi

0 comments on commit dc8c72f

Please sign in to comment.