mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
36 lines
1.1 KiB
JavaScript
36 lines
1.1 KiB
JavaScript
|
|
module.exports = exports = [
|
|
{
|
|
output: 'public/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/hormones.md',
|
|
'public/gdb/second-puberty-masc.md',
|
|
'public/gdb/second-puberty-fem.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: [ 'gdb', 'longform' ],
|
|
preBody: '_disclaimer',
|
|
},
|
|
},
|
|
];
|