Merge branch 'GenderDysphoria:master' into de

This commit is contained in:
ErdaradunGaztea 2021-11-10 21:30:46 +01:00 committed by GitHub
commit b92e473e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 181 additions and 142 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ node_modules
/published
/analytics/database.sqlite
/analytics/RAW
/public/gdb.zip

View File

@ -1,101 +1,7 @@
module.exports = exports = [
{
output: 'public/en/printable.md',
sources: [
'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/am-i-trans.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',
],
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',
},
},
{
output: 'public/zh/printable.md',
sources: [
'public/zh/index.md',
'public/zh/什么是性别.md',
'public/zh/历史.md',
'public/zh/亢奋.md',
'public/zh/身体烦躁.md',
'public/zh/生化烦躁.md',
'public/zh/社交烦躁.md',
'public/zh/社会烦躁.md',
'public/zh/性烦躁.md',
'public/zh/外表烦躁.md',
'public/zh/存在烦躁.md',
'public/zh/掌控烦躁.md',
'public/zh/冒名顶替综合征.md',
'public/zh/诊断.md',
'public/zh/治疗.md',
'public/zh/成因.md',
'public/zh/染色体.md',
'public/zh/激素.md',
'public/zh/雄二青春期.md',
'public/zh/雌二青春期.md',
'public/zh/结语.md',
],
meta: {
title: '性别烦躁指南',
description: '为那些正在质疑探索中的人、那些在跨性别道路上的人和单纯想成为盟友的人提供资源。',
classes: [ 'gdb', 'longform' ],
preBody: '_disclaimer',
},
},
{
output: 'public/es/imprimible.md',
sources: [
'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',
],
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',
},
},
require('../public/en/_concat.json'),
require('../public/zh/_concat.json'),
require('../public/es/_concat.json'),
require('../public/de/_concat.json'),
];

34
public/de/_concat.json Normal file
View File

