A History Of My Homelab Small changes: - Underline in lists is fixed - New content components Code, Note - Fixed BlogImage font size - Fixed ImageText margins
This commit is contained in:
@@ -37,6 +37,19 @@ export default defineNuxtConfig({
|
||||
'nuxt-umami'
|
||||
],
|
||||
|
||||
content: {
|
||||
build: {
|
||||
markdown: {
|
||||
highlight: {
|
||||
theme: "github-light",
|
||||
langs: [
|
||||
'json', 'js', 'ts', 'html', 'css', 'vue', 'shell', 'mdc', 'md', 'yaml', 'terraform',
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
umami: {
|
||||
id: 'c4e3394a-0cd8-45fd-abbb-dc5b4fbce39e',
|
||||
host: 'https://umami.vhaudiquet.fr',
|
||||
|
||||
Reference in New Issue
Block a user