Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless authored Jan 19, 2025
1 parent b518af9 commit 71663d7
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions packages/theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,3 @@ export default defineConfig({
Licensed under the MIT license, Copyright © trueberryless.

See [LICENSE](/LICENSE) for more information.

<h1 align="center">
Starlight Minimalistic Theme
</h1>

![Starlight theme preview](https://raw.githubusercontent.com/TheOtterlord/starlight-minimalistic-theme/refs/heads/main/assets/preview.png)

## Usage

1. Install the theme package to your project with your preferred package manager:

```sh
npm install starlight-minimalistic-theme
pnpm add starlight-minimalistic-theme
yarn add starlight-minimalistic-theme
```

2. Add the theme to your Starlight config.

```ts
import theme from "starlight-minimalistic-theme";

export default defineConfig({
// ...
integrations: [
starlight({
// ...
plugins: [theme()],
}),
],
});
```

## License

0 comments on commit 71663d7

Please sign in to comment.