@ -0,0 +1,34 @@
{
"output": "public/de/druckbar.md",
"sources": [
"public/de/index.md",
"public/de/was-ist-gender.md",
"public/de/geschichte.md",
"public/de/euphorie.md",
"public/de/körperliche-dysphorie.md",
"public/de/biochemische-dysphorie.md",
"public/de/soziale-dysphorie.md",
"public/de/gesellschaftliche-dysphorie.md",
"public/de/sexuelle-dysphorie.md",
"public/de/präsentationsdysphorie.md",
"public/de/existentielle-dysphorie.md",
"public/de/gemanagte-dysphorie.md",
"public/de/impostor-syndrom.md",
"public/de/bin-ich-trans.md",
"public/de/diagnose.md",
"public/de/behandlung.md",
"public/de/ursache.md",
"public/de/chromosomen.md",
"public/de/hormone.md",
"public/de/androgene-zweite-pubertät.md",
"public/de/östrogene-zweite-pubertat.md",
"public/de/zusammenfassung.md"
],
"meta": {
"title": "Die Gender Dysphorie Bibel",
"lang": "de",
"description": "Eine ressource für diejenigen, die ihr geschlecht hinterfragen, sich bereits auf einer Gender-Reise befinden oder einfach nur mehr darüber erfahren möchten, was es bedeutet, transgender zu sein.",
"classes": [ "gdb", "longform" ],
"preBody": "_disclaimer"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 666 KiB

View File

@ -1,7 +1,7 @@
<a href="/de/" class="top-nav-item dropdown-toggle" id="nav-gdb" data-toggle="dropdown" data-flip="false" aria-haspopup="true" aria-expanded="false">Die Gender Dysphorie Bibel</a>
<div class="dropdown-menu" aria-labelledby="nav-gdb">
<a href="/de/printable" class="{{#is meta.url '/de/printable' }}active {{/is}}dropdown-item">View All</a>
<a href="/de/druckbar" class="{{#is meta.url '/de/druckbar' }}active {{/is}}dropdown-item">Alle ansehen</a>
<hr class="dropdown-divider">
<a href="/de/" class="{{#is meta.url '/de/index' }}active {{/is}}dropdown-item">Einleitung</a>
<a href="/de/was-ist-gender" class="{{#is meta.url '/de/was-ist-gender' }}active {{/is}}dropdown-item">Was ist Gender?</a>

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Androgene zweite Pubertät 101"
linkTitle: "Androgene Pubertät"
description: "What to expect from masculinizing HRT"
description: "Was ist von einer maskulinisierenden Hormonersatztherapie zu erwarten?"
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -1,7 +1,7 @@
---
date: "2020-01-26T20:41:55.827Z"
title: "Die Behandlung von Gender Dysphorie"
description: "Transition is the cure."
description: "Übergang ist das Heilmittel."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Bin ich Trans?"
linkTitle: "Bin ich Trans?"
description: "A Roadmap To Figuring Out The Toughest Question"
description: "Eine Karte, die ihnen hilft, die schwierigsten fragen zu beantworten"
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie sich Gender Dysphorie äußert: Biochemische Dysphorie"
linkTitle: "Biochemische Dysphorie"
description: "The very real and biological factors of Gender Dysphoria that cause mental disturbance."
description: "Die sehr realen und biologischen Faktoren der Geschlechtsdysphorie, die psychische Störungen verursachen."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Störungen der Geschlechtsentwicklung: Gender ist nicht chromosomal"
linkTitle: "Chromosomen"
description: "DNA is more what you'd call guidelines, than actual rules."
description: "DNA ist eher das, was man richtlinien nennt, als tatsächliche regeln."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie wird Gender Dysphorie diagnostiziert?"
linkTitle: "Klinische Diagnosen"
description: "It's clinical."
description: "Es ist klinisch."
preBody: '_disclaimer'
lang: de
classes:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie sich Gender Dysphorie äußert: Existentielle Dysphorie"
linkTitle: "Existentielle Dysphorie"
description: "I don't regret the things I have done, I regret the things I didn't do when I had the chance."
description: "Ich bereue nicht die Dinge, die ich getan habe, ich bereue die Dinge, zu denen ich keine Gelegenheit hatte."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Gemanagte Dysphorie: Das verkappte Gender"
linkTitle: "Gemanagte Dysphorie"
description: "I don't regret the things I have done, I regret the things I didn't do when I had the chance."
description: "Die art und weise, wie wir damit fertig geworden sind."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Eine kurze Geschichtsstunde zu Gender Dysphorie"
linkTitle: "Eine Geschichtstunde zu Gender Dysphorie"
description: "The origins of Gender Dysphoria and the current meaning today."
description: "Die Ursprünge der Geschlechtsdysphorie und die heutige Bedeutung."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie sich Gender Dysphorie äußert: Gesellschaftliche Dysphorie"
linkTitle: "Gesellschaftliche Dysphorie"
description: "Because a Role is a Role, and a Toll is a Toll, and it's a heavy toll to live the wrong role."
description: "Das Leben in der falschen Rolle fordert einen sehr hohen Tribut"
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Hormone: Wie sie funktionieren"
linkTitle: "Wie Hormone funktionieren"
description: "It's nothing like magnets."
description: "Schlüssel, Schlösser und Autozündungen"
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2021-11-04T12:06:06.311Z"
title: "Die Gender Dysphorie Bibel"
linkTitle: Einleitung
description: "A dive into the multitude of ways that gender dysphoria manifests and what it means to be transgender."
description: "Ein Eintauchen in die Vielfalt der Arten, wie sich Gender-Dysphorie manifestiert und was es bedeutet, Transgender zu sein."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie sich Gender Dysphorie äußert: Körperliche Dysphorie"
linkTitle: "Körperliche Dysphorie"
description: "Body discomfort is only one of the many ways Gender Dysphoria manifests."
description: "Körperliche Unzufriedenheit ist nur eine von vielen Formen der Geschlechtsdysphorie."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie sich Gender Dysphorie äußert: Präsentationsdysphorie"
linkTitle: "Präsentationsdysphorie"
description: "Hoodies and sweatpants never go out of style."
description: "Hoodies und Jogginghosen kommen nie aus der Mode."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie sich Gender Dysphorie äußert: Sexuelle Dysphorie"
linkTitle: "Sexuelle Dysphorie"
description: "Sometimes a Cigar doesn't want to be smoked."
description: "Manchmal möchte eine Zigarre nicht geraucht werden."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Wie sich Gender Dysphorie äußert: Soziale Dysphorie"
linkTitle: "Soziale Dysphorie"
description: "Pronouns and Deadnames and Gendering, oh my."
description: "Pronomen, Totenamen und Geschlechtsannahme."
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Was ist die Ursache des Geschlechtskonflikts?"
linkTitle: "Die Ursache des Geschlechtskonflikts"
description: "It's the hormones, baby."
description: "Chromosomen sind nur ein Ablenkungsmanöver, es sind die Hormone, die Sie im Auge behalten müssen"
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -1,7 +1,7 @@
---
date: "2021-11-04T22:05:11.183"
title: "Was ist Gender?"
description: "How do we define the concept of Gender, and how does it differ from Sex?"
description: "Wie definieren wir das Konzept von Gender und wie unterscheidet es sich von Sex?"
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Zusammenfassung"
linkTitle: "Zusammenfassung"
description: "Enough with the gatekeeping already."
description: "GKein Gatekeeping mehr"
preBody: '_disclaimer'
lang: de
siblings:

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Östrogene zweite Pubertät 101"
linkTitle: Östrogene Pubertät
description: "What to expect from feminizing HRT"
description: "Was Sie von einer feminisierenden Hormonersatztherapie erwarten können"
preBody: '_disclaimer'
lang: de
siblings:

33
public/en/_concat.json Normal file
View File

@ -0,0 +1,33 @@
{
"output": "public/en/printable.md",
"sources": [
"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/am-i-trans.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"
],
"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"
}
}

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Hormones: How do they work"
linkTitle: "How Hormones Work"
description: "It's nothing like magnets."
description: "Keys, Locks, and Car Ignitions"
preBody: '_disclaimer'
siblings:
prev: /en/chromosomes

View File

@ -2,7 +2,7 @@
date: "2020-01-26T20:41:55.827Z"
title: "Managed Dysphoria: Gender in Disguise"
linkTitle: "Managed Dysphoria"
description: "I don't regret the things I have done, I regret the things I didn't do when I had the chance."
description: "The ways we've coped."
preBody: '_disclaimer'
siblings:
prev: /en/existential-dysphoria

33
public/es/_concat.json Normal file
View File

@ -0,0 +1,33 @@
{
"output": "public/es/imprimible.md",
"sources": [
"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"
],
"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"
}
}

Binary file not shown.

32
public/zh/_concat.json Normal file
View File

@ -0,0 +1,32 @@
{
"output": "public/zh/printable.md",
"sources": [
"public/zh/index.md",
"public/zh/什么是性别.md",
"public/zh/历史.md",
"public/zh/亢奋.md",
"public/zh/身体烦躁.md",
"public/zh/生化烦躁.md",
"public/zh/社交烦躁.md",
"public/zh/社会烦躁.md",
"public/zh/性烦躁.md",
"public/zh/外表烦躁.md",
"public/zh/存在烦躁.md",
"public/zh/掌控烦躁.md",
"public/zh/冒名顶替综合征.md",
"public/zh/诊断.md",
"public/zh/治疗.md",
"public/zh/成因.md",
"public/zh/染色体.md",
"public/zh/激素.md",
"public/zh/雄二青春期.md",
"public/zh/雌二青春期.md",
"public/zh/结语.md"
],
"meta": {
"title": "性别烦躁指南",
"description": "为那些正在质疑探索中的人、那些在跨性别道路上的人和单纯想成为盟友的人提供资源。",
"classes": [ "gdb", "longform" ],
"preBody": "_disclaimer"
}
}

Binary file not shown.