mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Created the page-concatinator build module
This produces a single unified version of the entire GDB on one page at /gdb/printable
This commit is contained in:
31
build/_concats.js
Normal file
31
build/_concats.js
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
module.exports = exports = [
|
||||
{
|
||||
output: '/gdb/printable.md',
|
||||
sources: [
|
||||
'public/gdb/index.md',
|
||||
'public/gdb/what-is-gender.md',
|
||||
'public/gdb/history.md',
|
||||
'public/gdb/euphoria.md',
|
||||
'public/gdb/physical-dysphoria.md',
|
||||
'public/gdb/biochemical-dysphoria.md',
|
||||
'public/gdb/social-dysphoria.md',
|
||||
'public/gdb/societal-dysphoria.md',
|
||||
'public/gdb/sexual-dysphoria.md',
|
||||
'public/gdb/presentational-dysphoria.md',
|
||||
'public/gdb/historical-dysphoria.md',
|
||||
'public/gdb/managed-dysphoria.md',
|
||||
'public/gdb/impostor-syndrome.md',
|
||||
'public/gdb/diagnoses.md',
|
||||
'public/gdb/treatment.md',
|
||||
'public/gdb/causes.md',
|
||||
'public/gdb/chromosomes.md',
|
||||
'public/gdb/conclusion.md',
|
||||
],
|
||||
meta: {
|
||||
title: 'The Gender Dysphoria Bible',
|
||||
description: 'A dive into the multitude of ways that gender dysphoria manifests and what it means to be transgender.',
|
||||
classes: [ 'longform' ],
|
||||
},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user