Skip to content

openscript-ch/starlight-theme

 
 

Repository files navigation

starlight-theme-openscript

A theme for documenting classes and courses. This is a fork of the Starlight Theme Rapide.

Usage

  1. Initialize a new Astro Starlight project:

    pnpm create astro --template starlight
  2. Add the theme to your project:

    pnpm add starlight-theme-openscript
  3. Update your starlight.config.mjs to use the theme:

    import starlight from '@astrojs/starlight'
    import { defineConfig } from 'astro/config'
    import starlightThemeOpenscript from 'starlight-theme-openscript'
    
    export default defineConfig({
      integrations: [
        starlight({
          plugins: [starlightThemeOpenscript()],
          title: 'My Course',
        }),
      ],
    })

About

openscript Ltd. Starlight Theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 64.2%
  • Astro 24.9%
  • TypeScript 9.0%
  • JavaScript 1.9%