提交 f50264c0 编写于 作者: M Mr.Hope

chore: update deps

上级 85cf9f4b
......@@ -25,18 +25,29 @@
"personal-blog"
],
"dependencies": {
"@vuepress/cli": "2.0.0-beta.43",
"@vuepress/client": "2.0.0-beta.43",
"@vuepress/plugin-docsearch": "2.0.0-beta.43",
"@vuepress/cli": "2.0.0-beta.45",
"@vuepress/client": "2.0.0-beta.45",
"@vuepress/plugin-docsearch": "2.0.0-beta.45",
"sass-loader": "^12.6.0",
"vue": "3.2.33",
"vuepress-theme-hope": "2.0.0-beta.53",
"vuepress-vite": "2.0.0-beta.43",
"vuepress-webpack": "2.0.0-beta.43"
"vuepress-theme-hope": "2.0.0-beta.59",
"vuepress-vite": "2.0.0-beta.45",
"vuepress-webpack": "2.0.0-beta.45"
},
"devDependencies": {
"cross-env": "7.0.3",
"markdownlint-cli": "0.31.1",
"prettier": "2.6.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"react",
"react-dom",
"webpack"
]
}
}
}
此差异已折叠。
......@@ -8,6 +8,11 @@ heroText: 𝓜𝓻. 𝓗𝓸𝓹𝓮
heroFullScreen: true
tagline: Where there is light, there is hope
projects:
- name: vuepress
desc: 基于 Vue 的静态文档构建起
link: https://v2.vuepress.vuejs.org/zh/
icon: /assets/img/vuepress.png
- name: vuepress-theme-hope
desc: 一个功能强大的 Vuepress 主题✨
link: https://vuepress-theme-hope.github.io/v2/zh/
......@@ -48,38 +53,5 @@ projects:
link: https://github.com/miniapp-tool/mptool
icon: https://miniapp-tool.github.io/logo.png
# - name: in东师官网
# icon: project
# desc: 提供各种功能的聚合入口,校历、讲座资讯
# link: https://innenu.com/
- name: 代码教程
icon: book
link: /code/
- name: 软件教程
icon: book
link: /software/
- name: Linux 教程
icon: book
link: /linux/
- name: 前端入门
icon: book
link: /code/website/
- name: 设计教程
icon: article
link: /design/
- name: 随笔
icon: article
link: /note/
- name: 物理笔记
icon: article
link: /physics/
footer: '<a href="http://beian.miit.gov.cn/" rel="noopener noreferrer" target="_blank">备案号: 辽ICP备18007023号</a> | <a href="/about/site.html">关于网站</a>'
---
......@@ -61,7 +61,7 @@ User daemon
Group daemon
</IfModule>
ServerAdmin zhangbowang1998@gmail.com
ServerAdmin mister-hope@outlook.com
ServerName localhost
<Directory />
......@@ -127,14 +127,14 @@ LogLevel info
</IfModule>
<VirtualHost *:80>
ServerAdmin zhangbowang1998@gmail.com
ServerAdmin mister-hope@outlook.com
ServerName nenu.com
ServerAlias innenu
DocumentRoot "${SRVROOT}/htdocs"
</VirtualHost>
<VirtualHost *:443>
ServerAdmin zhangbowang1998@gmail.com
ServerAdmin mister-hope@outlook.com
ServerName mrhope.com
ServerAlias mrhope
DocumentRoot "${SRVROOT}/htdocs"
......
......@@ -79,7 +79,7 @@ git config --global alias.last 'log -1'
$ git last
commit adca45d317e6d8a4b23f9811c3d7b7f0f180bfe2
Merge: bd6ae48 291bea8
Author: Mr-Hope <zhangbowang1998@gmail.com>
Author: Mr-Hope <mister-hope@outlook.com>
Date: Thu Aug 22 22:49:22 2013 +0800
merge & fix hello.py
......
......@@ -115,7 +115,7 @@ tag:
```bash
git config --global user.name "Mr.Hope"
git config --global user.email "zhangbowang1998@gmail.com"
git config --global user.email "mister-hope@outlook.com"
```
::: info
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册