1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

ajout du bestiaire

This commit is contained in:
Maxime Moraine 2020-04-15 16:27:16 +02:00
parent 637b99110c
commit dc30394196
380 changed files with 18521 additions and 635 deletions

View file

@ -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'
}
]
}