2021-02-10 14:22:53 -08:00
|
|
|
|
|
|
|
module.exports = exports = [
|
|
|
|
{
|
2021-03-25 14:05:29 -07:00
|
|
|
output: 'public/gdb/printable.md',
|
2021-02-10 14:22:53 -08:00
|
|
|
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',
|
2021-04-14 18:50:24 -07:00
|
|
|
'public/gdb/existential-dysphoria.md',
|
2021-02-10 14:22:53 -08:00
|
|
|
'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',
|
2021-03-25 14:11:11 -07:00
|
|
|
'public/gdb/hormones.md',
|
|
|
|
'public/gdb/second-puberty-masc.md',
|
|
|
|
'public/gdb/second-puberty-fem.md',
|
2021-02-10 14:22:53 -08:00
|
|
|
'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.',
|
2021-03-25 14:05:29 -07:00
|
|
|
classes: [ 'gdb', 'longform' ],
|
|
|
|
preBody: '_disclaimer',
|
2021-02-10 14:22:53 -08:00
|
|
|
},
|
|
|
|
},
|
|
|
|
];
|