A branded Starlight theme plugin for Northwestern University documentation sites.
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.
pnpm install
pnpm docs:dev # Start docs dev server
pnpm verify # Lint, fix, and build
pnpm verify:full # Above + accessibility testsThe MIT License (MIT). Please see LICENSE for more information.