Compare commits
103 Commits
em_add-to-
...
main
Author | SHA1 | Date | |
---|---|---|---|
a8f344f83b | |||
bc129a014c | |||
a00a3bb829 | |||
04f54ed0ee | |||
21a1f9fd46 | |||
8563f82c17 | |||
202cf91463 | |||
a1a6b08102 | |||
76116b7eec | |||
dafe163055 | |||
63c6aa9df6 | |||
b9c8b1811b | |||
0a61a6be40 | |||
09635ab57f | |||
436d539aaf | |||
7d63c8bf6b | |||
|
8792c227c8 | ||
|
1936c35644 | ||
7d21127ec5 | |||
1137e0a1db | |||
f0adfc7427 | |||
d80b0690b7 | |||
21801b963e | |||
7cec329315 | |||
|
be0437cb85 | ||
d841c35297 | |||
6d7b4d5135 | |||
5db120498e | |||
32573b9bd0 | |||
5d664b9085 | |||
ae5b1adb14 | |||
911a6c324c | |||
be8f73db0b | |||
d18189e354 | |||
ca75c80b6d | |||
|
a01cf8200f | ||
|
15bccc698e | ||
|
0960dc6952 | ||
|
1fde55b59a | ||
|
d7ffb0f14e | ||
|
1ca227186a | ||
|
eede62d12d | ||
|
9135a41cd6 | ||
|
5207ecca45 | ||
|
4f78613498 | ||
|
a8599efd23 | ||
0fe5459c2f | |||
35608ccef5 | |||
4719c8a4d5 | |||
5a0403c31f | |||
8341051568 | |||
a7eb799f26 | |||
67790870df | |||
8244e4c0e7 | |||
b3184b1b64 | |||
132b7df873 | |||
357eb69591 | |||
54430bd0a3 | |||
64e060d51a | |||
84b8acf035 | |||
710636c214 | |||
d4e211c930 | |||
fea15f0f44 | |||
6856f890d3 | |||
661a2d4a3c | |||
45e49756bb | |||
e1e8072571 | |||
aa4e158d16 | |||
b93e3da93e | |||
9fab118375 | |||
91341ed7da | |||
4c88e4bab3 | |||
b287329d62 | |||
9f098b89d9 | |||
49f0985a71 | |||
b5cdea87c8 | |||
23e43ecf0f | |||
4fd2e515ea | |||
86ad93c842 | |||
8e1546d518 | |||
35e0f01911 | |||
5567fed1d9 | |||
42b4d42112 | |||
a921172039 | |||
9b4fae7354 | |||
54d2963b3a | |||
ca0f7ce07c | |||
891fb57733 | |||
eb9dcef742 | |||
2dd42dcfec | |||
5012a033b0 | |||
13b0ea242c | |||
b32ef657f4 | |||
0d335cedff | |||
61f569573f | |||
96f279c7c2 | |||
f0c857591b | |||
7972fcbde1 | |||
9225e838c7 | |||
9d73c0ae76 | |||
3f5b27c821 | |||
0462f87b96 | |||
58bdf58fa9 |
50
.drone.yml
Normal file
50
.drone.yml
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: deploy to docker container
|
||||
steps:
|
||||
- name: submodule
|
||||
image: plugins/git
|
||||
settings:
|
||||
recursive: true
|
||||
- name: docker cp deploy
|
||||
image: 3wordchant/docker-cp-deploy:latest
|
||||
depends_on:
|
||||
- submodule
|
||||
settings:
|
||||
host: swarm.autonomic.zone
|
||||
service: lasophielle_org_app
|
||||
source: .
|
||||
dest: /src
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm.autonomic.zone
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
- name: docker cp deploy staging
|
||||
image: 3wordchant/docker-cp-deploy:latest
|
||||
depends_on:
|
||||
- submodule
|
||||
settings:
|
||||
host: swarm.autonomic.zone
|
||||
service: lasophielle-staging_autonomic_zone_app
|
||||
source: .
|
||||
dest: /src
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm.autonomic.zone
|
||||
when:
|
||||
branch:
|
||||
- staging
|
||||
- name: notify on failure
|
||||
image: plugins/slack
|
||||
settings:
|
||||
username: comradebritney
|
||||
channel: clients.sophie-lewis
|
||||
template: "{{repo.owner}}/{{repo.name}} build failed: {{build.link}}. Last commit by @{{build.author}}"
|
||||
webhook:
|
||||
from_secret: rc_builds_url
|
||||
depends_on:
|
||||
- docker cp deploy
|
||||
- docker cp deploy staging
|
||||
when:
|
||||
status:
|
||||
- failure
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
/public
|
||||
/.hugo_build.lock
|
||||
/resources/
|
||||
|
9
.todo
9
.todo
@ -1,9 +0,0 @@
|
||||
Tasks:
|
||||
✔ fix menu on mobile @done(21-10-01 22:47)
|
||||
☐ add text content from content priority guide to the site
|
||||
☐ add videos to the videos page
|
||||
☐ draft text content for remaining pages
|
||||
☐ (bonus) implement the "announcements" section from the design
|
||||
☐ privacy policy
|
||||
☐ attribution for Rupa
|
||||
☐ [bonus] add octopus images on mobile
|
20
README.md
20
README.md
@ -1,4 +1,6 @@
|
||||
## Setup
|
||||
# lasophielle.org
|
||||
|
||||
## Local set-up
|
||||
|
||||
This project uses `hugo` and git submodules. Below is how to set up Hugo on a
|
||||
Linux machine.
|
||||
@ -9,7 +11,7 @@ Linux machine.
|
||||
|
||||
`snap install hugo --channel=extended`
|
||||
|
||||
2. Run the following to make sure the git submodules are installed:
|
||||
2. Run the following to make sure Bulma is installed:
|
||||
|
||||
```
|
||||
git submodule init
|
||||
@ -19,7 +21,17 @@ git submodule update
|
||||
3. Now you should be able to build the project. Run `hugo server` and go to the
|
||||
localhost address printed in your terminal. 🐙
|
||||
|
||||
## How to change about me headshot
|
||||
## How to change "about me" headshot
|
||||
|
||||
Add the headshot image you want to use to the `static/img` directory. Then uncomment the `headshot=` option under `[param.about]`. Set this option to the filename and only the filename.
|
||||
Add the headshot image you want to use to the `static/img` directory. Then
|
||||
uncomment the `headshot=` option under `[param.about]`. Set this option to the
|
||||
filename and only the filename.
|
||||
|
||||
## Deployment
|
||||
|
||||
Changes to the `main` branch are automatically deployed to
|
||||
https://lasophielle.org using Drone, as configured in `.drone.yml`.
|
||||
|
||||
Click this badge to see recent builds:
|
||||
|
||||
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/sophie-lewis-hugo/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/sophie-lewis-hugo)
|
||||
|
@ -6,7 +6,7 @@ theme = "sophie-lewis"
|
||||
|
||||
[params]
|
||||
#navbar = ["about", "writing", "get-in-touch"]
|
||||
navbar = ["about", "writing", "videos", "get-in-touch"]
|
||||
navbar = ["about", "writing", "videos", "audio", "events", "online-course-offerings", "get-in-touch"]
|
||||
|
||||
[params.header]
|
||||
name = "Sophie Lewis"
|
||||
|
@ -3,9 +3,16 @@ Octo: octo-2.webp
|
||||
title: index
|
||||
---
|
||||
|
||||
**ANNOUNCEMENT**: [Full Surrogacy Now! Audiobook](/writing/full-surrogacy-now/)
|
||||
<h1 class="red-text">Announcement</h1>
|
||||
<p class="red-text">Abolish the Family: A Manifesto for Care and Liberation <a href="https://www.versobooks.com/books/4075-abolish-the-family">Order Now</a>.<p>
|
||||
<div class="has-text-centered">
|
||||
<image class="small-cover" src="img/separator.jpg">
|
||||
<div class="headshot">
|
||||
<image class="small-cover" src="img/portrait.jpg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
I’m ***Sophie Lewis***, writer, speaker, teacher, and recovering academic.
|
||||
<h1>I’m <b>Sophie Lewis</b>, writer, speaker, teacher, and recovering academic.</h1>
|
||||
|
||||
Ian Bonaparte, of Janklow & Nesbit, is my literary agent, and you can contact him at [ibonaparte@janklow.com](mailto:ibonaparte@janklow.com).
|
||||
|
||||
@ -13,12 +20,11 @@ I am working on a book about “enemy feminisms”: eugenic, bioconservative, ca
|
||||
|
||||
Right now, my first book: _Full Surrogacy Now: Feminism Against Family_, published by Verso Books in 2019, is available as an Audiobook, and you can find more about it [here](/writing/full-surrogacy-now/).
|
||||
|
||||
My pamphlet on family abolition, _Beyond the Family: The Case for Abolition_, is forthcoming from Verso in 2022.
|
||||
My short book on family abolition, _Abolish the Family: A Manifesto for Care and Liberation_, is forthcoming from Verso in 2022.
|
||||
|
||||
I have a “Visiting Scholar” title at the Center for Research in Feminist, Queer and Transgender Studies at the University of Pennsylvania. However, I am supported by my [patreon][patreon] subscribers, speaking fees, and Brooklyn Institute course enrollees. Check out [my course offerings here](https://thebrooklyninstitute.com/people/sophie-lewis/).
|
||||
|
||||
[patreon]: https://www.patreon.com/reproutopia
|
||||
|
||||
Since 2013, I have lectured in thirty cities and written for dozens of magazines and journals, including _The New York Times_. I hope you enjoy my video and essay archives and consider supporting my work.
|
||||
|
||||
_Octopus images by [Rupa DasGupta](https://anoctopusaday.tumblr.com/about)_
|
||||
|
@ -4,16 +4,4 @@ date: 2021-08-23T05:58:05+01:00
|
||||
octo: octo-1.webp
|
||||
---
|
||||
|
||||
I am a writer and ex-European (I am British-German, raised in France), living in Philadelphia with my American wife and boyfriend and two cats. I am currently working on two book projects, but I also write ad-hoc commissioned essays for magazines including *Harpers*, *The Nation* and *The London Review of Books* on subjects ranging from Marilyn Monroe to medieval alewives. In 2019, my op-ed explaining "How British Feminism Became Anti-Trans" appeared in *The New York Times.* In my capacity as a faculty member of the Brooklyn Institute for Social Research, I teach online courses, open to all, on feminist history, trans feminism, *The Dialectic of Sex*, femonationalism and more. My first book, *Full Surrogacy Now: Feminism Against Family*, was first published by Verso Books in 2019 (the paperback and audiobook were released in August 2021). In the intervening period, I was profiled in publications ranging from *Vice* to *Die Zeit*, interviewed in *Bookforum* and *The Nation*, and invited to give keynotes at conferences hosted by universities like Brown, Brighton and Princeton. It is now frequently said that I "launched a global conversation about abolition of the nuclear family." At the beginning of the coronavirus lockdown in 2020, magazine editors who had dismissed my "family abolition" arguments as "too out there" suddenly wished to commission me to write critiques of the private nuclear household.
|
||||
|
||||
Unexpectedly, I gained notoriety in late 2020 for different reasons---namely, octopuses. My tweeted thoughts on a Netflix documentary, *My Octopus Teacher* (which later won an Oscar), inflamed sensibilities to the extent that news articles even appeared in venues like *The Guardian* about the "scandal" of my interpretation. After the dust had settled, my essay reflecting on the saga appeared in *n+1*, where I laid out my views on erotophobia, multispecies love, cephalopod cognition and more. Magazines where my essays on topics both related and unrelated to \#octopusgate over the past five years include: *Mal*, *Mute*, *Commune*, *e-flux*, *Logic*, *Boston Review*, *Salvage Quarterly*, *The New Inquiry*, *Viewpoint*, *Dissent* and *The Baffler*. The final chapter of *Full Surrogacy Now*, "Amniotechnics," has been reprinted four times---including by a feminist iris-printing collective in the Netherlands, who spliced my text together with the 1970 manifesto Triple Jeopardy, by the Third World Women's Alliance. In Paris and Berlin, the "curatorial research-based entity" The World in Which We Occur / Matter in Flux used my phrase "electric brine" as the title of an anthology of liquid poems and essays, reproducing "Amniotechnics" alongside contributions by several other hydrofeminist poets and philosophers.
|
||||
|
||||
At present I occasionally organize or participate in symposia at theUniversity of Pennsylvania, where I hold a nominal title ("Visiting Scholar") at the Center for Research in Feminist, Queer, and Transgender Studies. I graduated from Oxford University with a BA in English Literature in 2010, and then stayed on to earn an MSc in Nature, Society and Environmental Policy. Between 2011 and 2013, I studied as a Fulbright Scholar at the New School for Social Research in New York, graduating with an MA in Politics. At that stage, I won a full scholarship from a Research Council in the United Kingdom to pursue a PhD at the University of Manchester, which I completed in 2017 with my thesis about gestationality: "Cyborg Labor." Until Covid-19 hit, I continued to present my research at conferences in the humanities and social sciences evert year. My peer-reviewed articles have appeared in *Feminist Theory*, *Signs*, *Gender Place & Culture*, *Dialogues in Human Geography*, *Frontiers*, *Feminist Review*, *Science as Culture* and *Society & Space*. A co-authored piece with Asa Seresin on the history of "fascist feminism"---notably the 1920s lesbian suffragettes who joined Fascist parties---is forthcoming in *Transgender Studies Quarterly* in 2022.
|
||||
|
||||
<!--
|
||||
---
|
||||
|
||||
{{< cv-entry dates="2012-2017" title="Quisque sollicitudin nisi nec dictum ultricesmet imperdiet." >}}
|
||||
{{< cv-entry dates="2012-2017" title="Quisque sollicitudin nisi nec dictum ultricesmet imperdiet." >}}
|
||||
{{< cv-entry dates="2012-2017" title="Quisque sollicitudin nisi nec dictum ultricesmet imperdiet." >}}
|
||||
-->
|
||||
I am a writer and ex-European (I am British-German, raised in France), living in Philadelphia with my American wife and boyfriend and two cats. I am currently working on two book projects, but I also write ad-hoc commissioned essays for magazines including Harpers, The Nation and The London Review of Books on subjects ranging from Marilyn Monroe to medieval alewives. In 2019, my op-ed explaining "How British Feminism Became Anti-Trans" appeared in The New York Times. In my capacity as a faculty member of the Brooklyn Institute for Social Research, I teach online courses, open to all, on feminist history, trans feminism, The Dialectic of Sex, femonationalism and more. My first book, Full Surrogacy Now: Feminism Against Family, was first published by Verso Books in 2019 (the paperback and audiobook were released in August 2021). In the intervening period, I was profiled in publications ranging from Vice to Die Zeit, interviewed in Bookforum and The Nation, and invited to give keynotes at conferences hosted by universities like Brown, Brighton and Princeton. It is now frequently said that I "launched a global conversation about abolition of the nuclear family." At the beginning of the coronavirus lockdown in 2020, magazine editors who had dismissed my "family abolition" arguments as "too out there" suddenly wished to commission me to write critiques of the private nuclear household.
|
||||
|
170
content/audio.html
Normal file
170
content/audio.html
Normal file
@ -0,0 +1,170 @@
|
||||
---
|
||||
title: Audio
|
||||
---
|
||||
|
||||
<section id="audio-listing">
|
||||
<h1>Audio Content</h1>
|
||||
<ul class="audio-list">
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/4AGxGKLV9TT0mulzAD9Ttx">
|
||||
Politics Theory Other podcast – trans-exclusionary radical feminism
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2018</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6g5Y1gEJRLYGbPJZdd86q0">
|
||||
Politics Theory Other podcast – Full Surrogacy Now: Feminism Against Family
|
||||
</a>
|
||||
</p>
|
||||
<small>January 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6eL0fe8J3bHmo6KuLxGYgP">
|
||||
LRB Bookshop Podcast with Joanna Biggs – Full Surrogacy Now
|
||||
</a>
|
||||
</p>
|
||||
<small>June 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0Y5KcMfWbSQMmmSaOHfOGS">
|
||||
The Dig podcast – with Daniel Denvir – Abolish the Family
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/1eFjuiB1ZITl3ILlBEwQjN">
|
||||
e-flux podcast – with Mariana Silva – Wages for Womb-Work
|
||||
</a>
|
||||
</p>
|
||||
<small>November 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/4iuQbJOb0B82qfFpIIrozl">
|
||||
Against Everyone With Conner Habib – Families, Quarantines, Witches
|
||||
</a>
|
||||
</p>
|
||||
<small>April 2020</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/1Y0jZCWEeM4JnuQBC2dHTD">
|
||||
Rabbles Podcast – on Shulamith Firestone
|
||||
</a>
|
||||
</p>
|
||||
<small>February 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/3ISirSzDBuxxzffS88WBUD">
|
||||
Big Mood Little Mood – with Daniel Lavery – on Chosen Family
|
||||
</a>
|
||||
</p>
|
||||
<small>June 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6xzKNRmHSephLvN6sd3zoa">
|
||||
Very Specific Interview with Sarah Miller – Cheese Trutherism
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6vk1L1l80L3JfXeO09kbxa">
|
||||
The Death Panel – Repro-Utopia – with Bea Adler-Bolton and Artie Vierkant
|
||||
</a>
|
||||
</p>
|
||||
<small>October 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0FYY7aOwJuD9QuBRbrCdD4">
|
||||
Town Hall Seattle – conversation with Kyla Schuller on The Trouble with White Women
|
||||
</a>
|
||||
</p>
|
||||
<small>January 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/1I6jlrd8HpE0FfgpNaVuKp">
|
||||
Podcast For Social Research – The End of Abortion
|
||||
</a>
|
||||
</p>
|
||||
<small>May 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0U5zOVFLMg3tjDqgtXZxC">
|
||||
Final Straw Radio – Abortion, Family, Queerness and Private Property
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/5JIi3sTs9VDzd51lkJM0Ks">
|
||||
The Heteropessimists – with Jennifer Hamilton – Domestic Ecologies and Family Abolition
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0fKazItDzaxzNgPKIDk4ti">
|
||||
The Death Panel podcast – Against Forced Life – with Bea and Artie
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/67OqB11o3UrbUL7Z6ak7kP">
|
||||
The Good Robot – with Kerry Mackereth and Eleanor Drage – on Technofeminisms
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6agw5WZ5PHTS8Nr4TRPZZw">
|
||||
Politics Theory Other – The overturning of Roe v. Wade
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://thefinalstrawradio.noblogs.org/post/2023/01/01/sophie-lewis-on-abolishing-the-family">
|
||||
The Final Straw Radio: Sophie Lewis on Abolishing the Family
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2018</small>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
172
content/courses(test).html
Normal file
172
content/courses(test).html
Normal file
@ -0,0 +1,172 @@
|
||||
---
|
||||
title: Audio
|
||||
---
|
||||
|
||||
<section id="audio-listing">
|
||||
<h1>Courses</h1>
|
||||
<ul class="audio-list">
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://thebrooklyninstitute.com/items/courses/new-york/ecofeminism-and-xenofeminism-an-introduction/">
|
||||
Ecofeminism and Xenofeminism
|
||||
</a>
|
||||
</p>
|
||||
<small>Saturday, 3:00-6:00pm ET </br>
|
||||
February 04 — February 25, 2023</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://thebrooklyninstitute.com/items/courses/new-york/ecofeminism-and-xenofeminism-2/">
|
||||
Ecofeminism and Xenofeminism (Sunday Section)
|
||||
</a>
|
||||
</p>
|
||||
<small>Sunday, 3:00-6:00pm ET <br>
|
||||
February 05 — February 26, 2023</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6g5Y1gEJRLYGbPJZdd86q0">
|
||||
Politics Theory Other podcast – Full Surrogacy Now: Feminism Against Family
|
||||
</a>
|
||||
</p>
|
||||
<small>January 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6eL0fe8J3bHmo6KuLxGYgP">
|
||||
LRB Bookshop Podcast with Joanna Biggs – Full Surrogacy Now
|
||||
</a>
|
||||
</p>
|
||||
<small>June 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0Y5KcMfWbSQMmmSaOHfOGS">
|
||||
The Dig podcast – with Daniel Denvir – Abolish the Family
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/1eFjuiB1ZITl3ILlBEwQjN">
|
||||
e-flux podcast – with Mariana Silva – Wages for Womb-Work
|
||||
</a>
|
||||
</p>
|
||||
<small>November 2019</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/4iuQbJOb0B82qfFpIIrozl">
|
||||
Against Everyone With Conner Habib – Families, Quarantines, Witches
|
||||
</a>
|
||||
</p>
|
||||
<small>April 2020</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/1Y0jZCWEeM4JnuQBC2dHTD">
|
||||
Rabbles Podcast – on Shulamith Firestone
|
||||
</a>
|
||||
</p>
|
||||
<small>February 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/3ISirSzDBuxxzffS88WBUD">
|
||||
Big Mood Little Mood – with Daniel Lavery – on Chosen Family
|
||||
</a>
|
||||
</p>
|
||||
<small>June 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6xzKNRmHSephLvN6sd3zoa">
|
||||
Very Specific Interview with Sarah Miller – Cheese Trutherism
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6vk1L1l80L3JfXeO09kbxa">
|
||||
The Death Panel – Repro-Utopia – with Bea Adler-Bolton and Artie Vierkant
|
||||
</a>
|
||||
</p>
|
||||
<small>October 2021</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0FYY7aOwJuD9QuBRbrCdD4">
|
||||
Town Hall Seattle – conversation with Kyla Schuller on The Trouble with White Women
|
||||
</a>
|
||||
</p>
|
||||
<small>January 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/1I6jlrd8HpE0FfgpNaVuKp">
|
||||
Podcast For Social Research – The End of Abortion
|
||||
</a>
|
||||
</p>
|
||||
<small>May 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0U5zOVFLMg3tjDqgtXZxC">
|
||||
Final Straw Radio – Abortion, Family, Queerness and Private Property
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/5JIi3sTs9VDzd51lkJM0Ks">
|
||||
The Heteropessimists – with Jennifer Hamilton – Domestic Ecologies and Family Abolition
|
||||
</a>
|
||||
</p>
|
||||
<small>July 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/0fKazItDzaxzNgPKIDk4ti">
|
||||
The Death Panel podcast – Against Forced Life – with Bea and Artie
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/67OqB11o3UrbUL7Z6ak7kP">
|
||||
The Good Robot – with Kerry Mackereth and Eleanor Drage – on Technofeminisms
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2022</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/6agw5WZ5PHTS8Nr4TRPZZw">
|
||||
Politics Theory Other – The overturning of Roe v. Wade
|
||||
</a>
|
||||
</p>
|
||||
<small>August 2022</small>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
77
content/events.html
Normal file
77
content/events.html
Normal file
@ -0,0 +1,77 @@
|
||||
---
|
||||
title: Events
|
||||
---
|
||||
|
||||
<section id="events-listing">
|
||||
<h1>Past Events</h1>
|
||||
<ul class="events-list">
|
||||
<li>
|
||||
<p class="event-title">
|
||||
<a href="https://events.cornell.edu/event/sophie_lewis_abolish_which_family_black_familiality_patriarchal_motherhood_and_the_communization_of_care">
|
||||
Abolish Which Family? Black Familiality, Patriarchal Motherhood, and the Communization of Care
|
||||
</a>
|
||||
- Cornell University
|
||||
</p>
|
||||
<small>1 March 2023</small>
|
||||
</li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Parapraxis seminar, online (Zoom) – with M.E. O’Brien</p>
|
||||
<small>28 Aug 2022 (Sun) – 1pm </small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family – Socialism conference, Chicago – with Rosie Warren</p>
|
||||
<small>4 Sep 2022 (Sun) – 7pm CST</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Lecture, CSWGS, Rice University, Houston, Texas (live-streamed)</p>
|
||||
<small>22 Sep 2022 (Thurs) – 5:30pm CST</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Lecture, Fisher Center, Hobart & William Smith Colleges, Geneva, NY</p>
|
||||
<small>28 Sep 2022 (Wed) – 7pm EST</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family launch – LRB Bookshop – with Lola Olufemi </p>
|
||||
<small>4 Oct 2022 (Tues) – 7pm</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Lecture on mothering against motherhood at Gropius Bau, Berlin</p>
|
||||
<small>7-8 Oct 2022 (Fri-Sat)</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family seminar, ISJPS, Sorbonne, Paris.</p>
|
||||
<small>14 Oct 2022 (Fri) – 2pm CET</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Jindřich Chalupecký Society (SJCH) curatorial collective, Display, Prague</p>
|
||||
<small>15-16 Oct 2022 (Sat-Sun)</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family launch discussion, Making Worlds bookstore, Philadelphia</p>
|
||||
<small> 29 October 2022, 7pm</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p>
|
||||
<small>16 November 2022, 4pm</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">University of Pittsburgh</p>
|
||||
<small>1 Dec 2022 (Thur)</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<p class="event-title">Diane di Prima and Acid Communism, Culture Nights at the Bishop Bar, Bloomington, Indiana</p>
|
||||
<small>7 December 2022, 5pm</small>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
27
content/online-course-offerings.md
Normal file
27
content/online-course-offerings.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "OnlineCourseOfferings"
|
||||
octo: octo-3.webp
|
||||
---
|
||||
|
||||
|
||||
# Courses
|
||||
|
||||
Check out my most recent short course offerings, online and open to all, at the [Brooklyn Institute for Social Research](https://thebrooklyninstitute.com/people/sophie-lewis/)
|
||||
|
||||
Courses I've taught in the 2020-2023 period have included:
|
||||
<div class="bulleted-list">
|
||||
|
||||
- [Transfeminism](https://thebrooklyninstitute.com/items/courses/new-york/trans-queer-woman-theory-and-politics-2/)
|
||||
- [Femonationalism](https://thebrooklyninstitute.com/items/courses/new-york/femonationalism/)
|
||||
- [Who is Feminism For?](https://thebrooklyninstitute.com/items/courses/new-york/who-is-feminism-for-2/)
|
||||
- [What is Family Abolition?](https://thebrooklyninstitute.com/items/courses/new-york/what-is-family-abolition-3/)
|
||||
- [Children's Liberation](https://thebrooklyninstitute.com/items/courses/new-york/childrens-liberation-autonomy-and-control/)
|
||||
- [Kathi Weeks: The Problem with Work](https://thebrooklyninstitute.com/items/courses/new-york/kathi-weeks-feminism-and-the-problem-with-work-2/)
|
||||
- [Shulamith Firestone: The Dialectic of Sex](https://thebrooklyninstitute.com/items/courses/new-york/shulamith-firestone-the-dialectic-of-sex-2/)
|
||||
- [Feminists Against Women: The Politics of Trans-Exclusionary Radical Feminism](https://thebrooklyninstitute.com/items/courses/new-york/feminists-against-women-the-politics-of-trans-exclusionary-radical-feminism-2/)
|
||||
- [Ecofeminism and Xenofeminism](https://thebrooklyninstitute.com/people/sophie-lewis/)
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
Enroll today!
|
@ -3,14 +3,29 @@ title: "Videos"
|
||||
octo: octo-5-edit.webp
|
||||
---
|
||||
|
||||
{{<youtube 6L8hDkaNg1A>}}
|
||||
|
||||
**CAPITALISM/SOCIALISM/DEMOCRACY - What Is Family Abolition? A Discussion with Sophie Lewis**
|
||||
|
||||
*Andrew Mitchell Center for The Study of Democracy, December 2022*
|
||||
|
||||
|
||||
---
|
||||
|
||||
{{<vimeo 685552243>}}
|
||||
|
||||
**What Goes Around Comes Around: Fleshy Toxicities Return Home as Kin**
|
||||
|
||||
*Bemis Center, Omaha, March 2022*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube -LgANX1CVso>}}
|
||||
|
||||
**Mothering Against the World**
|
||||
|
||||
*RIBOCA, June 4, 2020*
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
{{<vimeo 645538139>}}
|
||||
|
@ -1,88 +0,0 @@
|
||||
---
|
||||
title: "Writing"
|
||||
octo: octo-4.webp
|
||||
---
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="thead">BOOKS</td>
|
||||
<td class="book-cell">
|
||||
<div class="book-cover">
|
||||
<img src="/img/books/abolish-the-family.jpg" alt='Abolish the Family Cover'>
|
||||
</div>
|
||||
<p class="book-stats"><b>Abolish the Family: A Manifesto for Care and Liberation</b></p>
|
||||
<p class="book-stats"><i>Coming soon!</i></p>
|
||||
</td>
|
||||
<td class="book-cell">
|
||||
<div class="book-cover">
|
||||
<img src="/img/books/fsn-cover.jpg" alt='Full Surrogacy Now Cover'>
|
||||
<a href="/writing/full-surrogacy-now/">
|
||||
<p>
|
||||
DETAILS
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<p class="book-stats"><b>Full Surrogacy Now!</b></p>
|
||||
<p class="book-stats"><i>Published in May 2019</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="thead" rowspan=25>ESSAYS</td>
|
||||
<td><p>2021. <a href="https://lrb.co.uk/the-paper/v43/n22/sophie-lewis/shebeen-queens"><strong>Shebeen Queens</strong></a>, <em>LRB</em>, November 18.</p></td>
|
||||
</tr>
|
||||
<tr><td><p>2021. <a href="https://bostonreview.net/arts-society-gender-sexuality/sophie-lewis-how-domestic-labor-robs-women-their-love"><strong>How Domestic Labor Robs Women of Their Love</strong></a>, <em>Boston Review</em>, October 28.</p></td></tr>
|
||||
<tr><td><p>2021. <a href="https://www.thenation.com/article/society/shulamith-firestone-dialectic-sex/"><strong>Shulamith Firestone Wanted to Abolish Nature</strong></a>, <em>The Nation</em>, July 14.</p></p></td></tr>
|
||||
<tr><td><p>2021. <a href="https://www.dissentmagazine.org/article/the-family-lottery"><strong>The Family Lottery</strong></a>, <em>Dissent Magazine</em>, Summer issue.</p></p></td></tr>
|
||||
<tr><td><p>2021. <a href="https://nplusonemag.com/issue-39/reviews/my-octopus-girlfriend/"><strong>My Octopus Girlfriend</strong></a> (on erotophobia), <em>n+1 </em>magazine, Issue 39. </p></p></td></tr>
|
||||
<tr><td><p>2021. <a href="https://brand-new-life.org/b-n-l/low-tech-grassroots-ectogenesis/"><strong>Low-Tech Grassroots Ectogenesis</strong></a>, <em>brand new life</em> magazine, February 2.</p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://thebaffler.com/latest/utopia-no-lewis"><strong>Utopia, No</strong></a> (on <em>Entitled </em>by Kate Manne), <em>The Baffler</em>, November 19. </p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://www.e-flux.com/journal/111/343916/with-women-grieving-in-capitalist-time/"><strong>With-Women: Grieving in Capitalist Time</strong></a>, <em>e-flux </em>journal #111, September. </p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://maljournal.com/5/sex-negative/sophie-lewis/collective-turn-off/"><strong>Collective Turn-Off</strong></a>, <em>Mal Journal</em>, Issue 5 (“Sex-Negative”), August 14.</p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://salvage.zone/in-print/mothering-against-the-world-momrades-against-motherhood/"><strong>Mothering Against the World: Momrades Against Motherhood</strong></a>, <em>Salvage Quarterly</em>, September 18. </p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://uchri.org/foundry/houses-into-homes/"><strong>Houses Into Homes</strong></a>, <em>UCHRI</em>, Foundry “Boiling Point” series.</p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://www.dissentmagazine.org/article/grief-circling"><strong>Grief-Circling</strong></a>, <em>Dissent</em> magazine (Summer issue). </p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://www.thenation.com/article/society/family-covid-care-marriage/"><strong>Covid-19 Is Straining the Concept of the Family. Let’s Break It</strong></a><a href="https://www.thenation.com/article/society/family-covid-care-marriage/">,</a> <em>The Nation</em>, June 3.</p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://www.opendemocracy.net/en/oureconomy/coronavirus-crisis-shows-its-time-abolish-family/"><strong>The coronavirus crisis shows it's time to abolish the family</strong></a>, <em>openDemocracy</em>, March 24.</p></p></td></tr>
|
||||
<tr><td><p>2020. <a href="https://www.dissentmagazine.org/article/hello-to-my-haters-tucker-carlsons-mob-and-me"><strong>Hello to my Haters</strong></a><strong>: Tucker Carlson’s Mob and Me, </strong><em>Dissent</em> magazine, Winter issue. </p></p></td></tr>
|
||||
<tr><td><p>2019. <a href="http://www.thewhitereview.org/reviews/who-liberates-the-slaves/"><strong>Who Liberates the Slaves?</strong></a> (Review of <em>The Testaments </em>by Margaret Atwood.) <em>The White Review</em>, December 22. </p></p></td></tr>
|
||||
<tr><td><p>2019. <a href="https://communemag.com/the-satanic-death-cult-is-real/"><strong>The Satanic Death-Cult is Real</strong></a> – on familial trauma. <em>Commune </em>magazine, Issue IV, August 28.</p></p></td></tr>
|
||||
<tr><td><p>2019. <a href="https://logicmag.io/bodies/do-electric-sheep-dream-of-water-babies"><strong>Do Electric Sheep Dream of Water Babies?</strong></a> - on ectogenic bio-bags; <em>Logic </em>magazine. Issue 8.</p></p></td></tr>
|
||||
<tr><td><p>2019. ‘<a href="https://www.redpepper.org.uk/cyborg-sentiments/"><strong>Cyborg Sentiments</strong></a><a href="https://www.redpepper.org.uk/cyborg-sentiments/">’</a> – on xenofeminism. <em>Red Pepper </em>magazine. March 27.</p></p></td></tr>
|
||||
<tr><td><p>2019. ‘<a href="https://thenewinquiry.com/for-one-another/"><strong>For One Another</strong></a><a href="https://thenewinquiry.com/for-one-another/">’</a>, <em>The New Inquiry</em>. January 23.</p></p></td></tr>
|
||||
<tr><td><p>2018. ‘<a href="https://newsocialist.org.uk/labour-does-you-might-thinking-through-pregnancy-work-help-us-radicalise-politics-care/"><strong>Labor Does You</strong></a><a href="https://newsocialist.org.uk/labour-does-you-might-thinking-through-pregnancy-work-help-us-radicalise-politics-care/">’</a>: Might thinking through pregnancy as work help us radicalise the politics of care? <em>The New Socialist</em>. December 26.</p></p></td></tr>
|
||||
<tr><td><p>2018. ‘<a href="http://bostonreview.net/forum/all-reproduction-assisted/sophie-lewis-mothering"><strong>All Reproduction is Assisted</strong></a>.’ <em>Boston Review </em>| <em>The Once and Future Feminist</em>, ed. Merve Emre.</p></p></td></tr>
|
||||
<tr><td><p>2018. ‘<a href="https://www.versobooks.com/blogs/3654-gestators-of-all-genders-unite"><strong>Gestators of all Genders, Unite!</strong></a>’ – the Verso Books Blog. March 26.</p></p></td></tr>
|
||||
<tr><td><p>2018. ‘<a href="https://www.versobooks.com/blogs/3845-not-a-workplace-julie-bindel-and-the-school-of-wrong-abolitionism"><strong>Not a Workplace: Julie Bindel and the school of wrong abolitionism’</strong></a> – Verso Books Blog. May 24.</p></p></td></tr>
|
||||
<tr><td><p>2017. “<a href="http://viewpointmag.com/2017/05/08/cthulhu-plays-no-role-for-me"><strong>Cthulhu Plays No Role For Me</strong></a>” (on the oeuvre of Donna Haraway) – <em>Viewpoint</em>magazine, May 8.</p></p></td></tr>
|
||||
<tr><td><p>2017. ‘<a href="http://thenewinquiry.com/amniotechnics"><strong>Amniotechnics</strong></a>’ – on a watery politics of holding and letting go – <em>The New Inquiry</em>. January 25.</p></p></td></tr>
|
||||
<tr><td><p>2016. ‘<a href="https://salvage.zone/in-print/serf-n-terf-notes-on-some-bad-materialisms/"><strong>SERF ‘n’ TERF: Notes on some Bad Materialisms</strong></a>’ – <em>Salvage Quarterly</em>, vol. 5. February 6.</p></p></td></tr>
|
||||
<tr>
|
||||
<td rowspan=2 class="thead">COLLECTIVE WRITING</td>
|
||||
<td>
|
||||
<p><strong><a href="https://www.commonnotions.org/buy/hope-against-hopa">Hope Against Hope: Writings on Ecological Crisis</a></strong>, as part of ecological writing collective <em><a href="https://twitter.com/out_woods">Out of the Woods</a>.</p>
|
||||
<p><i>Published in June 2020</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>End/And: Feminization in Unending Times</a></b>, as part of feminist film criticism platform <em><a href="http://blindfieldjournal.com/">Blind Field: A Journal of Cultural Inquiry</a></em></p>
|
||||
<p><i>Published in 2017</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<td rowspan=2>TRANSLATIONS</td>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</i></p>
|
||||
</td>
|
||||
</tr>-->
|
||||
</tbody>
|
||||
</table>
|
195
content/writing/_index.md
Normal file
195
content/writing/_index.md
Normal file
@ -0,0 +1,195 @@
|
||||
---
|
||||
title: "Writing"
|
||||
octo: octo-4.webp
|
||||
essays:
|
||||
- title: Escape from Love Island
|
||||
url: https://www.lrb.co.uk/blog/2023/january/escape-from-love-island"
|
||||
publication: LRB Blog
|
||||
year: 2023
|
||||
date: January 2023
|
||||
- title: On Non-Reparative Mothering
|
||||
url: https://www.berlinerfestspiele.de/en/gropiusbau/programm/2022/yoyi-care-repair-heal/yoyi!-magazin/reprints/sophie-lewis-on-non-reparative-mothering.html
|
||||
publication: YOYI! magazine
|
||||
year: 2023
|
||||
date: January 2023
|
||||
- title: Auto-Analysis
|
||||
url: https://www.parapraxismagazine.com/articles/autoanalysis-caren-allstrich
|
||||
publication: Parapraxis Magazine
|
||||
year: 2022
|
||||
date: December 2022
|
||||
- title: Abortion Involves Killing - And That's OK!
|
||||
url: "https://www.thenation.com/article/society/abortion-ethics-gestation-reproduction/"
|
||||
publication: The Nation
|
||||
year: 2022
|
||||
date: June 22
|
||||
- title: "Free Anthrogenesis: Antiwork Abortion"
|
||||
url: https://salvage.zone/free-anthrogenesis-antiwork-abortion/
|
||||
publication: Salvage
|
||||
year: 2022
|
||||
date: June 1
|
||||
- title: A Woman is a Woman? Lillian Faderman's Selective Histories
|
||||
url: https://salvage.zone/free-anthrogenesis-antiwork-abortion/
|
||||
publication: The Baffler
|
||||
year: 2022
|
||||
date: March edition
|
||||
- title: "Mothering against motherhood: doula work, xenohospitality and the idea of the momrades"
|
||||
url: http://doi.org/10.1177/14647001211059520
|
||||
publication: Feminist Theory
|
||||
year: 2022
|
||||
date: January 10
|
||||
- title: Shebeen Queens
|
||||
url: https://lrb.co.uk/the-paper/v43/n22/sophie-lewis/shebeen-queens
|
||||
publication: LRB
|
||||
year: 2021
|
||||
date: November 18
|
||||
- title: How Domestic Labor Robs Women of Their Love
|
||||
url: https://bostonreview.net/arts-society-gender-sexuality/sophie-lewis-how-domestic-labor-robs-women-their-love
|
||||
publication: Boston Review
|
||||
year: 2021
|
||||
date: October 28
|
||||
- title: Shulamith Firestone Wanted to Abolish Nature
|
||||
url: https://www.thenation.com/article/society/shulamith-firestone-dialectic-sex/
|
||||
publication: The Nation
|
||||
year: 2021
|
||||
date: July 14
|
||||
- title: The Family Lottery
|
||||
url: https://www.dissentmagazine.org/article/
|
||||
publication: Dissent Magazine
|
||||
year: 2021
|
||||
date: Summer issue
|
||||
- title: My Octopus Girlfriend (on erotophobia)
|
||||
url: https://www.dissentmagazine.org/article/
|
||||
publication: n+1 magazine
|
||||
year: 2021
|
||||
date: Issue 39
|
||||
- title: Low-Tech Grassroots Ectogenesis
|
||||
url: https://brand-new-life.org/b-n-l/low-tech-grassroots-ectogenesis/
|
||||
publication: brand new life magazine
|
||||
year: 2021
|
||||
date: February 2
|
||||
- title: Utopia, No (on Entitled by Kate Manne)
|
||||
url: https://thebaffler.com/latest/utopia-no-lewis
|
||||
publication: The Baffler
|
||||
year: 2020
|
||||
date: November 19
|
||||
- title: "With-Women: Grieving in Capitalist Time"
|
||||
url: https://www.e-flux.com/journal/111/343916/with-women-grieving-in-capitalist-time/
|
||||
publication: e-flux journal
|
||||
year: 2020
|
||||
date: "#111, September"
|
||||
- title: Collective Turn-Off
|
||||
url: https://maljournal.com/5/sex-negative/sophie-lewis/collective-turn-off/
|
||||
publication: Mal Journal
|
||||
year: 2020
|
||||
date: "Issue 5 (“Sex-Negative”), August 14"
|
||||
- title: "Mothering Against the World: Momrades Against Motherhood"
|
||||
url: https://salvage.zone/in-print/mothering-against-the-world-momrades-against-motherhood/
|
||||
publication: Salvage Quarterly
|
||||
year: 2020
|
||||
date: September 18
|
||||
- title: Houses Into Homes
|
||||
url: https://uchri.org/foundry/houses-into-homes/
|
||||
publication: UCHRI
|
||||
year: 2020
|
||||
date: Foundry “Boiling Point” series
|
||||
- title: Grief-Circling
|
||||
url: https://www.thenation.com/article/society/family-covid-care-marriage/
|
||||
publication: Dissent magazine
|
||||
year: 2020
|
||||
date: (Summer issue)
|
||||
- title: Covid-19 Is Straining the Concept of the Family. Let’s Break It
|
||||
url: https://www.thenation.com/article/society/family-covid-care-marriage/
|
||||
publication: The Nation
|
||||
year: 2020
|
||||
date: June 3
|
||||
- title: The coronavirus crisis shows it's time to abolish the family
|
||||
url: https://www.opendemocracy.net/en/oureconomy/coronavirus-crisis-shows-its-time-abolish-family/
|
||||
publication: openDemocracy
|
||||
year: 2020
|
||||
date: March 24
|
||||
- title: "Hello to my Haters: Tucker Carlson’s Mob and Me"
|
||||
url: https://www.dissentmagazine.org/article/hello-to-my-haters-tucker-carlsons-mob-and-me
|
||||
publication: Dissent magazine
|
||||
year: 2020
|
||||
date: Winter issue
|
||||
- title: "Who Liberates the Slaves? (Review of The Testaments by Margaret Atwood)"
|
||||
url: http://www.thewhitereview.org/reviews/who-liberates-the-slaves/hello-to-my-haters-tucker-carlsons-mob-and-me
|
||||
publication: The White Review
|
||||
year: 2019
|
||||
date: December 22
|
||||
- title: The Satanic Death-Cult is Real – on familial trauma
|
||||
url: https://communemag.com/the-satanic-death-cult-is-real/
|
||||
publication: Commune magazine
|
||||
year: 2019
|
||||
date: Issue IV, August 28
|
||||
- title: Do Electric Sheep Dream of Water Babies? - on ectogenic bio-bags
|
||||
url: https://logicmag.io/bodies/do-electric-sheep-dream-of-water-babies
|
||||
publication: Logic magazine
|
||||
year: 2019
|
||||
date: Issue 8
|
||||
- title: Cyborg Sentiments – on xenofeminism
|
||||
url: https://www.redpepper.org.uk/cyborg-sentiments/
|
||||
publication: Red Pepper magazine
|
||||
year: 2019
|
||||
date: March 27
|
||||
- title: For One Another
|
||||
url: https://thenewinquiry.com/for-one-another/
|
||||
publication: The New Inquiry
|
||||
year: 2019
|
||||
date: January 23
|
||||
- title: "‘Labor Does You’: Might thinking through pregnancy as work help us radicalise the politics of care?"
|
||||
url: https://thenewinquiry.com/for-one-another/
|
||||
publication: The New Inquiry
|
||||
year: 2018
|
||||
date: January 23
|
||||
- title: All Reproduction is Assisted
|
||||
url: http://bostonreview.net/forum/all-reproduction-assisted/sophie-lewis-mothering
|
||||
publication: Boston Review | The Once and Future Feminist, ed. Merve Emre
|
||||
year: 2018
|
||||
- title: Gestators of all Genders, Unite!
|
||||
url: https://www.versobooks.com/blogs/3654-gestators-of-all-genders-unite
|
||||
publication: Verso Books Blog
|
||||
year: 2018
|
||||
date: March 26
|
||||
- title: "Not a Workplace: Julie Bindel and the school of wrong abolitionism"
|
||||
url: https://www.versobooks.com/blogs/3845-not-a-workplace-julie-bindel-and-the-school-of-wrong-abolitionism
|
||||
publication: Verso Books Blog
|
||||
year: 2018
|
||||
date: May 24
|
||||
- title: "“Cthulhu Plays No Role For Me” (on the oeuvre of Donna Haraway)"
|
||||
url: http://viewpointmag.com/2017/05/08/cthulhu-plays-no-role-for-me
|
||||
publication: Viewpoint magazine
|
||||
year: 2017
|
||||
date: May 8
|
||||
- title: "‘Amniotechnics’ – on a watery politics of holding and letting go"
|
||||
url: http://thenewinquiry.com/amniotechnics
|
||||
publication: The New Inquiry
|
||||
year: 2017
|
||||
date: January 25
|
||||
- title: "SERF ‘n’ TERF: Notes on some Bad Materialisms"
|
||||
url: https://salvage.zone/in-print/serf-n-terf-notes-on-some-bad-materialisms/
|
||||
publication: Salvage Quarterly
|
||||
year: 2017
|
||||
date: vol. 5. February 6
|
||||
books:
|
||||
- title: "Abolish the Family: A Manifesto for Care and Liberation"
|
||||
path: /writing/abolish-the-family
|
||||
imgsrc: /img/books/abolish-the-family.jpg
|
||||
body: Published in October 2022
|
||||
- title: "Full Surrogacy Now"
|
||||
path: /writing/full-surrogacy-now/
|
||||
imgsrc: /img/books/fsn-cover.jpg
|
||||
body: Published in May 2019
|
||||
collective:
|
||||
- title: "Hope Against Hope: Writings on Ecological Crisis"
|
||||
url: https://www.commonnotions.org/buy/hope-against-hopa
|
||||
blurb: as part of ecological writing collective
|
||||
publication: Out of the Woods
|
||||
puburl: https://twitter.com/out_woods
|
||||
year: 2020
|
||||
- title: "End/And: Feminization in Unending Times"
|
||||
blurb: as part of feminist film criticism platform
|
||||
publication: "Blind Field: A Journal of Cultural Inquiry"
|
||||
puburl: http://blindfieldjournal.com/
|
||||
year: 2017
|
||||
---
|
52
content/writing/abolish-the-family.html
Normal file
52
content/writing/abolish-the-family.html
Normal file
@ -0,0 +1,52 @@
|
||||
---
|
||||
title: abolish-the-family
|
||||
---
|
||||
|
||||
<div id="abolish-the-family">
|
||||
<div class="column is-three-fifths">
|
||||
<div class="book-cover has-text-centered">
|
||||
<h1 class="red-text">Abolish The Family: A Manifesto For Care And Liberation</h1><br>
|
||||
<img class="medium" src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover">
|
||||
<p class="book-stats"><a class="order-link red-text" href="https://versobooks.com/books/4075-abolish-the-family">Order now</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="red_text">
|
||||
<section id="reviews">
|
||||
<h1 class="red-text">Reviews</h1>
|
||||
<a href="https://www.publishersweekly.com/9781839767197" target="_blank"><b>"Lewis builds a harsh yet well-grounded portrait of familial dysfunction. This provocation stings."</b></a>
|
||||
<p>Publisher's Weekly</p>
|
||||
|
||||
<a href="https://www.newstatesman.com/international-politics/ideas-international-politics/2022/09/abolish-family" target="_blank"><b>"Family is a terrible way to satisfy our desire for love and care, according to the writer and academic Sophie Lewis. The solution? Abolish it."</b></a>
|
||||
<p>Erin Maglaque</p>
|
||||
</section>
|
||||
|
||||
<hr />
|
||||
<section class="testimonials">
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“I am consistently dazzled by Sophie Lewis's work, which is both intellectually capacious and heart-expanding. Abolish the Family is a liberatory demand and a world-making project proposed here with revolutionary love and inimitable style. Without fail, Lewis clarifies, disrupts and inspires.”
|
||||
</p>
|
||||
<p class="testimonial-author">Natasha Lennard, <i>Being Numerous: Essays on Non-Fascist Life</i></p>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“The idea of family abolition tends to provoke skeptical reactions: Can't families be a source of solidarity? Without families, who would we count on when things get tough? Shouldn't we protect vulnerable families, ostracized families, separated families? Sophie Lewis faces up to the hard questions without flinching, while ultimately steering us towards different ones: How else could we live, and who else could we be? Abolish the Family is a rigorously utopian, radically compassionate, unapologetically revolutionary manifesto, by equal parts thrilling and sobering. We all deserve better than the family, Lewis argues, and it’s up to all of us to build new forms of solidarity and care that reach beyond biology or even kin, even if we don’t know quite what they’ll look like. Abolish the Family will make you want to find out.”
|
||||
</p>
|
||||
<p class="testimonial-author">Alyssa Battistoni</p>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“Sharp, engaging, and bursting with intellectual energy, Abolish the Family is a triumph. Whether you come to this book as a critic of The Family or as its most ardent supporter, you're sure to find something within its pages to move, challenge, or provoke you. It's a joy to read, and I cannot recommend it highly enough.'”
|
||||
</p>
|
||||
<p class="testimonial-author">Helen Hester, <i>Xenofeminism</i></p>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“Sophie Lewis once again shines forth as one of the boldest thinkers of our current moment with this highly anticipated sequel to her groundbreaking Full Surrogacy Now. How might we understand caring, sharing, and loving outside the concept of kinship? In this energizing little book - part history and critical analysis, part manifesto — Lewis helps us understand family abolition as world-making rather than as a subtraction of infrastructure, and she does so with remarkable clarity, precision, and wit.”
|
||||
</p>
|
||||
<p class="testimonial-author">Sianne Ngai, <i>Theory of the Gimmick</i></p>
|
||||
</article>
|
16
layouts/partials/accordion-script.html
Normal file
16
layouts/partials/accordion-script.html
Normal file
@ -0,0 +1,16 @@
|
||||
<script>
|
||||
var acc = document.getElementsByClassName("accordion");
|
||||
var i;
|
||||
|
||||
for (i = 0; i < acc.length; i++) {
|
||||
acc[i].addEventListener("click", function() {
|
||||
this.classList.toggle("active");
|
||||
var panel = this.nextElementSibling;
|
||||
if (panel.style.maxHeight) {
|
||||
panel.style.maxHeight = null;
|
||||
} else {
|
||||
panel.style.maxHeight = panel.scrollHeight + "px";
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
23
layouts/partials/books-section.html
Normal file
23
layouts/partials/books-section.html
Normal file
@ -0,0 +1,23 @@
|
||||
<div id="books-section" class="columns">
|
||||
<div class="column is-one-fifth">
|
||||
<div class="thead">BOOKS</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="columns">
|
||||
{{ range .Params.Books }}
|
||||
<div class="column is-half">
|
||||
<div class="book-cell">
|
||||
<h3>{{ .title }}</h3><br>
|
||||
<div class="book-cover">
|
||||
<a href={{ .path }}>
|
||||
<img src={{ .imgsrc }} alt={{ .title }}>
|
||||
</a>
|
||||
</div>
|
||||
<p class="book-blurb"><b>{{ .body }}</b></p>
|
||||
<p class="book-detail"><a href={{ .path }}>Details</a></p>
|
||||
</div>
|
||||
</div>
|
||||
{{ end}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
20
layouts/partials/collective-accordion.html
Normal file
20
layouts/partials/collective-accordion.html
Normal file
@ -0,0 +1,20 @@
|
||||
<div class="level accordion">
|
||||
<div class="level-left">
|
||||
<div class="level-item">{{ .year }}</div>
|
||||
</div>
|
||||
<div class="level-right">
|
||||
<div class="level-item">
|
||||
<span class="icon">
|
||||
<i class="fa-sharp fa-solid fa-circle-arrow-down"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="acc-panel">
|
||||
<div class="acc-panel-content">
|
||||
{{ range where .collective "year" .year }}
|
||||
<p><a href={{ .url }}>{{ .title}}</a>, {{ .blurb }} <a
|
||||
href={{ .puburl}}>{{ .publication }}</a>.</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
12
layouts/partials/collective-section.html
Normal file
12
layouts/partials/collective-section.html
Normal file
@ -0,0 +1,12 @@
|
||||
<div class="writing-section">
|
||||
<div class="columns">
|
||||
<div class="column is-one-fifth">
|
||||
|
||||
<div class="thead">COLLECTIVE WRITING</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
{{ partial "collective-accordion" (dict "collective" .Params.Collective "year" 2020)}}
|
||||
{{ partial "collective-accordion" (dict "collective" .Params.Collective "year" 2017)}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
19
layouts/partials/essay-accordion.html
Normal file
19
layouts/partials/essay-accordion.html
Normal file
@ -0,0 +1,19 @@
|
||||
<div class="level accordion">
|
||||
<div class="level-left">
|
||||
<div class="level-item">{{ .year }}</div>
|
||||
</div>
|
||||
<div class="level-right">
|
||||
<div class="level-item">
|
||||
<span class="icon">
|
||||
<i class="fa-sharp fa-solid fa-circle-arrow-down"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="acc-panel">
|
||||
<div class="acc-panel-content">
|
||||
{{ range where .essays "year" .year }}
|
||||
<p><a href={{ .url }}>{{ .title }}</a>, {{ .publication }}, {{ .date }}.</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
16
layouts/partials/essay-section.html
Normal file
16
layouts/partials/essay-section.html
Normal file
@ -0,0 +1,16 @@
|
||||
<div class="writing-section">
|
||||
<div class="columns">
|
||||
<div class="column is-one-fifth" >
|
||||
<div class="thead">ESSAYS</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2023)}}
|
||||
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2022)}}
|
||||
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2021)}}
|
||||
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2020)}}
|
||||
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2019)}}
|
||||
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2018)}}
|
||||
{{ partial "essay-accordion" (dict "essays" .Params.Essays "year" 2017)}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
16
layouts/partials/head.html
Normal file
16
layouts/partials/head.html
Normal file
@ -0,0 +1,16 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ $title := print .Site.Title " | " .Title }}
|
||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||||
{{/* scss compiling */}}
|
||||
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
|
||||
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
<link href='{{ $style.RelPermalink }}' rel="stylesheet">
|
||||
<title>{{ $title }}</title>
|
||||
{{- partial "octocss.html" . -}}
|
||||
{{ if eq .Title "Writing" }}
|
||||
{{ partial "writing-head"}}
|
||||
{{ end }}
|
||||
</head>
|
83
layouts/partials/writing-head.html
Normal file
83
layouts/partials/writing-head.html
Normal file
@ -0,0 +1,83 @@
|
||||
<style>
|
||||
.accordion {
|
||||
cursor: pointer;
|
||||
margin-bottom: 0 !important;
|
||||
padding: 8px 0 8px 0;
|
||||
}
|
||||
|
||||
.acc-panel {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.2s ease-out;
|
||||
border-bottom: 1px solid;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.acc-panel-content {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.acc-panel p{
|
||||
padding-bottom: 8px;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
}
|
||||
.acc-panel a {
|
||||
color: #0C84DC;
|
||||
text-decoration: underline;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#writing-page .thead {
|
||||
font-family: IBMPlexSans, sans-serif;
|
||||
}
|
||||
|
||||
.accordion .level-item {
|
||||
font-family: IBMPlexSans, sans-serif;
|
||||
}
|
||||
|
||||
.accordion .icon {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.writing-section {
|
||||
padding-bottom: 64px;
|
||||
}
|
||||
|
||||
#books-section {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
#books-section h3 {
|
||||
font-size: 21px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
height: 7rem;
|
||||
}
|
||||
|
||||
.book-cell {
|
||||
font-family: IBMPlexMono, monospace;
|
||||
text-align: center;
|
||||
}
|
||||
.book-cover img {
|
||||
max-width: 140px;
|
||||
}
|
||||
|
||||
.book-blurb {
|
||||
font-family: IBMPlexMono, monospace;
|
||||
font-size: 12px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.book-detail {
|
||||
font-family: IBMPlexMono, monospace;
|
||||
font-size: 18px;
|
||||
padding-top: 10px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.book-detail a {
|
||||
color: #000;
|
||||
}
|
||||
</style>
|
||||
<script src="https://kit.fontawesome.com/a42e899e51.js" crossorigin="anonymous"></script>
|
10
layouts/writing/list.html
Normal file
10
layouts/writing/list.html
Normal file
@ -0,0 +1,10 @@
|
||||
{{ define "main"}}
|
||||
<div id="writing-page" class="section writing">
|
||||
<div>
|
||||
{{ partial "essay-section" . }}
|
||||
{{ partial "books-section" . }}
|
||||
{{ partial "collective-section" . }}
|
||||
{{ partial "accordion-script"}}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
{"Target":"css/style.css","MediaType":"text/css","Data":{}}
|
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
BIN
static/img/separator.jpg
Normal file
BIN
static/img/separator.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -1,7 +1,7 @@
|
||||
@mixin define-font-family($name, $weight, $style, $filename) {
|
||||
font-family: $name;
|
||||
|
||||
src:
|
||||
src:
|
||||
url("../font/woff2/#{$filename}") format("woff2"),
|
||||
url("../font/ttf/#{$filename}") format("ttf");
|
||||
font-weight: $weight;
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
$sans_font: IBMPlexSans;
|
||||
$serif_font: IBMPlexSerif;
|
||||
$mono_font: IBMPlexMono;
|
||||
|
||||
@font-face {
|
||||
@include define-font-family($sans_font, normal, italic, 'IBMPlexSans-Italic.woff2')
|
||||
@ -40,3 +41,9 @@ $serif_font: IBMPlexSerif;
|
||||
@font-face {
|
||||
@include define-font-family($serif_font, lighter, italic, 'IBMPlexSerif-LightItalic.woff2')
|
||||
}
|
||||
@font-face {
|
||||
@include define-font-family($mono_font, normal, null, 'IBMPlexMono-Regular.woff2')
|
||||
}
|
||||
@font-face {
|
||||
@include define-font-family($mono_font, 700, null, 'IBMPlexMono-Medium.woff2')
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
$section-padding: 1rem 0rem;
|
||||
$section-padding: 1rem 0rem;
|
||||
$section-padding-desktop: $section-padding;
|
||||
$section-padding-large: $section-padding;
|
||||
|
||||
@ -12,6 +12,21 @@ $text-colour: #1F1F1F;
|
||||
|
||||
body {
|
||||
color: $text-colour;
|
||||
font-family: $serif_font;
|
||||
line-height: 1.7;
|
||||
|
||||
h1{
|
||||
font-family: $mono_font;
|
||||
font-size: 21px;
|
||||
|
||||
.red-text{
|
||||
color: #eb2b2b;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.red-text{
|
||||
color: #eb2b2b;
|
||||
}
|
||||
|
||||
$hr-width: 0.15rem;
|
||||
@ -19,6 +34,10 @@ $hr-color: $gray;
|
||||
hr {
|
||||
background-color: $hr-color;
|
||||
height: $hr-width;
|
||||
|
||||
.red {
|
||||
background-color: #eb2b2b;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs.tabs {
|
||||
@ -30,7 +49,8 @@ hr {
|
||||
}
|
||||
a {
|
||||
padding: 0.5rem 0;
|
||||
font-size: 1.3rem;
|
||||
font-size: 13px;
|
||||
text-decoration: underline;
|
||||
@media (max-width: 480px) { font-size: 1.1rem; }
|
||||
color: $text-colour;
|
||||
border-bottom-color: $hr-color;
|
||||
@ -39,24 +59,50 @@ hr {
|
||||
border-bottom-color: $hr-color;
|
||||
}
|
||||
}
|
||||
|
||||
padding: 0.8rem 0;
|
||||
.is-active a {
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
color: $text-colour;
|
||||
border-bottom-color: $hr-color;
|
||||
}
|
||||
}
|
||||
|
||||
// adding styles to make navigation fit on mobile
|
||||
@media (max-width: 480px) {
|
||||
nav {
|
||||
.tabs {
|
||||
display: initial;
|
||||
ul {
|
||||
border-bottom: none;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
li a { border-bottom: none;}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.is-size-0 {
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
||||
.is-size-0-1 {
|
||||
font-size: 57px;
|
||||
}
|
||||
|
||||
.header .hero-body {
|
||||
padding-left: 0px !important;
|
||||
padding-top: 8em;
|
||||
}
|
||||
|
||||
.button-book {
|
||||
background-color: #eb2b2b;
|
||||
color: white;
|
||||
float: right;
|
||||
font-family: $mono_font;
|
||||
}
|
||||
|
||||
#content {
|
||||
font-size: 1.1rem;
|
||||
strong,i,b,em {
|
||||
@ -64,7 +110,7 @@ hr {
|
||||
}
|
||||
em {
|
||||
font-style: italic;
|
||||
font-weight: lighter !important;
|
||||
font-weight: lighter !important;
|
||||
|
||||
}
|
||||
table {
|
||||
@ -73,7 +119,7 @@ hr {
|
||||
p {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
@ -100,18 +146,18 @@ hr {
|
||||
}
|
||||
}
|
||||
&:not(.videos) p {
|
||||
padding-bottom: 2rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
&.index {
|
||||
p {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
&.getintouch p {
|
||||
// &.index {
|
||||
// p {
|
||||
// padding-bottom: 2rem;
|
||||
// }
|
||||
// }
|
||||
&.getintouch p {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.contact {
|
||||
p {
|
||||
p {
|
||||
font-family: $sans_font;
|
||||
}
|
||||
.contact_text {
|
||||
@ -121,11 +167,12 @@ hr {
|
||||
}
|
||||
&.writing {
|
||||
img {
|
||||
margin-bottom: 0.75em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.book-cell {
|
||||
padding-right: 2em;
|
||||
justify-content: right;
|
||||
}
|
||||
|
||||
.book-cover {
|
||||
@ -154,15 +201,38 @@ hr {
|
||||
.book-stats {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.flex-row-books {
|
||||
display: flex;
|
||||
.thead {
|
||||
justify-content: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.writing-section {
|
||||
.thead {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.small-cover {
|
||||
float: left;
|
||||
// float: left;
|
||||
margin-right: 1rem;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.small{
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.medium {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
clear: both;
|
||||
}
|
||||
@ -178,20 +248,25 @@ hr {
|
||||
}
|
||||
|
||||
#content-column {
|
||||
@media all and (max-width: 1216px) {
|
||||
padding: 0 2rem;
|
||||
@media all and (max-width: 1216px) {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
@media all and (min-width: 1408px) {
|
||||
@media all and (min-width: 1408px) {
|
||||
padding-right: 6.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: $serif_font;
|
||||
font-style: italic;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.site-title {
|
||||
@media (max-width: 786px) {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-family: $sans_font;
|
||||
font-weight: 200;
|
||||
@ -204,9 +279,22 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.no-underline {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: $mono_font;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
nav,footer {
|
||||
font-family: $sans_font;
|
||||
font-style: italic;
|
||||
//font-style: italic;
|
||||
}
|
||||
|
||||
.cv-entry {
|
||||
@ -238,3 +326,128 @@ footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* EVENTS PAGE STYLES
|
||||
====================== */
|
||||
|
||||
#events-listing {
|
||||
h1 {
|
||||
margin-bottom: 1em;
|
||||
font-weight: 600;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.events-list {
|
||||
|
||||
li {
|
||||
margin-bottom: 1rem;
|
||||
&.past-event { opacity: 0.5; }
|
||||
|
||||
.event-title {
|
||||
padding-bottom: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
small { font-weight: normal;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ABOLISH THE FAMILY STYLES
|
||||
============================= */
|
||||
#abolish-the-family {
|
||||
// padding-top: 1rem;
|
||||
// @media (max-width: 480px) { padding-top: 2rem; }
|
||||
// @media (max-width: 480px) { border-top: 1px solid; }
|
||||
background-color: #fff5f5;
|
||||
|
||||
.book-cell {
|
||||
h1{
|
||||
text-align: center;
|
||||
color: #eb2b2b;
|
||||
|
||||
}
|
||||
|
||||
.book-cover { margin-top: 2em; }
|
||||
|
||||
.order-link {
|
||||
text-decoration: underline;
|
||||
font-size: 1.2rem;
|
||||
color: #eb2b2b;
|
||||
text-align: center;
|
||||
//display: inline-block;
|
||||
@media (max-width: 480px) { padding-top: 1em; }
|
||||
}
|
||||
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#reviews {
|
||||
margin-bottom: 2rem;
|
||||
h2 {
|
||||
font-family: 'IBM Plex Serif', sans-serif;
|
||||
font-size: 2rem;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding-left: 1.5rem;
|
||||
li::marker { font-family: 'IBM Plex Serif', sans-serif; }
|
||||
}
|
||||
}
|
||||
|
||||
.testimonial-card {
|
||||
font-family: $mono_font;
|
||||
font-size: 16px;
|
||||
text-transform: capitalize;
|
||||
font-weight: bold;
|
||||
border: 1px solid;
|
||||
color: #eb2b2b;
|
||||
padding: 1em;
|
||||
margin-bottom: 2rem;
|
||||
.testimonial-author {
|
||||
font-weight: normal;
|
||||
font-family: $serif_font;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* AUDIO PAGE STYLES
|
||||
============================= */
|
||||
#audio-listing {
|
||||
@media (max-width: 480px) { padding-top: 3rem; }
|
||||
@media (max-width: 480px) { border-top: 1px solid; }
|
||||
|
||||
h1 {
|
||||
font-family: $mono_font;
|
||||
font-size: 21px;
|
||||
margin-bottom: 1em;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.audio-list {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
li {
|
||||
margin-bottom: 2rem;
|
||||
|
||||
p {
|
||||
padding-bottom: 0;
|
||||
|
||||
a{
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
small { font-weight: normal;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bulleted-list,
|
||||
.bulleted-list ul {
|
||||
margin-left: .75rem;
|
||||
list-style-type: square;
|
||||
}
|
@ -1,18 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
<div class="columns">
|
||||
<div class="column is-3-fullhd is-1-widescreen is-hidden-touch is-hidden-desktop-only"></div>
|
||||
<div id="content-column" class="column is-5-widescreen is-8-desktop">
|
||||
{{- partial "header.html" . -}}
|
||||
{{- partial "nav.html" . -}}
|
||||
{{- block "main" . }}{{- end }}
|
||||
{{- partial "footer.html" . -}}
|
||||
{{ $content_class := $.Page.Params.title | lower }}
|
||||
{{ if eq (.Title | lower) "abolish-the-family" }}
|
||||
<body id="abolish-the-family">
|
||||
{{else}}
|
||||
<body>
|
||||
{{end}}
|
||||
<div class="columns">
|
||||
<div class="column is-3-fullhd is-1-widescreen is-hidden-touch is-hidden-desktop-only"></div>
|
||||
<div id="content-column" class="column is-6-widescreen is-8-desktop">
|
||||
{{- partial "header.html" . -}}
|
||||
{{- partial "nav.html" . -}}
|
||||
{{- block "main" . }}{{- end }}
|
||||
{{- partial "footer.html" . -}}
|
||||
</div>
|
||||
<div id="octopus" class="column is-4-widescreen is-4-desktop is-hidden-touch ">
|
||||
{{- block "octo" . }}{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
<div id="octopus" class="column is-4-widescreen is-4-desktop is-hidden-touch ">
|
||||
{{- block "octo" . }}{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,11 +1,10 @@
|
||||
{{ define "main" }}
|
||||
{{ $content_class := $.Page.Params.title | lower }}
|
||||
{{ if eq (.Title | lower) "about" }}
|
||||
<div class="columns">
|
||||
<div class="column is-one-third">
|
||||
<div class="headshot">
|
||||
{{ $img := relURL "img/headshot_example.png" }}
|
||||
{{ if isset $.Site.Params.about "headshot" }}
|
||||
{{ $img := relURL "img/headshot_example.png" }}
|
||||
{{ if isset $.Site.Params.about "headshot" }}
|
||||
{{ if fileExists ( printf "static/img/%s" $.Site.Params.about.headshot ) }}
|
||||
{{ $img := relURL ( printf "img/%s" $.Site.Params.about.headshot )}}
|
||||
<img src='{{ $img }}'>
|
||||
@ -17,11 +16,8 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div id="content" class='section {{ $content_class }}'>
|
||||
{{.Content}}
|
||||
</div>
|
||||
</div>
|
||||
<div id="content" class='section {{ $content_class }}'>
|
||||
{{.Content}}
|
||||
</div>
|
||||
{{ else }}
|
||||
<div id="content" class='section {{ $content_class }}'>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<hr>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<div>FIND ME AT</div>
|
||||
<!--<div>FIND ME AT</div>-->
|
||||
<div class="social-circles">
|
||||
{{ if isset $.Site.Params.social "twitter" }}
|
||||
{{- partial "social-circles/twitter.html" . -}}
|
||||
|
@ -9,5 +9,5 @@
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
<link href='{{ $style.RelPermalink }}' rel="stylesheet">
|
||||
<title>{{ $title }}</title>
|
||||
{{- partial "octocss.html" . -}}
|
||||
<!--{{- partial "octocss.html" . -}}-->
|
||||
</head>
|
||||
|
@ -1,12 +1,14 @@
|
||||
<div class="hero header octopus-mobile">
|
||||
<div class="hero-body">
|
||||
<a href="/">
|
||||
<p class="title is-size-0">
|
||||
{{ $content_class := $.Page.Params.title | lower }}
|
||||
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
||||
<a class="no-underline" href="/">
|
||||
<p class="site-title title is-size-0-1">
|
||||
{{ site.Params.header.name }}
|
||||
</p>
|
||||
<p class="subtitle is-size-4">
|
||||
<p class="subtitle is-size-6">
|
||||
{{ site.Params.header.subtitle }}
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,19 +1,15 @@
|
||||
<nav>
|
||||
<div class="tabs is-fullwidth nav-tabs is-italic is-uppercase">
|
||||
<div class="tabs is-fullwidth nav-tabs is-uppercase">
|
||||
<ul>
|
||||
<li{{ if eq $.Page.Params.Title "index" }} class="is-active"{{ end }}><a href="/">Home</a></li>
|
||||
{{ range $nav_tab := site.Params.navbar }}
|
||||
{{ $nav_title := replace $nav_tab "-" " " | title }}
|
||||
{{ if eq $.Page.Params.title $nav_title }}
|
||||
<li class="is-active"><a href="/{{$nav_tab}}">{{ $nav_title }}</a></li>
|
||||
{{ else }}
|
||||
{{else}}
|
||||
<li><a href="/{{$nav_tab}}">{{ $nav_title }}</a></li>
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
{{/* <li><a>About</a></li>
|
||||
<li><a>Writing</a></li>
|
||||
<li><a>Videos</a></li>
|
||||
<li><a>Get In Touch</a></li> */}}
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Bold.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Bold.ttf
Normal file
Binary file not shown.
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf
Normal file
Binary file not shown.
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf
Normal file
Binary file not shown.
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf
Normal file
Binary file not shown.
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2
Normal file
Binary file not shown.
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Medium.woff2
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Medium.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Regular.woff2
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user