mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
.
This commit is contained in:
parent
0c6b3ded94
commit
210a86b6c4
3204 changed files with 12805 additions and 12712 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue