This commit is contained in:
parent
85b98ecf3e
commit
431c722c3a
|
|
@ -1,60 +0,0 @@
|
|||
module.exports = {
|
||||
title: 'AngesZhuの窝窝', // 设置网站标题
|
||||
description: '做一些沉淀和分享',
|
||||
dest: "dist",
|
||||
base: '/',
|
||||
locales: {
|
||||
'/': {
|
||||
lang: 'zh-CN'
|
||||
}
|
||||
},
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
['meta', { name: 'viewport', content: 'width=device-width,initial-scale=1,user-scalable=no' }],
|
||||
],
|
||||
markdown: {
|
||||
lineNumbers: true,
|
||||
},
|
||||
theme: 'reco',
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{text: '主页', link: '/', icon: 'reco-home'},
|
||||
{text: '编程语言', link: '/code', icon: 'reco-date'},
|
||||
{text: '自动化测试', link: '/auto', icon: 'reco-tag'},
|
||||
{text: '测试开发', link: '/testdev', icon: 'reco-other'},
|
||||
{text: '质量体系', link: '/quality', icon: 'reco-blog'},
|
||||
{text: '关于', link: '/about', icon: 'reco-account'},
|
||||
],
|
||||
|
||||
type: 'blog',
|
||||
blogConfig: {
|
||||
socialLinks: [
|
||||
{ icon: 'reco-github', link: 'https://github.com/To2rk' },
|
||||
{ icon: 'reco-wechat', link: 'https://conimi.com/files/images/Torrk_wechat.jpg' },
|
||||
]
|
||||
},
|
||||
logo: '/logo.png',
|
||||
authorAvatar: '/logo.png',
|
||||
search: true,
|
||||
searchMaxSuggestions: 10,
|
||||
subSidebar: 'auto',
|
||||
sidebarDepth: 4,
|
||||
lastUpdated: '上次更新',
|
||||
// 备案
|
||||
record: '沪ICP备20012553号',
|
||||
recordLink: 'https://beian.miit.gov.cn/',
|
||||
// 项目开始时间,只填写年份
|
||||
startYear: '2018',
|
||||
author: 'AngesZhu',
|
||||
// sidebar: {
|
||||
// '/': [
|
||||
// "/src", //指的是根目录的md文件 也就是 README.md 里面的内容
|
||||
// "/srccode", //根目录创建 apiword.md文件
|
||||
// "/srcauto",//根目录创建 api.md文件
|
||||
// "/srctestdev", //根目录创建 error.md文件
|
||||
// "/srcquality" //根目录创建 error.md文件
|
||||
// ]
|
||||
// },
|
||||
// sidebarDepth: 2
|
||||
}
|
||||
}
|
||||
|
|
@ -6,12 +6,11 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
title: 'AngesZhuの窝窝',
|
||||
description: '做一些沉淀和分享',
|
||||
description: '做一些沉淀、记录和分享',
|
||||
// dest: 'public',
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
['meta', { name: 'viewport', content: 'width=device-width,initial-scale=1,user-scalable=no' }],
|
||||
['meta', { name: 'keywords', content: 'Torrk,博客,conimi,nico'}],
|
||||
['script', {}, `
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
|
|
@ -27,15 +26,18 @@ module.exports = {
|
|||
themeConfig: {
|
||||
nav: [
|
||||
{text: '主页', link: '/', icon: 'reco-home'},
|
||||
{text: '编程语言', icon: 'reco-date',
|
||||
{text: '语言相关', icon: 'reco-api',
|
||||
items:[
|
||||
{text:'Python', link: '/code/python'},
|
||||
{text:'Java', link: '/code/java'}
|
||||
{text:'基础 | Python', link: '/code/python'},
|
||||
{text:'框架 | Hintapi', link: '/code/python'},
|
||||
{text:'框架 | Indexpy', link: '/code/python'},
|
||||
{text:'插件 | DjangoSimpleAPI', link: '/code/python'},
|
||||
{text:'基础 | Java | 基础', link: '/code/java'}
|
||||
]},
|
||||
{text: '自动化测试', link: '/auto', icon: 'reco-tag'},
|
||||
{text: '自动化测试', link: '/auto', icon: 'reco-coding'},
|
||||
{text: '测试开发', link: '/testdev', icon: 'reco-other'},
|
||||
{text: '质量体系', link: '/quality', icon: 'reco-blog'},
|
||||
{ text: '回顾', link: '/review', icon: 'reco-blog' },
|
||||
{ text: '回顾', link: '/review', icon: 'reco-tag' },
|
||||
{ text: '关于', link: '/about', icon: 'reco-account' },
|
||||
],
|
||||
type: 'blog',
|
||||
|
|
@ -50,7 +52,9 @@ module.exports = {
|
|||
},
|
||||
socialLinks: [
|
||||
{ icon: 'reco-github', link: 'https://github.com/AngesZhu' },
|
||||
{ icon: 'reco-gitlab', link: 'http://gitea.angeszhu.cn/' },
|
||||
{ icon: 'reco-wechat', link: 'https://conimi.com/files/images/Torrk_wechat.jpg' },
|
||||
{ icon: 'reco-bilibili', link: 'https://space.bilibili.com/2379690' },
|
||||
]
|
||||
},
|
||||
logo: '/logo.png',
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 236 KiB |
|
|
@ -6,26 +6,50 @@ sidebarDepth: 2
|
|||
permalink: /about.html
|
||||
---
|
||||
|
||||
> 主要用来记录一些学习笔记,所有涉及到的技术或资源仅用于学习交流。
|
||||
> 主要用来记录一些学习笔记,一些知识积累和沉淀,所有涉及到的技术或资源仅用于学习交流。
|
||||
|
||||
## 关于博客
|
||||
## 我自己
|
||||
|
||||
博客代码:<https://github.com/To2rk/vuepress-blog>
|
||||
花名:黎梦,英文名Anges
|
||||
|
||||
### 域名
|
||||
毕业于一座普通的专科院校,努力奋发向上。
|
||||
|
||||
::: tip Torrk's Blog 目前包括
|
||||
conimi.com
|
||||
nico.cc
|
||||
:::
|
||||
目前就职于某测试领域ToB的公司,做一名资深产品经理(测试领域产品)
|
||||
|
||||
### 主题
|
||||
现在是一名10年+工作经验的,测试开发工程师
|
||||
|
||||
博客目前使用的主题是vuepress-theme-reco
|
||||
主要方向还是后端相关的测试,但是UI自动化等也都是熟悉的
|
||||
|
||||
搭建过程,可参考这篇博客:[uepress-theme-reco主题的安装和使用](https://conimi.com/archives/145)
|
||||
我主语言是Python,Java、Rust、Go也会一些,前端会一些vue、js等,android、ios开发也了解一些,会用flutter,小程序也会一些。
|
||||
|
||||
使用本地reco主题,搭建过程可参考这篇博客:[从零开始搭建vuepress博客并使用本地reco主题](https://conimi.com/archives/146)
|
||||
学的比较杂,但是都有一些了解。
|
||||
|
||||
也做过产品经理和研发,还跟架构朋友学过产品设计、研发架构设计等。
|
||||
|
||||
## 爱好
|
||||
|
||||
- 看看书、上上网、敲敲代码、做做手工
|
||||
|
||||
## 联系方式
|
||||
|
||||
> 本人比较佛系,佛系生活,有些内容不充实的勿喷
|
||||
|
||||
|
||||
- Email:**ju_limeng@126.com**
|
||||
- Github:[AngesZhu](https://github.com/AngesZhu)
|
||||
- Gitea: [Gitea(我自己的代码托管平台)](http://gitea.angeszhu.cn/)
|
||||
- 微博:[_Anges黎梦](https://weibo.com/201278181)
|
||||
- 哔哩哔哩:[Anges黎梦](https://space.bilibili.com/2379690)
|
||||
|
||||
### 其他
|
||||
- 不怎么活跃的QQ群:823625453 (欢迎一起来潜水)
|
||||
|
||||
|
||||
## 博客
|
||||
|
||||
博客搭建使用:[vuepress](https://v1.vuepress.vuejs.org/zh/)
|
||||
|
||||
博客目前使用的主题是:[vuepress-theme-reco](https://vuepress-theme-reco.recoluan.com/)
|
||||
|
||||
## 友链申请
|
||||
|
||||
|
|
@ -33,23 +57,18 @@ nico.cc
|
|||
|
||||
::: warning Required
|
||||
|
||||
:heavy_check_mark: 网站能够稳定运行
|
||||
:heavy_check_mark: 网站能够稳定运行
|
||||
:heavy_check_mark: 网站能够稳定运行
|
||||
:heavy_check_mark: 网站能够稳定运行
|
||||
|
||||
:::
|
||||
|
||||
### 信息
|
||||
|
||||
::: tip Info
|
||||
:lock: 博客名称:Torrk's Blog
|
||||
:lock: 博客地址:https://conimi.com
|
||||
:lock: 头像地址:https://conimi.com/files/images/i.png
|
||||
:lock: 博客描述:记录,成为更好的自己。
|
||||
:lock: 博客名称:AngesZhuの窝窝
|
||||
|
||||
:lock: 博客地址:http://www.angeszhu.cn/
|
||||
|
||||
:lock: 头像地址:http://www.angeszhu.cn/files/images/logo.png
|
||||
|
||||
:lock: 博客描述:做一些沉淀、记录和分享。
|
||||
:::
|
||||
|
||||
## 友链异常
|
||||
|
||||
以下链接暂时无法访问,如果恢复正常访问,请及时联系我更新首页链接
|
||||
|
||||
- 小浣熊的技术小站:https://www.nimitiz.cn/,访问时间:2021-10-10
|
||||
|
|
|
|||
Loading…
Reference in New Issue