starlight-theme-template

0.0.0 • Public • Published

Starlight Theme Template

Starlight theme preview

Usage

  1. Install the theme package to your project with your preferred package manager:
npm install starlight-theme-template
pnpm add starlight-theme-template
yarn add starlight-theme-template
  1. Add the theme to your Starlight config.
import theme from "starlight-theme-template";

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

Readme

Keywords

Package Sidebar

Install

npm i starlight-theme-template

Weekly Downloads

2

Version

0.0.0

License

MIT

Unpacked Size

2.96 kB

Total Files

5

Last publish

Collaborators

  • otterlord