Skip to content

Commit

Permalink
docs: use @catppuccin/vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow committed Sep 5, 2024
1 parent 485a57e commit d93fb6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import DefaultTheme from "vitepress/theme"
import "./macchiato.css"
import "@catppuccin/vitepress/theme/macchiato/sapphire.css"

export default DefaultTheme
188 changes: 0 additions & 188 deletions .vitepress/theme/macchiato.css

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"docs:preview": "vitepress preview",
"docs:lint": "markdownlint '**/*.md' --ignore node_modules",
"docs:format": "prettier --write '**/*.md'"
},
"dependencies": {
"@catppuccin/vitepress": "github:42willow/vitepress"
}
}

0 comments on commit d93fb6a

Please sign in to comment.