Skip to content

Commit

Permalink
Added syntax highlight for python and bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent 9dfa651 commit 69d2af2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
export default defineNuxtConfig({
devtools: { enabled: true },
css: ['~/assets/css/main.css'],
modules: ["@nuxt/content"]
modules: ["@nuxt/content"],
content: {
highlight: {
theme: 'catppuccin-mocha',
langs: ['python', 'bash']
}
}
})

0 comments on commit 69d2af2

Please sign in to comment.