@nu-appdev/northwestern-starlight-theme
v1.5.0
Published
A Northwestern-branded theme for Astro Starlight
Readme
Quick Start
pnpm add @nu-appdev/northwestern-starlight-themeimport { defineNorthwesternConfig } from "@nu-appdev/northwestern-starlight-theme/config";
export default defineNorthwesternConfig({
site: "https://docs.example.northwestern.edu",
starlight: {
title: "My Docs",
},
});The helper applies Northwestern's purple palette, Akkurat Pro + Poppins typography, branded navigation, styled components, and dark mode. It handles integration ordering, plugin registration, and Mermaid setup.
See the documentation for setup options, customization, and component examples.
Development
pnpm install
pnpm docs:dev # Start docs dev server
pnpm verify # Lint, fix, and build
pnpm verify:full # Above + accessibility testsLicense
The MIT License (MIT). Please see LICENSE for more information.
