Skip to content

starlight-theme 0.1.31

Install from the command line:
Learn more about npm packages
$ npm install @openscript-ch/starlight-theme@0.1.31
Install via package.json:
"@openscript-ch/starlight-theme": "0.1.31"

About this version

@openscript-ch/starlight-theme

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 @openscript-ch/starlight-theme
  3. Update your starlight.config.mjs to use the theme:

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

Details


Assets

  • starlight-theme-0.1.31.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all