1
0
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:
Jocelyn Badgley (Twipped)
2021-02-10 14:22:53 -08:00
parent 5023fa69fc
commit fb95010e80
4 changed files with 103 additions and 0 deletions

31
build/_concats.js Normal file
View 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' ],
},
},
];