Skip to content

Commit

Permalink
feat: add expressive code blocks and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Sep 5, 2023
1 parent 22ad3f9 commit 4c033ca
Show file tree
Hide file tree
Showing 4 changed files with 630 additions and 1,164 deletions.
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ import {
remarkDefinitionList,
defListHastHandlers,
} from "remark-definition-list";
import astroExpressiveCode from "astro-expressive-code";
import { pluginCollapsibleSections } from "@expressive-code/plugin-collapsible-sections";

// https://astro.build/config
export default defineConfig({
integrations: [
astroExpressiveCode({
plugins: [
pluginCollapsibleSections()
]
}),
AutoImport({
imports: [
{ "@astrojs/starlight/components": ["Card", "CardGrid", "LinkCard", "Tabs", "TabItem"] }
Expand Down
Loading

0 comments on commit 4c033ca

Please sign in to comment.