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

netlify test

This commit is contained in:
Maxime Moraine 2020-03-26 19:04:23 +01:00
parent 386e57a9cb
commit dac4c63d9a
13 changed files with 8525 additions and 7 deletions

View file

@ -1,6 +1,26 @@
module.exports = {
title: 'Héros & Dragons',
description: 'Document de Référence Système pour le jeu de rôle Héros & Dragons',
plugins: [
[
'@vuepress/blog',
{
directories: [
{
// Unique ID of current classification
id: 'spell',
// Target directory
dirname: '_spells',
// Path of the `entry page` (or `list page`)
path: '/grimoire/',
layout: 'SpellsLayout',
itemLayout: 'SpellLayout',
itemPermalink: '/grimoire/:slug',
},
],
}
]
],
themeConfig: {
searchPlaceholder: 'Recherche',
nav: [
@ -38,7 +58,11 @@ module.exports = {
'/partir-a-laventure/',
'/combattre/',
'/gerer-la-sante-du-personnage/',
'/lancer-des-sorts/'
'/lancer-des-sorts/',
{
title: 'Grimoire',
path: '/grimoire/'
}
]
},
{