83 lines
3.5 KiB
Markdown
83 lines
3.5 KiB
Markdown
---
|
||
title: 关于
|
||
date: 2019-12-25 14:27:01
|
||
permalink: /about
|
||
sidebar: false
|
||
article: false
|
||
---
|
||
|
||
### 📚Blog
|
||
这是一个兼具博客文章、知识管理、文档查找的个人网站,主要内容是Web前端技术。如果你喜欢这个博客&主题欢迎到[GitHub](https://github.com/xugaoyi/vuepress-theme-vdoing)点个Star,或者交换[友链](/friends/) ( •̀ ω •́ )✧
|
||
|
||
:::tip
|
||
文章内容仅是我个人的小总结,资历尚浅,如有误还请指正。
|
||
:::
|
||
|
||
[更新日志](https://github.com/xugaoyi/vuepress-theme-vdoing/commits/master)
|
||
|
||
### 🎨Theme
|
||
|
||
[<img src="https://github-readme-stats.vercel.app/api/pin/?username=xugaoyi&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&repo=vuepress-theme-vdoing-doc" alt="ReadMe Card" class="no-zoom">](https://doc.xugaoyi.com/vuepress-theme-vdoing-doc/)
|
||
|
||
本站主题是 [`Vdoing`](https://github.com/xugaoyi/vuepress-theme-vdoing),这是一款简洁高效的VuePress 知识管理&博客 主题。旨在轻松打造一个`结构化`与`碎片化`并存的个人在线知识库&博客,让你的知识海洋像一本本书一样清晰易读。配合多维索引,让每一个知识点都可以快速定位! 更多[详情](https://github.com/xugaoyi/vuepress-theme-vdoing)。
|
||
|
||
<!-- <a href="https://github.com/xugaoyi/vuepress-theme-vdoing" target="_blank"><img src='https://img.shields.io/github/stars/xugaoyi/vuepress-theme-vdoing' alt='GitHub stars' class="no-zoom"></a>
|
||
<a href="https://github.com/xugaoyi/vuepress-theme-vdoing" target="_blank"><img src='https://img.shields.io/github/forks/xugaoyi/vuepress-theme-vdoing' alt='GitHub forks' class="no-zoom"></a> -->
|
||
|
||
|
||
### 🐼Me
|
||
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;">
|
||
|
||
|
||
## :email: 联系
|
||
|
||
- **WeChat or QQ**: <a :href="qqUrl" class='qq'>894072666</a>
|
||
- **Email**: <a href="mailto:894072666@qq.com">894072666@qq.com</a>
|
||
- **GitHub**: <https://github.com/xugaoyi>
|
||
- **Vdoing主题文档:**<https://doc.xugaoyi.com/vuepress-theme-vdoing-doc/>
|
||
- **Vdoing交流QQ群**:694387113
|
||
|
||
## 前端学习
|
||
🎉🎉✨与我 <a :href="qqUrl">联系↑</a> 获取前端 [学习资源](https://github.com/xugaoyi/blog-gitalk-comment/wiki/Front-end-Study)
|
||
|
||
|
||
<!-- 广告 -->
|
||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||
<!-- 横向自适应长方块 -->
|
||
<ins class="adsbygoogle"
|
||
style="display:block"
|
||
data-ad-client="ca-pub-7828333725993554"
|
||
data-ad-slot="7774950020"
|
||
data-ad-format="auto"
|
||
data-full-width-responsive="true"></ins>
|
||
<script>
|
||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||
</script>
|
||
|
||
|
||
<script>
|
||
export default {
|
||
data(){
|
||
return {
|
||
qqUrl: 'tencent://message/?uin=894072666&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=894072666&version=1&src_type=web&web_src=oicqzone.com'
|
||
}
|
||
}
|
||
}
|
||
</script>
|