0.0.4 • Published 9 months ago

starlight-digital-garden v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

starlight-digital-garden

Astro digital garden - set of plugins (Astro, Remark, Rehype) and Astro components that I use often:

Installation

pnpm add starlight-digital-garden @braindb/core

Change configuration in astro.config.mjs:

import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight";
import starlightDigitalGarden from "starlight-digital-garden";

export default defineConfig({
  integrations: [
    starlight({
      plugins: [starlightDigitalGarden()],
    }),
  ],
});

License

Licensed under the MIT License, Copyright © stereobooster.