- Install the theme package to your project with your preferred package manager:
npm install starlight-minimalistic-theme
pnpm add starlight-minimalistic-theme
yarn add starlight-minimalistic-theme
- Add the theme to your Starlight config.
import theme from "starlight-minimalistic-theme";
export default defineConfig({
// ...
integrations: [
starlight({
// ...
plugins: [theme()],
}),
],
});
Licensed under the MIT license, Copyright © trueberryless.
See LICENSE for more information.