mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 21:24:18 +00:00
style
This commit is contained in:
parent
c9f4aae633
commit
d872002ee9
14 changed files with 108 additions and 32 deletions
|
|
@ -19,9 +19,21 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
],
|
||||
['check-md'],
|
||||
],
|
||||
markdown: {
|
||||
anchor: {
|
||||
permalinkBefore: false,
|
||||
permalinkSymbol: '<i class="v-icon notranslate mdi mdi-link-variant"></i>'
|
||||
},
|
||||
extendMarkdown: md => {
|
||||
md.use(require('markdown-it-div'))
|
||||
}
|
||||
},
|
||||
themeConfig: {
|
||||
primaryColor: '#563f5a',
|
||||
accentColor: '#9b1c47',
|
||||
searchPlaceholder: 'Recherche',
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue