mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
ajout du bestiaire
This commit is contained in:
parent
637b99110c
commit
dc30394196
380 changed files with 18521 additions and 635 deletions
|
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
// Meta title for spell list page
|
||||
title: 'Bestiaire',
|
||||
// Target directory
|
||||
dirname: '_monsters',
|
||||
dirname: 'bestiaire',
|
||||
// Path of the `entry page` (or `list page`)
|
||||
path: '/bestiaire/',
|
||||
layout: 'MonstersLayout',
|
||||
|
|
@ -91,6 +91,8 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
themeConfig: {
|
||||
repository: 'https://github.com/em-squared/heros-et-dragons-drs',
|
||||
kofi: 'https://ko-fi.com/S6S410PB8',
|
||||
primaryColor: '#563f5a',
|
||||
accentColor: '#9b1c47',
|
||||
searchPlaceholder: 'Recherche',
|
||||
|
|
@ -373,7 +375,7 @@ module.exports = {
|
|||
{
|
||||
title: 'Grimoire',
|
||||
path: '/grimoire/'
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -396,6 +398,10 @@ module.exports = {
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Bestiaire",
|
||||
path: '/bestiaire/'
|
||||
},
|
||||
{
|
||||
title: "Les trésors",
|
||||
path: '/les-tresors/'
|
||||
|
|
@ -433,6 +439,12 @@ module.exports = {
|
|||
path: '/poisons/'
|
||||
}
|
||||
]
|
||||
},
|
||||
{type: 'divider'},
|
||||
{
|
||||
title: "Licence OGL",
|
||||
path: '/licence-ogl/',
|
||||
icon: 'mdi-clipboard-text'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue