vuepress-theme-vdoing/docs/05.关于/01.关于.md

85 lines
3.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 关于
date: 2019-12-25 14:27:01
permalink: /about/
sidebar: false
article: false
author:
name: xugaoyi
link: https://github.com/xugaoyi
---
## 📚Blog
这是一个兼具博客文章、知识管理、文档查找的个人网站主要内容是Web前端技术。如果你喜欢这个博客&主题欢迎到[GitHub](https://github.com/xugaoyi/vuepress-theme-vdoing)点个Star或者交换[友链](/friends/) ( •̀ ω •́ )✧
:::tip
文章内容仅是我个人的小总结,资历尚浅,如有误还请指正。
:::
[更新日志](https://github.com/xugaoyi/vuepress-theme-vdoing/commits/master)
<!-- <div style="width: 300px;height: 300px;position: fixed;bottom: 0;left: 0;z-index: 1;">
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=5e4x5w8cxxb&amp;m=0&amp;c=ff0000&amp;cr1=ffffff&amp;f=arial&amp;l=33&amp;bv=80" async="async"></script>
</div> -->
<!-- 小熊猫 -->
<img src="/img/panda-waving.png" class="panda no-zoom" style="width: 130px;height: 115px;opacity: 0.8;margin-bottom: -4px;padding-bottom:0;position: fixed;bottom: 0;left: 0.5rem;z-index: 1;">
## 🎨Theme
[<img src="https://github-readme-stats.vercel.app/api/pin/?username=xugaoyi&amp;repo=vuepress-theme-vdoing" alt="ReadMe Card" class="no-zoom">](https://github.com/xugaoyi/vuepress-theme-vdoing)
[<img src="https://github-readme-stats.vercel.app/api/pin/?username=xugaoyi&amp;repo=vuepress-theme-vdoing-doc" alt="ReadMe Card" class="no-zoom">](https://doc.xugaoyi.com/)
本站主题是 [`Vdoing`](https://github.com/xugaoyi/vuepress-theme-vdoing)这是一款简洁高效的VuePress 知识管理&博客 主题。旨在轻松打造一个`结构化`与`碎片化`并存的个人在线知识库&博客,让你的知识海洋像一本本书一样清晰易读。配合多维索引,让每一个知识点都可以快速定位! [Github地址](https://github.com/xugaoyi/vuepress-theme-vdoing) | [在线vscode预览源码](https://github1s.com/xugaoyi/vuepress-theme-vdoing)
## 赞助商
> 进入以下链接注册一下,赞助商会为博主赞助一笔小费,感谢~
<p align="center">
<a href="http://apifox.cn/a103xugaoyi" target="_blank"><img src="https://jsd.cdn.zzko.cn/gh/xugaoyi/blog-gitalk-comment@master/img/Apifox-860x320.ic7tz1417sw.png" alt="赞助商" style="width: 400px;border-radius: 2px;"></a>
</p>
## 🐼Me
web前端小学生
### 技能
* 熟悉 JavaScript、HTML、CSS、Vue、React 的拼写
* 了解 Linux、windows、macOS 的开关机方式
* 精通 Git 的 pull 和 push并注册了 GitHub 帐号刷了一些 star
<!-- 本人↓↓↓
<img src='https://jsd.cdn.zzko.cn/gh/xugaoyi/image_store/blog/20200103123203.jpg' alt='本人照片' style="width:106px;"> -->
## 前端学习
<br/>
<img src="https://open.weixin.qq.com/qr/code?username=gh_0cf4b813918c" style="width:100px;" />
关注公众号,回复`前端资源`,即可获取这些 [前端学习资源](https://github.com/xugaoyi/blog-gitalk-comment/wiki/Front-end-Study)。
## :email: 联系
- WeChat or QQ: <a :href="qqUrl" class='qq'>{{ QQ }}</a>
- Email: <a href="mailto:894072666@qq.com">894072666@qq.com</a>
- GitHub: <https://github.com/xugaoyi>
- Vdoing主题文档<https://doc.xugaoyi.com>
- Vdoing交流QQ群694387113
<script>
export default {
data(){
return {
QQ: '894072666',
qqUrl: `tencent://message/?uin=${this.QQ}&Site=&Menu=yes`
}
},
mounted(){
const flag = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i);
if(flag){
this.qqUrl = `mqqwpa://im/chat?chat_type=wpa&uin=${this.QQ}&version=1&src_type=web&web_src=oicqzone.com`
}
}
}
</script>