Adding pagination as metadata

This commit is contained in:
Jocelyn Badgley (Twipped) 2020-03-15 16:49:51 -07:00
parent 2aea19bd05
commit f6014f3e0a
22 changed files with 100 additions and 124 deletions

View File

@ -1,44 +0,0 @@
<div class="pager {{className}}">
<div class="prev">
{{#is meta.url '/gdb/what-is-gender' }}<a href="/gdb/" class="btn btn-primary left">{{icon 'angle-left'}} Introduction</a>{{/is}}
{{#is meta.url '/gdb/history' }}<a href="/gdb/what-is-gender" class="btn btn-primary left">{{icon 'angle-left'}} What Is Gender?</a>{{/is}}
{{#is meta.url '/gdb/euphoria' }}<a href="/gdb/history" class="btn btn-primary left">{{icon 'angle-left'}} The History of Gender Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/physical-dysphoria' }}<a href="/gdb/euphoria" class="btn btn-primary left">{{icon 'angle-left'}} Gender Euphoria</a>{{/is}}
{{#is meta.url '/gdb/biochemical-dysphoria' }}<a href="/gdb/physical-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Physical Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/social-dysphoria' }}<a href="/gdb/biochemical-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Biochemical Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/societal-dysphoria' }}<a href="/gdb/social-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Social Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/sexual-dysphoria' }}<a href="/gdb/societal-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Societal Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/presentational-dysphoria'}}<a href="/gdb/sexual-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Sexual Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/historical-dysphoria' }}<a href="/gdb/presentational-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Presentational Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/managed-dysphoria' }}<a href="/gdb/historical-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Historical Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/impostor-syndrome' }}<a href="/gdb/managed-dysphoria" class="btn btn-primary left">{{icon 'angle-left'}} Managed Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/diagnoses' }}<a href="/gdb/impostor-syndrome" class="btn btn-primary left">{{icon 'angle-left'}} Impostor Syndrome</a>{{/is}}
{{#is meta.url '/gdb/treatment' }}<a href="/gdb/diagnoses" class="btn btn-primary left">{{icon 'angle-left'}} Clinical Diagnoses</a>{{/is}}
{{#is meta.url '/gdb/causes' }}<a href="/gdb/treatment" class="btn btn-primary left">{{icon 'angle-left'}} Treating Gender Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/chromosomes' }}<a href="/gdb/causes" class="btn btn-primary left">{{icon 'angle-left'}} Causes of Gender Dysphoria</a>{{/is}}
{{#is meta.url '/gdb/conclusion' }}<a href="/gdb/chromosomes" class="btn btn-primary left">{{icon 'angle-left'}} Disorders of Sexual Development</a>{{/is}}
</div>
{{!-- <div class="first"></div>
<div class="last"></div> --}}
<div class="next">
{{#is meta.url '/' }}<a href="/gdb/what-is-gender" class="btn btn-primary right">Continue Reading {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb' }}<a href="/gdb/what-is-gender" class="btn btn-primary right">What is Gender? {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/what-is-gender' }}<a href="/gdb/history" class="btn btn-primary right">The History of Gender Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/history' }}<a href="/gdb/euphoria" class="btn btn-primary right">Gender Euphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/euphoria' }}<a href="/gdb/physical-dysphoria" class="btn btn-primary right">Physical Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/physical-dysphoria' }}<a href="/gdb/biochemical-dysphoria" class="btn btn-primary right">Biochemical Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/biochemical-dysphoria' }}<a href="/gdb/social-dysphoria" class="btn btn-primary right">Social Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/social-dysphoria' }}<a href="/gdb/societal-dysphoria" class="btn btn-primary right">Societal Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/societal-dysphoria' }}<a href="/gdb/sexual-dysphoria" class="btn btn-primary right">Sexual Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/sexual-dysphoria' }}<a href="/gdb/presentational-dysphoria" class="btn btn-primary right">Presentational Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/presentational-dysphoria'}}<a href="/gdb/historical-dysphoria" class="btn btn-primary right">Historical Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/historical-dysphoria' }}<a href="/gdb/managed-dysphoria" class="btn btn-primary right">Managed Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/managed-dysphoria' }}<a href="/gdb/impostor-syndrome" class="btn btn-primary right">Impostor Syndrome {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/impostor-syndrome' }}<a href="/gdb/diagnoses" class="btn btn-primary right">Clinical Diagnoses {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/diagnoses' }}<a href="/gdb/treatment" class="btn btn-primary right">Treating Gender Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/treatment' }}<a href="/gdb/causes" class="btn btn-primary right">Causes of Gender Dysphoria {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/causes' }}<a href="/gdb/chromosomes" class="btn btn-primary right">But... but... the chromosomes! {{icon 'angle-right'}}</a>{{/is}}
{{#is meta.url '/gdb/chromosomes' }}<a href="/gdb/conclusion" class="btn btn-primary right">Conclusion {{icon 'angle-right'}}</a>{{/is}}
</div>
</div>

View File

@ -17,6 +17,11 @@ tweets:
- '1222742135067303937' - '1222742135067303937'
- '1222743360034758656' - '1222743360034758656'
- '1222743749920464896' - '1222743749920464896'
siblings:
prev: /gdb/physical-dysphoria
prevCaption: Physical Dysphoria
next: /gdb/social-dysphoria
nextCaption: Social Dysphoria
--- ---
# Biochemical Dysphoria # Biochemical Dysphoria
@ -134,5 +139,3 @@ People know when they're living the wrong gender.
Psychologist John Money oversaw David's case and was largely responsible for the decisions that were made in David's upbringing. Money, seeking to make a name for himself, massively misreported on David's case, calling it a complete success in his reports. The result of this echoes to this day, as Money's reports were used as an example of why performing genital corrective surgeries on intersex infants was an appropriate course of action. Fifty years later there are still doctors who believe that you can just change a child's genitals and raise them as that gender, and it will stick. Psychologist John Money oversaw David's case and was largely responsible for the decisions that were made in David's upbringing. Money, seeking to make a name for himself, massively misreported on David's case, calling it a complete success in his reports. The result of this echoes to this day, as Money's reports were used as an example of why performing genital corrective surgeries on intersex infants was an appropriate course of action. Fifty years later there are still doctors who believe that you can just change a child's genitals and raise them as that gender, and it will stick.
This is the tragedy of the [intersex](https://en.wikipedia.org/wiki/Intersex) community. Roughly one in every 60 births results in some kind of intersex condition (tho not all of these are related to genitalia). Often times the "corrective" procedures used on intersex children results in a loss of function and/or sensation. Far too frequently, doctors would opt towards forced female assignment because it was easier to construct a vulva than a penis. This is the tragedy of the [intersex](https://en.wikipedia.org/wiki/Intersex) community. Roughly one in every 60 births results in some kind of intersex condition (tho not all of these are related to genitalia). Often times the "corrective" procedures used on intersex children results in a loss of function and/or sensation. Far too frequently, doctors would opt towards forced female assignment because it was easier to construct a vulva than a penis.
{!{ {{import '_pager'}} }!}

View File

@ -13,6 +13,11 @@ tweets:
- https://twitter.com/LisaTMullin/status/1224042620164296705 - https://twitter.com/LisaTMullin/status/1224042620164296705
- https://twitter.com/LisaTMullin/status/1224043995413639168 - https://twitter.com/LisaTMullin/status/1224043995413639168
- https://twitter.com/LisaTMullin/status/1224044949160611840 - https://twitter.com/LisaTMullin/status/1224044949160611840
siblings:
prev: /gdb/treatment
prevCaption: Treating Gender Dysphoria
next: /gdb/chromosomes
nextCaption: But... but... the chromosomes!
--- ---
#What is the Cause of Gender Incongruence? #What is the Cause of Gender Incongruence?
@ -65,5 +70,3 @@ Sadly, western society has actively prevented a deeper understanding of gender.
Yet, progress continues, and every few years we learn a little bit more. Yet, progress continues, and every few years we learn a little bit more.
What we know for certain is that it is not a psychological condition, it is not something caused by trauma or by any external influence, nothing can make a person transgender. It happens in the womb, and is not something that a person can choose to be, any more than they could choose their race or their eye color. It has nothing to do with sexual orientation, it has nothing to do with kinks or fetishes, it has nothing to do with social influences from their parents or from their peers. [Transgender children are as firm in their identities as cisgender children are.](https://www.forbes.com/sites/dawnstaceyennis/2020/12/29/study-transgender-children-recognize-their-authentic-gender-at-early-age-just-like-other-kids/#20bbb14526bf). What we know for certain is that it is not a psychological condition, it is not something caused by trauma or by any external influence, nothing can make a person transgender. It happens in the womb, and is not something that a person can choose to be, any more than they could choose their race or their eye color. It has nothing to do with sexual orientation, it has nothing to do with kinks or fetishes, it has nothing to do with social influences from their parents or from their peers. [Transgender children are as firm in their identities as cisgender children are.](https://www.forbes.com/sites/dawnstaceyennis/2020/12/29/study-transgender-children-recognize-their-authentic-gender-at-early-age-just-like-other-kids/#20bbb14526bf).
{!{ {{import '_pager'}} }!}

View File

@ -1,35 +0,0 @@
## Change Log
The following changes that have been made to this document since release:
**1/27/2020**
- *Introduction*: Added paragraphs about how a person can realize their dysphoria at any stage of life.
- *Introduction*: Added paragraph about the growth within the transgender population.
- *Impostor Syndrome*: Added tweet about repetition of bigotry in "fear" of child conversion
- Fixed various typos
**1/30/2020**
- *Physical / Biochemical*
- Fixed the place where "uterus" should have been "fetus", as well as some other typos.
- Changed sentence on genderfluidity to be less binary in nature
- Added section on cis dysphoria and intersex operations
- Added section on body images issues aligning with true gender
- Social: Added a section about the tendency for trans folk to subconsciously self-select other trans folk.
- Added the History and What is GD sections to the menu.
**2/06/2020**
- Major overhaul of the Causes of Gender Dysphoria page to include lots more information about chromosomal anomalies.
**2/08/2020**
- Added "What is Gender" to the introduction.
- Moved History of GD and What Is GD into a new page.
{!{ {{import '_pager'}} }!}

View File

@ -5,6 +5,11 @@ description: "DNA is more what you'd call guidelines, than actual rules."
preBody: '_disclaimer' preBody: '_disclaimer'
classes: classes:
- gdb - gdb
siblings:
prev: /gdb/causes
prevCaption: Causes of Gender Dysphoria
next: /gdb/conclusion
nextCaption: Conclusion
tweets: tweets:
- https://twitter.com/RebeccaRHelm/status/1207834357639139328 - https://twitter.com/RebeccaRHelm/status/1207834357639139328
- https://twitter.com/RebeccaRHelm/status/1207835110617309191 - https://twitter.com/RebeccaRHelm/status/1207835110617309191
@ -19,6 +24,7 @@ tweets:
- https://twitter.com/RebeccaRHelm/status/1207839986801922048 - https://twitter.com/RebeccaRHelm/status/1207839986801922048
- https://twitter.com/alicemiriel/status/1208181235593490433 - https://twitter.com/alicemiriel/status/1208181235593490433
- https://twitter.com/TransEthics/status/1223942625708761088 - https://twitter.com/TransEthics/status/1223942625708761088
--- ---
# But the Chromosomes!!! # But the Chromosomes!!!
@ -85,5 +91,3 @@ There are dozens of ways that chromosomes can be much more complex than XX and X
- [Aromatase Excess](https://en.wikipedia.org/wiki/Aromatase_excess_syndrome) causes feminisation in an otherwise male child, as all testosterone is converted into estrogen. - [Aromatase Excess](https://en.wikipedia.org/wiki/Aromatase_excess_syndrome) causes feminisation in an otherwise male child, as all testosterone is converted into estrogen.
{!{ {{import '~/img' images.barbosa className="card borderless center" alt="The code is more what you'd call guidelines, than actual rules."}} }!} {!{ {{import '~/img' images.barbosa className="card borderless center" alt="The code is more what you'd call guidelines, than actual rules."}} }!}
{!{ {{import '_pager'}} }!}

View File

@ -2,6 +2,9 @@
date: "2020-01-26T20:41:55.827Z" date: "2020-01-26T20:41:55.827Z"
title: "In Conclusion" title: "In Conclusion"
description: "Enough with the gatekeeping already." description: "Enough with the gatekeeping already."
siblings:
prev: /gdb/chromosomes
prevCaption: Disorders of Sexual Development
classes: classes:
- gdb - gdb
preBody: '_disclaimer' preBody: '_disclaimer'
@ -21,6 +24,3 @@ There is no such thing as parents "transing" their kids.
These mentalities have to stop. These mentalities have to stop.
{!{ {{import '_pager'}} }!}

View File

@ -5,6 +5,11 @@ description: "It's clinical."
preBody: '_disclaimer' preBody: '_disclaimer'
classes: classes:
- gdb - gdb
siblings:
prev: /gdb/impostor-syndrome
prevCaption: Impostor Syndrome
next: /gdb/treatment
nextCaption: Treating Gender Dysphoria
--- ---
# How is Gender Dysphoria Diagnosed? # How is Gender Dysphoria Diagnosed?
@ -59,5 +64,3 @@ Now, here is the kicker. If you identify as transgender, meaning that your gende
So, it is literally impossible for a person to identify as trans and not experience gender dysphoria. By the WPATH requirements anyone can identify as trans. Ergo, the statement "you do not have to have dysphoria to be transgender" is a logical paradox. So, it is literally impossible for a person to identify as trans and not experience gender dysphoria. By the WPATH requirements anyone can identify as trans. Ergo, the statement "you do not have to have dysphoria to be transgender" is a logical paradox.
Then why do we still say it? Because most people don't know what gender dysphoria actually is, and it is easier to repeat the mantra, than to explain the nuances and subtleties of how Gender Dysphoria manifests. But hey, look, now you've got a nice article to link to that can help people understand that. Then why do we still say it? Because most people don't know what gender dysphoria actually is, and it is easier to repeat the mantra, than to explain the nuances and subtleties of how Gender Dysphoria manifests. But hey, look, now you've got a nice article to link to that can help people understand that.
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "How Gender Dysphoria Manifests: Euphoria" title: "How Gender Dysphoria Manifests: Euphoria"
description: "In order for there to be shadow there must be light." description: "In order for there to be shadow there must be light."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/history
prevCaption: The History of Gender Dysphoria
next: /gdb/physical-dysphoria
nextCaption: Physical Dysphoria
classes: classes:
- gdb - gdb
tweets: tweets:
@ -67,7 +72,3 @@ Even just being out in the world as yourself and being seen as yourself can be m
**What euphoria is NOT** is a sexual high, turn on, or fetish. Sometimes euphoria can trigger a sexual response, and there are many factors at play that cause that (feeling good about your body is a turn on, for example), but it is not a source of sexual excitement. Trans people are not "getting off" on presenting or acting like their true selves. **What euphoria is NOT** is a sexual high, turn on, or fetish. Sometimes euphoria can trigger a sexual response, and there are many factors at play that cause that (feeling good about your body is a turn on, for example), but it is not a source of sexual excitement. Trans people are not "getting off" on presenting or acting like their true selves.
That said, many people who have not yet realized they are trans may resort to fetishes and kinks to express their gender and/or relieve their dysphoria. They may maintain some of these kinks through transition. There is no shame in this, how they find sexual fulfillment is their own business. However, these things are *alongside* their gender. A trans person's sense of gender persists indefinitely, it does not go away when they go back to their daily lives. That said, many people who have not yet realized they are trans may resort to fetishes and kinks to express their gender and/or relieve their dysphoria. They may maintain some of these kinks through transition. There is no shame in this, how they find sexual fulfillment is their own business. However, these things are *alongside* their gender. A trans person's sense of gender persists indefinitely, it does not go away when they go back to their daily lives.
{!{ {{import '_pager'}} }!}

View File

@ -5,6 +5,11 @@ description: "I don't regret the things I have done, I regret the things I didn'
classes: classes:
- gdb - gdb
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/presentational-dysphoria
prevCaption: Presentational Dysphoria
next: /gdb/managed-dysphoria
nextCaption: Managed Dysphoria
--- ---
# Historical Dysphoria # Historical Dysphoria
@ -18,5 +23,3 @@ Sometimes historical dysphoria can manifest existentially, hitting you with all
Many trans people attempt to recapture some of these lost events, hosting or attending queer proms, organizing sleepovers, performing vow renewals with their spouses, and engaging in common puberty rites of passage like having a mother figure help them shop for their first bra, or having a father figure teach them to shave. However, ultimately, historical dysphoria is something that can never be relieved. You can make new experiences to replace the ones you lost, but you can never turn back the clock. Many trans people attempt to recapture some of these lost events, hosting or attending queer proms, organizing sleepovers, performing vow renewals with their spouses, and engaging in common puberty rites of passage like having a mother figure help them shop for their first bra, or having a father figure teach them to shave. However, ultimately, historical dysphoria is something that can never be relieved. You can make new experiences to replace the ones you lost, but you can never turn back the clock.
This is one of many reasons why affirming trans youth is so important. Boys want to do common boy things and girls want to do common girl things, and when they miss out they will not forget. This is one of many reasons why affirming trans youth is so important. Boys want to do common boy things and girls want to do common girl things, and when they miss out they will not forget.
{!{ {{import '_pager'}} }!}

View File

@ -5,6 +5,11 @@ description: "The origins of Gender Dysphoria and the current meaning today."
classes: classes:
- gdb - gdb
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/what-is-gender
prevCaption: What Is Gender?
next: /gdb/euphoria
nextCaption: Gender Euphoria
--- ---
# A Brief History of Gender Dysphoria # A Brief History of Gender Dysphoria
@ -66,5 +71,3 @@ However, first I must stress something very important. So important that I am pu
There is no one single trans experience, there is no standard set of feelings and discomforts, there *is no one true trans narrative*. Every trans person experiences dysphoria in their own way to their own degree, and what bothers one person may not bother another. There is no one single trans experience, there is no standard set of feelings and discomforts, there *is no one true trans narrative*. Every trans person experiences dysphoria in their own way to their own degree, and what bothers one person may not bother another.
Ok, that disclaimer out of the way, lets get to the meat and potatoes. Ok, that disclaimer out of the way, lets get to the meat and potatoes.
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "Impostor Syndrome, but make it Trans" title: "Impostor Syndrome, but make it Trans"
description: "I don't regret the things I have done, I regret the things I didn't do when I had the chance." description: "I don't regret the things I have done, I regret the things I didn't do when I had the chance."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/managed-dysphoria
prevCaption: Managed Dysphoria
next: /gdb/diagnoses
nextCaption: Clinical Diagnoses
classes: classes:
- gdb - gdb
tweets: tweets:
@ -104,5 +109,3 @@ These people will stop at nothing to invalidate your existence. Do not give them
[Postgenderism](https://en.wikipedia.org/wiki/Postgenderism) is a [transhumanist](https://en.wikipedia.org/wiki/Transhumanism) philosophy originating in radical feminism which states that gender causes more harm than good, and seeks to eradicate it from our society. GAs believe that all gender is a construct and that anyone who feels strongly connected to a binary gender is either nefariously propagating gender stereotypes or ignorantly following systemic indoctrination. [Postgenderism](https://en.wikipedia.org/wiki/Postgenderism) is a [transhumanist](https://en.wikipedia.org/wiki/Transhumanism) philosophy originating in radical feminism which states that gender causes more harm than good, and seeks to eradicate it from our society. GAs believe that all gender is a construct and that anyone who feels strongly connected to a binary gender is either nefariously propagating gender stereotypes or ignorantly following systemic indoctrination.
GAs do not believe in the existence of gender dysphoria, and will attempt to invalidate those who experience it. They're functionally the extreme leftist version of the Gender Critical movement. GAs do not believe in the existence of gender dysphoria, and will attempt to invalidate those who experience it. They're functionally the extreme leftist version of the Gender Critical movement.
{!{ {{import '_pager'}} }!}

View File

@ -5,7 +5,9 @@ description: "A dive into the multitude of ways that gender dysphoria manifests
preBody: '_disclaimer' preBody: '_disclaimer'
classes: classes:
- gdb - gdb
siblings:
next: /gdb/what-is-gender
nextCaption: What is Gender?
--- ---
@ -40,5 +42,3 @@ The purpose of this site is to document the many ways that Gender Dysphoria mani
</div> </div>
</div> </div>
}!} }!}
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "Managed Dysphoria: Gender in Disguise" title: "Managed Dysphoria: Gender in Disguise"
description: "I don't regret the things I have done, I regret the things I didn't do when I had the chance." description: "I don't regret the things I have done, I regret the things I didn't do when I had the chance."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/historical-dysphoria
prevCaption: Historical Dysphoria
next: /gdb/impostor-syndrome
nextCaption: Impostor Syndrome
classes: classes:
- gdb - gdb
tweets: tweets:
@ -77,6 +82,3 @@ Finally, another very common coping mechanism is to find means of escapement or
- Obsessively cleaning ones living space - Obsessively cleaning ones living space
- Sleeping. Lots and lots of sleeping. - Sleeping. Lots and lots of sleeping.
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "How Gender Dysphoria Manifests: Physical Dysphoria" title: "How Gender Dysphoria Manifests: Physical Dysphoria"
description: "Body discomfort is only one of the many ways Gender Dysphoria manifests." description: "Body discomfort is only one of the many ways Gender Dysphoria manifests."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/euphoria
prevCaption: Gender Euphoria
next: /gdb/biochemical-dysphoria
nextCaption: Biochemical Dysphoria
classes: classes:
- gdb - gdb
tweets: tweets:
@ -147,5 +152,3 @@ What is the end result of this? Kathryn said it best:
'947522372315369472' '947522372315369472'
'947523244948680705' '947523244948680705'
) tweets=meta.tweets className="grid-row" }} }!} ) tweets=meta.tweets className="grid-row" }} }!}
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "How Gender Dysphoria Manifests: Presentational Dysphoria" title: "How Gender Dysphoria Manifests: Presentational Dysphoria"
description: "Hoodies and sweatpants never go out of style." description: "Hoodies and sweatpants never go out of style."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/sexual-dysphoria
prevCaption: Sexual Dysphoria
next: /gdb/historical-dysphoria
nextCaption: Historical Dysphoria
classes: classes:
- gdb - gdb
tweets: tweets:
@ -60,5 +65,3 @@ Presentation can be important for avoiding misgendering, especially early in tra
Performative Presentation was practically required prior to the reformation of WPATH in 2011; anyone who showed up to a doctors appointment without extreme feminine or masculine presentation risked be labeled a fake and losing their treatment under the Harry Benjamin Scale. Trans women actually would lost their estrogen simply for wearing jeans and a blouse instead of a dress, or for not putting on enough makeup. This is one of the reasons why transmedicalist ideology is so dangerous, it would see us returning to this system, labeling anyone who doesn't meet stereotypical views of femininity and masculinity as not actually transgender. Performative Presentation was practically required prior to the reformation of WPATH in 2011; anyone who showed up to a doctors appointment without extreme feminine or masculine presentation risked be labeled a fake and losing their treatment under the Harry Benjamin Scale. Trans women actually would lost their estrogen simply for wearing jeans and a blouse instead of a dress, or for not putting on enough makeup. This is one of the reasons why transmedicalist ideology is so dangerous, it would see us returning to this system, labeling anyone who doesn't meet stereotypical views of femininity and masculinity as not actually transgender.
Presentation is especially important among pre-pubescent children, as they lack any significant secondary sexual characteristics. Clothing and hair are the only ways we have to show the gender of a child, so much so that if a baby simply wears a pink shirt, strangers assume it is a girl. Even unisex clothing for kids is strongly gendered by way of colors and graphics. For trans children it can be extremely distressing to be either forced to cut their hair, or required to grow it out. Denying a young trans girl access to dresses, or forcing them onto a trans boy, can be debilitating to their morale. Presentation is especially important among pre-pubescent children, as they lack any significant secondary sexual characteristics. Clothing and hair are the only ways we have to show the gender of a child, so much so that if a baby simply wears a pink shirt, strangers assume it is a girl. Even unisex clothing for kids is strongly gendered by way of colors and graphics. For trans children it can be extremely distressing to be either forced to cut their hair, or required to grow it out. Denying a young trans girl access to dresses, or forcing them onto a trans boy, can be debilitating to their morale.
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "How Gender Dysphoria Manifests: Sexual Dysphoria" title: "How Gender Dysphoria Manifests: Sexual Dysphoria"
description: "Sometimes a Cigar doesn't want to be smoked." description: "Sometimes a Cigar doesn't want to be smoked."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/societal-dysphoria
prevCaption: Societal Dysphoria
next: /gdb/presentational-dysphoria
nextCaption: Presentational Dysphoria
classes: classes:
- gdb - gdb
tweets: tweets:
@ -29,5 +34,3 @@ This can lead to one feeling less enthusiastic or even disinterested in sex, as
This dysphoria may be so significant that they find themselves taking a sexual identity that they don't actually connect with. It is not unheard of for a trans person to realize after coming out that they never actually felt a connection to the sexual orientation that they had identified with previously, but were rather using it as a way to feel less dysphoric in their sex lives. This dysphoria may be so significant that they find themselves taking a sexual identity that they don't actually connect with. It is not unheard of for a trans person to realize after coming out that they never actually felt a connection to the sexual orientation that they had identified with previously, but were rather using it as a way to feel less dysphoric in their sex lives.
Some trans women, for example, identified as gay men pre-transition out of a desire to have a partner that treats them like women during sex, but find themselves to actually be lesbians once that demand is lifted. Others may attempt to live as gay men, but find that the role doesn't fulfill them because they know their partners see them as men. Some trans women, for example, identified as gay men pre-transition out of a desire to have a partner that treats them like women during sex, but find themselves to actually be lesbians once that demand is lifted. Others may attempt to live as gay men, but find that the role doesn't fulfill them because they know their partners see them as men.
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "How Gender Dysphoria Manifests: Social Dysphoria" title: "How Gender Dysphoria Manifests: Social Dysphoria"
description: "Pronouns and Deadnames and Gendering, oh my." description: "Pronouns and Deadnames and Gendering, oh my."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/biochemical-dysphoria
prevCaption: Biochemical Dysphoria
next: /gdb/societal-dysphoria
nextCaption: Societal Dysphoria
classes: classes:
- gdb - gdb
tweets: tweets:
@ -73,6 +78,3 @@ A very curious and surprisingly phenomenon is that closeted trans people have a
Trans people subconsciously tend to gravitate towards each others friendships, both out of a need for peers who think and act the same as us without judgments, and due to a kinship of social ostracization. This is not exclusive to trans people, of course, the same happens for all types of queers, but the way it has a rippled effect is quite powerful. It's very similar to the way an entire friend group will get married and have kids all in response to one member of the group initiating. Trans people subconsciously tend to gravitate towards each others friendships, both out of a need for peers who think and act the same as us without judgments, and due to a kinship of social ostracization. This is not exclusive to trans people, of course, the same happens for all types of queers, but the way it has a rippled effect is quite powerful. It's very similar to the way an entire friend group will get married and have kids all in response to one member of the group initiating.
Trans people often continue to self-select their groups post-transition as well, as we simply understand each other better than cis people can. There is an energy that occurs when a group of trans people get together in a location, the room becomes charged with camaraderie and commiseration. We all have so much in common in our histories, so many shared experiences, that short of personality conflicts we instantly bond together. Trans people often continue to self-select their groups post-transition as well, as we simply understand each other better than cis people can. There is an energy that occurs when a group of trans people get together in a location, the room becomes charged with camaraderie and commiseration. We all have so much in common in our histories, so many shared experiences, that short of personality conflicts we instantly bond together.
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "How Gender Dysphoria Manifests: Societal Dysphoria" title: "How Gender Dysphoria Manifests: Societal Dysphoria"
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: "Because a Role is a Role, and a Toll is a Toll, and it's a heavy toll to live the wrong role."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/social-dysphoria
prevCaption: Social Dysphoria
next: /gdb/sexual-dysphoria
nextCaption: Sexual Dysphoria
classes: classes:
- gdb - gdb
tweets: tweets:
@ -68,5 +73,3 @@ Beyond discomfort, many trans people realize that the dynamics of relationships
For example, I myself realized after coming out to my wife that all of my previous dating attempts had absolutely been sapphic in nature. My first order had always been to become good friends with them. Dates would never be labeled as dates because we would just sit and talk somewhere, hanging out together. Consequently, several of my relationships ended simply because I was too scared to make the first move out of destroying the friendship. I would spend half my waking day thinking about them and wanting to be around them, not out of sexual lust, but out of personal infatuation. My first girlfriend straight up told me on our first date that I was unlike any man she'd ever dated because I enjoyed talking instead of just trying to get physical. She broke up with me two months later because I wasn't as assertive as she wanted from a partner. For example, I myself realized after coming out to my wife that all of my previous dating attempts had absolutely been sapphic in nature. My first order had always been to become good friends with them. Dates would never be labeled as dates because we would just sit and talk somewhere, hanging out together. Consequently, several of my relationships ended simply because I was too scared to make the first move out of destroying the friendship. I would spend half my waking day thinking about them and wanting to be around them, not out of sexual lust, but out of personal infatuation. My first girlfriend straight up told me on our first date that I was unlike any man she'd ever dated because I enjoyed talking instead of just trying to get physical. She broke up with me two months later because I wasn't as assertive as she wanted from a partner.
This all gets even more complex for non-binary people, some of whom can at best describe their dating style as Queer. This all gets even more complex for non-binary people, some of whom can at best describe their dating style as Queer.
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "Treating Gender Dysphoria" title: "Treating Gender Dysphoria"
description: "Transition is the cure." description: "Transition is the cure."
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/diagnoses
prevCaption: Clinical Diagnoses
next: /gdb/causes
nextCaption: Causes of Gender Dysphoria
classes: classes:
- gdb - gdb
--- ---
@ -114,6 +119,3 @@ Other Trans Feminine Surgeries:
- Voice Feminisation Surgery. An incision is performed in the vocal chords in order to permanently raise the pitch. - Voice Feminisation Surgery. An incision is performed in the vocal chords in order to permanently raise the pitch.
- Cinderella Surgery. Bones in the foot are shortened in order to reduce foot size. EXTREMELY RISKY - Cinderella Surgery. Bones in the foot are shortened in order to reduce foot size. EXTREMELY RISKY
- Shoulder Reduction. The collar bone is shortened to reduce the width of the shoulders. EXTREMELY RISKY - Shoulder Reduction. The collar bone is shortened to reduce the width of the shoulders. EXTREMELY RISKY
{!{ {{import '_pager'}} }!}

View File

@ -3,6 +3,11 @@ date: "2020-01-26T20:41:55.827Z"
title: "What is Gender?" title: "What is Gender?"
description: "How do we define the concept of Gender, and how does it differ from Sex?" description: "How do we define the concept of Gender, and how does it differ from Sex?"
preBody: '_disclaimer' preBody: '_disclaimer'
siblings:
prev: /gdb/
prevCaption: Introduction
next: /gdb/history
nextCaption: The History of Gender Dysphoria
classes: classes:
- gdb - gdb
tweets: tweets:
@ -56,6 +61,3 @@ These negative symptoms (depression, derealization, social discomfort) are the s
What **Gender is *not*** is sexual orientation. We describe orientation using terms relative to one's gender (homosexual/heterosexual/bisexual), but gender itself does not affect sexuality and sexuality has no role in gender. What **Gender is *not*** is sexual orientation. We describe orientation using terms relative to one's gender (homosexual/heterosexual/bisexual), but gender itself does not affect sexuality and sexuality has no role in gender.
In generalist terms this essay will be describing gender in a sense of binary identities (male/female) vs non-binary identities (agender, bigender, genderqueer, etc), but this is purely for the sake of writing simplicity. Please know that the depth of gender experience and expression is far, far more complicated than this simple breakdown. In generalist terms this essay will be describing gender in a sense of binary identities (male/female) vs non-binary identities (agender, bigender, genderqueer, etc), but this is purely for the sake of writing simplicity. Please know that the depth of gender experience and expression is far, far more complicated than this simple breakdown.
{!{ {{import '_pager'}} }!}

View File

@ -19,7 +19,10 @@
{{markdown '_index-copy'}} {{markdown '_index-copy'}}
{{import 'gdb/_pager'}} <div class="pager">
<div class="prev"></div>
<div class="next"><a href="/gdb/what-is-gender" class="btn btn-primary right">Continue Reading {{icon 'angle-right'}}</a></div>
</div>
</div></section> </div></section>

View File

@ -25,6 +25,15 @@
<div class="post-content"> <div class="post-content">
{{{contents}}} {{{contents}}}
</div> </div>
{{#if siblings}}
<div class="pager">
<div class="prev">{{#if siblings.prev}}<a href="{{siblings.prev}}" class="btn btn-primary left">{{icon 'angle-left'}} {{#if siblings.prevCaption}}{{siblings.prevCaption}}{{else}}Back{{/if}}</a>{{/if}}</div>
<div class="first">{{#if siblings.first}}<a href="{{siblings.first}}" class="btn btn-primary left">{{icon 'angle-double-left'}} {{#if siblings.firstCaption}}{{siblings.firstCaption}}{{else}}Newest{{/if}}</a>{{/if}}</div>
<div class="last">{{#if siblings.last}}<a href="{{siblings.last}}" class="btn btn-primary right">{{#if siblings.lastCaption}}{{siblings.lastCaption}}{{else}}Oldest{{/if}} {{icon 'angle-double-right'}}</a>{{/if}}</div>
<div class="next">{{#if siblings.next}}<a href="{{siblings.next}}" class="btn btn-primary right">{{#if siblings.nextCaption}}{{siblings.nextCaption}}{{else}}Next{{/if}} {{icon 'angle-right'}}</a>{{/if}}</div>
</div>
{{/if}}
</article> </article>
{{/content}} {{/content}}