19 lines
1,007 B
Markdown
19 lines
1,007 B
Markdown
|
---
|
||
|
public: "true"
|
||
|
slug: "gender-performativity"
|
||
|
title: "Gender Performativity"
|
||
|
prev: false
|
||
|
next: false
|
||
|
---
|
||
|
<script setup>
|
||
|
import { data } from '../../git.data.ts';
|
||
|
import { useData } from 'vitepress';
|
||
|
const pageData = useData();
|
||
|
</script>
|
||
|
<h1 class="p-name">Gender Performativity</h1>
|
||
|
<p>2 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
||
|
<hr/>
|
||
|
|
||
|
<details><summary>Referenced by:</summary><a href="/garden/objectivity/index.md">Objectivity</a><a href="/garden/personality/index.md">Personality</a></details>
|
||
|
|
||
|
A [Gender](/garden/gender/index.md) theory by Judith Butler, as described in [Gender Trouble](https://www.amazon.com/Gender-Trouble-Feminism-Subversion-Routledge/dp/0415389550). Butler argues that we observe gender norms performed by others and reproduce them. In this way, gender is a force that acts upon us. Philosophy Tube describes this theory in more detail in [I read the most misunderstood philosopher in the world](https://youtu.be/QVilpxowsUQ)
|