-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: clean catalog * add student gift * add todos * feat: add favicon, speed up website * Merge remote-tracking branch 'upstream/main' into add_favicon
- Loading branch information
Showing
9 changed files
with
1,659 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,9 @@ | |
"vuepress": "2.0.0-rc.15", | ||
"vuepress-theme-hope": "2.0.0-rc.52" | ||
}, | ||
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c" | ||
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c", | ||
"dependencies": { | ||
"@vuepress/plugin-feed": "2.0.0-rc.3", | ||
"@vuepress/plugin-pwa": "^1.9.10" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ export default hopeTheme({ | |
|
||
iconAssets: "fontawesome-with-brands", | ||
|
||
logo: "/[email protected]", | ||
logo: "/osc_logo.png", | ||
favicon: "/osc_favicon.ico", | ||
|
||
repo: "SCUTOSC/osc-guide", | ||
|
||
|
@@ -110,7 +111,7 @@ export default hopeTheme({ | |
// katex: true, | ||
|
||
// 在启用之前安装 mathjax-full | ||
mathjax: true, | ||
// mathjax: true, | ||
|
||
// 在启用之前安装 mermaid | ||
// mermaid: true, | ||
|
@@ -131,6 +132,10 @@ export default hopeTheme({ | |
// sandpack: true, | ||
}, | ||
|
||
feed: { | ||
rss: true, | ||
} | ||
|
||
// 如果你需要 PWA。安装 @vuepress/plugin-pwa 并取消下方注释 | ||
// pwa: { | ||
// favicon: "/favicon.ico", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters