Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 760 Bytes

File metadata and controls

37 lines (27 loc) · 760 Bytes

Starlight Minimalistic Theme

Starlight theme preview

Usage

  1. 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
  1. Add the theme to your Starlight config.
import theme from "starlight-minimalistic-theme";

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

License

Licensed under the MIT license, Copyright © trueberryless.

See LICENSE for more information.