Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zihu97 committed Jun 22, 2024
1 parent 9199684 commit 50ed7e6
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 161 deletions.
8 changes: 4 additions & 4 deletions src/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ export const zhNavbar = navbar([
{
text: "技术文章",
icon: "build",
link: "/category/技术日志/",
link: "/category/tech/",
},
{
text: "其它分类",
icon: "guide",
children: [
{
text: "Linux",
icon: "linux",
link: "/category/Linux/"
text: "工具合集",
icon: "box",
link: "/category/tool/"
},
]
},
Expand Down
Binary file added src/.vuepress/public/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/.vuepress/public/logo.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export default hopeTheme({
hostname: "https://zihu97.github.io",

author: {
name: "Mr.Hope",
url: "https://mister-hope.com",
name: "紫狐",
url: "https://zihu97.github.io/",
},

iconAssets: "iconfont",

logo: "/logo.png",
logo: "/logo.jpg",

docsDir: "docs",
editLink: false,
Expand Down
9 changes: 2 additions & 7 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ home: true
layout: BlogHome
icon: home
title: 博客主页
heroImage: /logo.png
heroImage: /logo.jpg
heroText: 紫狐
bgImage: /snow.png
heroFullScreen: true
tagline: 大家好啊
tagline: 为天地立心,为生民立命,为往圣继绝学,为万世开太平。
projects:
- icon: /golang.png
name: Go学习文档站
desc: Go爱好者驱动的学习文档站
link: https://golang.halfiisland.com/

- icon: /giscus.png
name: Giscus
desc: 由 GitHub Discussions 驱动的评论系统
Expand Down
2 changes: 1 addition & 1 deletion src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ article: false

# 我的路

路漫漫其修远兮,吾将上下而求索
为天地立心,为生民立命,为往圣继绝学,为万世开太平。
<!-- more -->
119 changes: 0 additions & 119 deletions src/posts/code/linux/linuxservice.md

This file was deleted.

22 changes: 0 additions & 22 deletions src/posts/life/2023_01_22.md

This file was deleted.

10 changes: 7 additions & 3 deletions src/tool.md → src/posts/tool.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
date: 2023-02-07
article: false
date: 2024-06-22
article: true
category:
- tool
tag:
- tool
---

# 工具箱
Expand Down Expand Up @@ -148,7 +152,7 @@ article: false
- [Poki](https://poki.com/zh),国外的在线小游戏网站,有两万多个游戏。完全H5,Css3技术实现,没有借助flash,有点东西
- [Watt Toolkit](https://steampp.net/),前身是steam++,多功能游戏工具箱
- [yikm](https://www.yikm.net/),童年游戏集合,有小霸王,FC,SFC,GBA等
- [[Rubik’s Cube Explorer](https://tools.bqrdh.com/rubiks-cube/),在线拼魔方
- [Rubik’s Cube Explorer](https://tools.bqrdh.com/rubiks-cube/),在线拼魔方
- [Minesweeper](http://www.minesweeper.cn/),在线扫雷
- [Life Restart](https://liferestart.syaro.io/public/index.html),人生重开模拟器
- [x-type](https://phoboslab.org/xtype/),h5实现的web版雷霆战机
Expand Down
5 changes: 3 additions & 2 deletions src/posts/code/vuepresshope.md → src/posts/vuepresshope.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
date: 2022-07-12
date: 2024-06-22
article: true
category:
- 技术日志
- tech
tag:
- vuepress
- theme-hope
- Linux
---

# VuePress博客教程
Expand Down

0 comments on commit 50ed7e6

Please sign in to comment.