2021-02-10 14:22:53 -08:00
|
|
|
|
|
|
|
module.exports = exports = [
|
|
|
|
{
|
2021-08-11 13:13:05 -07:00
|
|
|
output: 'public/en/printable.md',
|
2021-02-10 14:22:53 -08:00
|
|
|
sources: [
|
2021-08-11 13:13:05 -07:00
|
|
|
'public/en/index.md',
|
|
|
|
'public/en/what-is-gender.md',
|
|
|
|
'public/en/history.md',
|
|
|
|
'public/en/euphoria.md',
|
|
|
|
'public/en/physical-dysphoria.md',
|
|
|
|
'public/en/biochemical-dysphoria.md',
|
|
|
|
'public/en/social-dysphoria.md',
|
|
|
|
'public/en/societal-dysphoria.md',
|
|
|
|
'public/en/sexual-dysphoria.md',
|
|
|
|
'public/en/presentational-dysphoria.md',
|
|
|
|
'public/en/existential-dysphoria.md',
|
|
|
|
'public/en/managed-dysphoria.md',
|
|
|
|
'public/en/impostor-syndrome.md',
|
|
|
|
'public/en/diagnoses.md',
|
|
|
|
'public/en/treatment.md',
|
|
|
|
'public/en/causes.md',
|
|
|
|
'public/en/chromosomes.md',
|
|
|
|
'public/en/hormones.md',
|
|
|
|
'public/en/second-puberty-masc.md',
|
|
|
|
'public/en/second-puberty-fem.md',
|
|
|
|
'public/en/conclusion.md',
|
2021-02-10 14:22:53 -08:00
|
|
|
],
|
|
|
|
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
|
|
|
},
|
|
|
|
},
|
2021-08-04 22:18:52 -03:00
|
|
|
{
|
2021-08-11 13:13:05 -07:00
|
|
|
output: 'public/es/imprimible.md',
|
2021-08-04 22:18:52 -03:00
|
|
|
sources: [
|
2021-08-11 13:13:05 -07:00
|
|
|
'public/es/index.md',
|
|
|
|
'public/es/que-es-el-genero.md',
|
|
|
|
'public/es/historia.md',
|
|
|
|
'public/es/euforia.md',
|
|
|
|
'public/es/disforia-fisica.md',
|
|
|
|
'public/es/disforia-bioquimica.md',
|
|
|
|
'public/es/disforia-social.md',
|
|
|
|
'public/es/disforia-societal.md',
|
|
|
|
'public/es/disforia-sexual.md',
|
|
|
|
'public/es/disforia-de-presentacion.md',
|
|
|
|
'public/es/disforia-historica.md',
|
|
|
|
'public/es/disforia-gestionada.md',
|
|
|
|
'public/es/sindrome-del-impostor.md',
|
|
|
|
'public/es/diagnosticos.md',
|
|
|
|
'public/es/tratamiento.md',
|
|
|
|
'public/es/causas.md',
|
|
|
|
'public/es/cromosomas.md',
|
|
|
|
'public/es/hormonas.md',
|
|
|
|
'public/es/segunda-pubertad-masc.md',
|
|
|
|
'public/es/segunda-pubertad-fem.md',
|
|
|
|
'public/es/conclusion.md',
|
2021-08-04 22:18:52 -03:00
|
|
|
],
|
|
|
|
meta: {
|
|
|
|
title: 'La Biblia de la Disforia de Género',
|
|
|
|
lang: 'es',
|
|
|
|
description: 'Un clavado a las multitudes de formas en que se manifiesta la disforia de género y lo que significa ser transgénero.',
|
|
|
|
classes: [ 'gdb', 'longform' ],
|
|
|
|
preBody: '_declaracion',
|
|
|
|
},
|
|
|
|
},
|
2021-02-10 14:22:53 -08:00
|
|
|
];
|