Skip to content

Commit

Permalink
fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
lvxuan149 committed Oct 28, 2024
1 parent 836238b commit 98cc844
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 6 deletions.
Binary file removed Logo.jpg
Binary file not shown.
7 changes: 6 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
],
sidebar: 'auto',
sidebarDepth: 2,
logo: '/img/Profile.jpg', // 简化路径
logo: '/img/logo.jpg', // 确保使用正确的路径
author: {
name: '0xDragon888',
link: 'https://github.com/lvxuan149'
Expand Down Expand Up @@ -72,5 +72,10 @@ module.exports = {
],
}],
],
// 确保引入样式文件
styles: [
// 引入自定义样式
'/styles/index.styl'
],
// 其他配置...
}
File renamed without changes
9 changes: 9 additions & 0 deletions docs/Post/Booming3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Booming3
date: 2024-10-29 04:06:57
permalink: /pages/71e730/
categories:
- Post
tags:
-
---
Booming3的初心


Expand Down
35 changes: 33 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"build": "vuepress build docs"
},
"devDependencies": {
"vuepress": "^1.9.10",
"vuepress-theme-vdoing": "^1.12.9",
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-medium-zoom": "^1.9.10"
"@vuepress/plugin-medium-zoom": "^1.9.10",
"vuepress": "^1.9.10",
"vuepress-theme-vdoing": "^1.12.9"
}
}

0 comments on commit 98cc844

Please sign in to comment.