1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 13:34:21 +00:00
This commit is contained in:
Maxime Moraine 2020-04-11 10:39:54 +02:00
parent 0c6b3ded94
commit 210a86b6c4
3204 changed files with 12805 additions and 12712 deletions

View file

@ -12,7 +12,7 @@ module.exports = {
// Meta title for spell list page
title: 'Grimoire',
// Target directory
dirname: '_spells',
dirname: 'grimoire',
// Path of the `entry page` (or `list page`)
path: '/grimoire/',
layout: 'SpellsLayout',
@ -50,7 +50,7 @@ module.exports = {
// Meta title for spell list page
title: 'Liste des objets magiques',
// Target directory
dirname: '_magicitems',
dirname: 'liste-objets-magiques',
// Path of the `entry page` (or `list page`)
path: '/liste-objets-magiques/',
layout: 'MagicItemsLayout',
@ -66,16 +66,16 @@ module.exports = {
],
}
],
['check-md'],
['check-md', {}],
[
'sitemap', {
hostname: 'https://heros-et-dragons.fr'
},
],
],
extendPageData ($page) {
$page.rawContent = ($page._strippedContent)
},
// extendPageData ($page) {
// $page.rawContent = ($page._strippedContent)
// },
markdown: {
anchor: {
permalinkBefore: false,