Skip to content

Commit 14a70d9

Browse files
authored
Merge pull request #5 from aqnya/main
[styles] add styles config.
2 parents d08a25b + be53a63 commit 14a70d9

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/*

docs/.vuepress/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* 1. 隐藏顶部导航栏的站点名称 (vp-site-name) */
2+
.vp-navbar .vp-site-name {
3+
display: none !important;
4+
}

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ actions:
1515

1616

1717

18-
footer: MIT Licensed | Copyright (c) 2022-2025 RuriOSS
18+
footer: MIT Licensed | Copyright (c) 2022-present RuriOSS
1919
---
2020

2121
## Highlights

0 commit comments

Comments
 (0)