Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Paper-Dragon committed Nov 9, 2023
1 parent ed6a29e commit 993dbde
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 7 deletions.
20 changes: 16 additions & 4 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,33 @@ export default navbar([
icon: "history",
link: "/timeline"
},
{
text: "工具",
icon: "splotch",
link: "/tools/README.md",
ariaLabel: "工具"
},
{
text: "友链",
icon: "link",
link: "/友链/友链.md",
ariaLabel: "友链"
},
{
text: "关于我",
icon: "address-card",
link: "/me/about.md",
ariaLabel: "关于我"
text: "开往",
icon: "subway",
link: "https://www.travellings.cn/go.html",
ariaLabel: "开往"
},
{
text: "实时访客",
icon: "chart-simple",
link: "https://analytics.umami.is/share/pvHcnC9eaFEzXn99/DevOps-Book",
},
{
text: "关于我",
icon: "address-card",
link: "/me/about.md",
ariaLabel: "关于我"
}
]);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default hopeTheme({
author: {
name: "PaperDragon",
url: "https://github.com/Paper-Dragon",
email: "[email protected]"
},

iconAssets: "fontawesome-with-brands",
Expand Down Expand Up @@ -64,7 +65,7 @@ export default hopeTheme({
"PDF",
// "Replit",
// "Share",
// "SiteInfo",
"SiteInfo",
// "StackBlitz",
// "VidStack",
// "VideoPlayer",
Expand All @@ -77,7 +78,7 @@ export default hopeTheme({
// All features are enabled for demo, only preserve features you need here
mdEnhance: {
align: true,
attrs: true,
attrs: false,
card: true,
chart: false,
codetabs: true,
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ highlights:
# link: https://theme-hope.vuejs.press/zh/guide/advanced/pwa.html

copyright: false
footer: 使用 <a href="https://theme-hope.vuejs.press/zh/" target="_blank">VuePress Theme Hope</a> 主题 | MIT 协议, 版权所有 © 2023 Mr.Hope
footer: <div class="girl-info hide_md"> <h4>绿水本无忧,因风皱面</h4> <h4>青山原不老,为雪白头</h4> </div><a target="_blank" rel="noopener" href="https://pages.github.com/"><img src="https://img.shields.io/badge/GitHub-pages-black"></a>&nbsp;<a href="https://www.travellings.cn/go.html" target="_blank"><img src="https://www.travellings.cn/assets/logo.gif" style="width:auto;height:18px;"></a> </br> Made with <a href="https://theme-hope.vuejs.press/zh/" target="_blank">VuePress Theme Hope</a>
---

![词云](/wordcloud.png)
23 changes: 23 additions & 0 deletions src/tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
article: false
breadcrumb: false
category:
- Tools
comment: false
icon: splotch
title: 工具集合
timeline: false
prev: false
next: false
sidebar: false
---


<SiteInfo
name="What is my IP address?"
desc="查询本机IP"
url="https://ifconfig.icu"
logo="https://ifconfig.icu/static/favicon.ico"
repo="https://github.com/Paper-Dragon/ifconfig.icu.git"
preview="/img/Snipaste_2023-11-09_13-04-00.png"
/>

0 comments on commit 993dbde

Please sign in to comment.