-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
白云苍狗
committed
Jan 4, 2023
1 parent
b60c815
commit 358c278
Showing
4 changed files
with
26 additions
and
8 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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import Theme from 'vitepress/theme' | ||
import './styles/index.less' | ||
import { h } from 'vue' | ||
import OutLine from "../components/OutLine.vue"; | ||
/* import { h } from 'vue' | ||
import OutLine from "../components/OutLine.vue"; */ | ||
export default { | ||
...Theme, | ||
Layout() { | ||
/* Layout() { | ||
return h(Theme.Layout, null, { | ||
'aside-outline-after': () => h(OutLine) | ||
}) | ||
} | ||
} */ | ||
} |
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
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 |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
"author": "Maluns <[email protected]>", | ||
"description": "🎈 A simple, lightweight Hexo theme", | ||
"scripts": { | ||
"demo:dev": "hexo --cwd ./demo server", | ||
"demo:build": "hexo --cwd ./demo generate", | ||
"demo:dev": "hexo server --cwd ./demo ", | ||
"demo:clean": "hexo --cwd ./demo clean", | ||
"demo:build": "hexo --cwd ./demo generate", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:serve": "vitepress serve docs", | ||
|
358c278
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
hexo-theme-async – ./
hexo-theme-async.vercel.app
hexo-theme-async.imalun.com
hexo-theme-async-maluns.vercel.app
hexo-theme-async-git-dev-maluns.vercel.app