Compare commits
118 Commits
ed1621c1c8
...
courses-pa
Author | SHA1 | Date | |
---|---|---|---|
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 | |||
e819390f20 | |||
58bdf58fa9 | |||
df670dfc3c | |||
a7091a0838 | |||
cb28976025
|
|||
669859d437
|
|||
dcaa94881c
|
|||
283ab33cdc
|
|||
f64b44d7a8 | |||
cdbf57fc25 | |||
81ca2c62be | |||
5395fae654 | |||
6b12c1d166 | |||
4e4817d704 | |||
b19503f2af | |||
c149211bbc | |||
75d2c37b63 | |||
ae1257b2d6 | |||
01ac7f4437 | |||
4611060f45 | |||
effadf2d34
|
|||
5399c8b5c9
|
|||
256ecf826f
|
|||
334991b055
|
|||
322b6abe35 |
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
|
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/public
|
||||
/.hugo_build.lock
|
||||
/resources/
|
36
README.md
@ -1,5 +1,37 @@
|
||||
# lasophielle.org
|
||||
|
||||
## Local set-up
|
||||
|
||||
## How to change about me headshot
|
||||
This project uses `hugo` and git submodules. Below is how to set up Hugo on a
|
||||
Linux machine.
|
||||
|
||||
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.
|
||||
1. Download `hugo` - you will need the `extended` version of Hugo. As of this
|
||||
writing there does not seem to be an extended version available via `apt`.
|
||||
However, you can use `snap` to get this version:
|
||||
|
||||
`snap install hugo --channel=extended`
|
||||
|
||||
2. Run the following to make sure Bulma is installed:
|
||||
|
||||
```
|
||||
git submodule init
|
||||
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
|
||||
|
||||
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:
|
||||
|
||||
[](https://drone.autonomic.zone/autonomic-cooperative/sophie-lewis-hugo)
|
||||
|
24
config.toml
@ -1,16 +1,26 @@
|
||||
|
||||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'SITENAME'
|
||||
title = 'Sophie Lewis'
|
||||
theme = "sophie-lewis"
|
||||
|
||||
[params]
|
||||
navbar = ["about", "writing", "videos", "get-in-touch"]
|
||||
[params.header]
|
||||
name = "Sophie Lewis"
|
||||
subtitle = "Writer & Philosopher"
|
||||
[params.about]
|
||||
#headshot =
|
||||
#navbar = ["about", "writing", "get-in-touch"]
|
||||
navbar = ["about", "writing", "videos", "audio", "events", "online-course-offerings", "get-in-touch"]
|
||||
|
||||
[params.header]
|
||||
name = "Sophie Lewis"
|
||||
subtitle = "Writer, Theorist, Teacher"
|
||||
|
||||
[params.about]
|
||||
headshot = "portrait.jpg"
|
||||
|
||||
[params.social]
|
||||
# USERNAMES
|
||||
twitter="reproutopia"
|
||||
patreon="reproutopia"
|
||||
|
||||
|
||||
|
||||
# DON'T EDIT BELOW
|
||||
|
||||
|
@ -1,7 +1,28 @@
|
||||
---
|
||||
Octo: octo-2.webp
|
||||
title: index
|
||||
---
|
||||
|
||||
***SOPHIE LEWIS*** is pellentesque luctus eros nec purus vestibulum, ut euismod dui suscipit. Quisque sollicitudin nisi nec dictum ultrices. Quisque et luctus orci. Nulla ante libero, rutrum ac euismod ut, sollicitudin non nisi. Etiam a erat nec metus facilisis sodales. Morbi porta varius purus, vel sodales odio consequat a. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris ut arcu at arcu euismod scelerisque. Quisque mollis at massa sit amet tempus. Phasellus nec lacus nec erat lobortis fringilla eget ut augue. Nam non est sed sem elementum varius.
|
||||
<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>
|
||||
|
||||
Suspendisse justo massa, molestie at turpis a, posuere gravida orci. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Aliquam magna mi, commodo vitae ante pulvinar, suscipit mollis turpis. Duis a dui fringilla, sollicitudin nisl quis, efficitur lacus. Donec ultricies ligula nisl, id eleifend elit iaculis eget. Aenean auctor quam non lectus eleifend, ac eleifend ligula pulvinar. Aliquam sollicitudin luctus massa, quis facilisis justo fringilla id. Donec pulvinar fringilla nulla sit amet imperdiet.
|
||||
<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).
|
||||
|
||||
I am working on a book about “enemy feminisms”: eugenic, bioconservative, capitalist and imperial feminisms, cis feminisms that rely on narratives of so-called white slavery, femonationalism, and trans-exclusionary feminism.
|
||||
|
||||
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 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.
|
||||
|
@ -4,12 +4,4 @@ date: 2021-08-23T05:58:05+01:00
|
||||
octo: octo-1.webp
|
||||
---
|
||||
|
||||
Quisque sollicitudin nisi nec dictum ultrices. Quisque et luctus orci. Nulla ante libero, rutrum ac euismod ut, sollicitudin non nisi. Etiam a erat nec metus facilisis sodales. Morbi porta varius purus, vel sodales odio consequat a. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris ut arcu at arcu euismod scelerisque. Quisque mollis at massa sit amet tempus. Phasellus nec lacus nec erat lobortis fringilla eget ut augue. Nam non est sed sem elementum varius.
|
||||
|
||||
Suspendisse justo massa, molestie at turpis a, posuere gravida orci. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Aliquam magna mi, commodo vitae ante pulvinar, suscipit mollis turpis. Duis a dui fringilla, sollicitudin nisl quis, efficitur lacus. Donec ultricies ligula nisl, id eleifend elit iaculis eget. Aenean auctor quam non lectus eleifend, ac eleifend ligula pulvinar. Aliquam sollicitudin luctus massa, quis facilisis justo fringilla id. Donec pulvinar fringilla nulla sit amet 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." >}}
|
||||
{{< 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.
|
||||
|
161
content/audio.html
Normal file
@ -0,0 +1,161 @@
|
||||
---
|
||||
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>
|
||||
</ul>
|
||||
</section>
|
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>
|
68
content/events.html
Normal file
@ -0,0 +1,68 @@
|
||||
---
|
||||
title: Events
|
||||
---
|
||||
|
||||
<section id="events-listing">
|
||||
<h1>Past Events</h1>
|
||||
<ul class="events-list">
|
||||
<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>
|
@ -1,6 +1,16 @@
|
||||
---
|
||||
title: "Getintouch"
|
||||
date: 2021-08-23T05:59:10+01:00
|
||||
draft: true
|
||||
octo: octo-3.webp
|
||||
---
|
||||
|
||||
{{<getintouch text="Freelance speaking / writing" contact="sophie.anne.lewis@gmail.com">}}
|
||||
|
||||
{{<getintouch text="Academic business" contact=" sophiele@sas.upenn.edu">}}
|
||||
|
||||
You can follow me on Twitter at [`@reproutopia`](https://twitter.com/reproutopia).
|
||||
|
||||
I'm also on [Google Scholar][gscholar], [Humanities Commons][hcommons] and [Patreon][patreon].
|
||||
|
||||
[gscholar]: https://scholar.google.com/citations?user=Ue1YVlgAAAAJ&hl=en
|
||||
[hcommons]: http://hcommons.org/members/reproutopia/
|
||||
[patreon]: https://www.patreon.com/reproutopia
|
||||
|
7
content/online-course-offerings.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "OnlineCourseOfferings"
|
||||
octo: octo-3.webp
|
||||
---
|
||||
|
||||
<p>Check out my most recent short course offerings, online and open to all, at the <a href="https://thebrooklyninstitute.com/people/sophie-lewis/" target="_blank">Brookline Institute for Social Research</a>. </p>
|
||||
<p>Course I've taught in the 2020-2023 period have included: Transfeminism, Femonationalism, Who is Feminism For?, What is Family Abolition?, Children's Liberation, Kathi Weeks: The Problem with Work, Shulamith Firestone: The Dialectic of Sex, Feminists Against Women: The Politics of Trans-Exclusionary Radical Feminism, and Ecofeminism and Xenofeminism. <a href="https://thebrooklyninstitute.com/people/sophie-lewis/" target="_blank">Enroll today!</a></p>
|
@ -1,15 +1,180 @@
|
||||
---
|
||||
title: "Videos"
|
||||
date: 2021-08-23T05:04:19+01:00
|
||||
draft: false
|
||||
octo: octo-5-edit.webp
|
||||
---
|
||||
---
|
||||
|
||||
{{<youtube 5liV7pbNxA8>}}
|
||||
{{<vimeo 685552243>}}
|
||||
|
||||
**Sophie Lewis: Oxford Feminist Thinking - "Constructing Radical Networks of Care" - Oxford University**
|
||||
**What Goes Around Comes Around: Fleshy Toxicities Return Home as Kin**
|
||||
|
||||
*Published 14 May 2021*
|
||||
|
||||
Quisque sollicitudin nisi nec dictum ultrices. Quisque et luctus orci.
|
||||
*Bemis Center, Omaha, March 2022*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube -LgANX1CVso>}}
|
||||
|
||||
**Mothering Against the World**
|
||||
|
||||
*RIBOCA, June 4, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<vimeo 645538139>}}
|
||||
|
||||
**Utopia Beyond Kinship, Too (& Utopia symposium)**
|
||||
|
||||
*November 11, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<vimeo 613725538>}}
|
||||
|
||||
**Disloyal Children of Shulamith Firestone: Updating Gestational Utopianism for the 21st Century**
|
||||
|
||||
*CAPPE philosophy conference, University of Brighton, September 17, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<vimeo 521336758>}}
|
||||
|
||||
**Utopia versus the Family**
|
||||
|
||||
*SOS_202 @ Design Museum, August 3, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube vsyPE-eZs_w>}}
|
||||
|
||||
**The Kitchenless Gestational Workplace**
|
||||
|
||||
*Canadian Centre for Architecture, July 22, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube ScyzoQjFJDs>}}
|
||||
|
||||
**“I think that will not be a problem”: on Shulamith Firestone**
|
||||
|
||||
*mumok Vienna, November 13, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube I_kU-ms9Xy4>}}
|
||||
|
||||
**Reproduction, Family, and the Body, with Sophie Lewis and Aleksandra Sidoruk, hosted by Carolina Maciel de França**
|
||||
|
||||
*School of Resistance, NTGent, December 10, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube MViqxxdot2s>}}
|
||||
|
||||
**A conversation at Kelly Writer’s House on Full Surrogacy Now**
|
||||
|
||||
*January 23, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube oMtZ1NZDrXQ>}}
|
||||
|
||||
**Feminism Against the Family**
|
||||
|
||||
*Cambridge University, Black and Minority Ethnic Students Campaign, February 8, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube UEt9D91J-94>}}
|
||||
|
||||
**On Shulamith Firestone**
|
||||
|
||||
*Rabbles, February 5, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube OCeGgKYCcR4>}}
|
||||
|
||||
**n+1 and Lux present: Liza Featherstone, Sophie Lewis, and Ariella Thornhill**
|
||||
|
||||
*May 3, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube 34Gl1oTBzY4>}}
|
||||
|
||||
**Mal Issue 5 Launch: Anti-Erotics: Sophie Lewis reads “Collective Turn-Off”**
|
||||
|
||||
*Mal Journal, August 28, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube NJYamkV0QgA>}}
|
||||
|
||||
**Alyssa Battistoni @ Beyond Survival, Eco-Feminist Imaginings in Precarious Times**
|
||||
|
||||
*lecture then dialogue with Sophie Lewis, Penn APC/GSWS, February 26, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube yQj2dIcPmQ8>}}
|
||||
|
||||
**APC/GSWS Presents: Kim TallBear @ Beyond Survival, Eco-Feminist Imaginings in Precarious Times**
|
||||
|
||||
*lecture then dialogue with Sophie Lewis and Marge Bruchac, February 25, 2021*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube cLgVaOvMfZE>}}
|
||||
|
||||
**The Cyborg Diaries: Family Abolition, Reproductive Technology and the Practice of Insurgent Care, ALT_CPH_20 @ FABRIKKEN for Kunst og Design**
|
||||
|
||||
*with Ida Bencke and Nazila Kivi, August 21, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube gPqvr3TOZDM>}}
|
||||
|
||||
**Feminism Against Family @ FUC Strike University @ University of California**
|
||||
|
||||
*May 28, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube 8nfeTeUgBZg>}}
|
||||
|
||||
**Abolish the Family! @ Red May, with Kathi Weeks, Sophie Lewis, ME O’Brien and Sarah Jaffe, chaired by Will McKeithen**
|
||||
|
||||
*May 29, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube gJa6y3PzbS4>}}
|
||||
|
||||
**Hope Against Hope with Out of the Woods @ Red May, with Kai Bosworth, Dave Bell and Sophie Lewis, in conversation with Alyssa Battistoni**
|
||||
|
||||
*May 21, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube dIOe2pTCitQ>}}
|
||||
|
||||
**Abolish the Family With Sophie Lewis, @ The Dig**
|
||||
|
||||
*April 12, 2021*
|
||||
|
||||
---
|
||||
|
||||
|
||||
{{<youtube 4__2bBvA75E>}}
|
||||
|
||||
**AGAINST EVERYONE WITH CONNER HABIB 106: SOPHIE LEWIS or FAMILIES, QUARANTINES, AND WITCHES**
|
||||
|
||||
*April 14, 2020*
|
||||
|
||||
---
|
||||
|
||||
{{<youtube MiPseSrT0p0>}}
|
||||
|
||||
**Sophie Lewis, Katie Stone and Caroline Edwards: roundtable. “Aliens, Vampires, Surrogates: Revolutionising the Gestational Workplace”**
|
||||
|
||||
*April 28, 2021*
|
||||
|
@ -1,54 +0,0 @@
|
||||
---
|
||||
title: "Writing"
|
||||
Octo: octo-4.webp
|
||||
---
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan=3>ESSAYS</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>
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>Aliquam sed quam metus</b></p>
|
||||
<p><i>Published in Jan 2015</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>
|
||||
<tr>
|
||||
<td rowspan=2>BOOKS</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>
|
180
content/writing/_index.md
Normal file
@ -0,0 +1,180 @@
|
||||
---
|
||||
title: "Writing"
|
||||
octo: octo-4.webp
|
||||
essays:
|
||||
- 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
@ -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>
|
57
content/writing/full-surrogacy-now.md
Normal file
@ -0,0 +1,57 @@
|
||||
---
|
||||
title: "Full Surrogacy Now!"
|
||||
octo: octo-4.webp
|
||||
---
|
||||
|
||||
<img class="small-cover" src="/img/books/fsn-cover.jpg" alt='Full Surrogacy Now Cover'>
|
||||
|
||||
_"Full Surrogacy Now is the seriously radical cry for full gestational justice that I long for."_ – Donna Haraway
|
||||
|
||||
My first book, _Full Surrogacy Now_, was published in 2019 by Verso Books.
|
||||
|
||||
<br>
|
||||
|
||||
<img class="small-cover" src="/img/full-surrogacy-now-paperback.jpg" alt='Full Surrogacy Now Paperback Cover'>
|
||||
|
||||
## Paperback
|
||||
|
||||
Now [available directly from Verso](https://www.versobooks.com/books/3756-full-surrogacy-now).
|
||||
|
||||
<br class="clearfix">
|
||||
|
||||
## Audiobook
|
||||
|
||||
Listen or download free [on The Internet Archive](https://archive.org/details/full-surrogacy-now-sophie-lewis):
|
||||
|
||||
<iframe src="https://archive.org/embed/full-surrogacy-now-sophie-lewis" width="500" height="60" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
|
||||
|
||||
Or [download on Audible](https://www.audible.co.uk/pd/Full-Surrogacy-Now-Audiobook/B09F8NX6YK).
|
||||
|
||||
## Selected Praise for Full Surrogacy Now
|
||||
|
||||
“Theoretical, devious, a mix of manifesto and memoir.”
|
||||
<br>– The New Yorker
|
||||
|
||||
“Lewis is attempting to do for pregnancy what the Wages for Housework movement did in reconceptualizing the unpaid labor done by women in the home as work. And recognizing surrogacy as work and surrogates as workers is a necessary first step, for if surrogacy is work, then isn’t, by extension, every pregnancy?”
|
||||
<br>–Jezebel
|
||||
|
||||
“A thrilling new intervention ... by placing reproductive labour at the centre of her vision in Full Surrogacy Now, Lewis confronts a central issue that continues to be sidelined in the male-dominated field of futurism.”
|
||||
<br>– New Humanist
|
||||
|
||||
“Dazzling.”
|
||||
<br>–London Review of Books
|
||||
|
||||
“It explores a multiplicity of feminisms and possible futures, through vibrant moments of genre-bending, speculation, and immanent critique … remarkable.”
|
||||
<br>–The LA Review of Books
|
||||
|
||||
“The seriously radical cry for full gestational justice that I long for … unique and bracing.”
|
||||
<br>– Donna Haraway, author of _Staying With The Trouble_ and _The Cyborg Manifesto_
|
||||
|
||||
“Full Surrogacy Now is more than an intervention, it is a landmark text of visionary feminist thinking. Sophie Lewis tears down decades of essentialist and contradictory presumptions on labor, motherhood and ownership to offer us the possibility of new ways to live with and for each other. This book is as breathtaking as it is necessary.”
|
||||
<br>– Natasha Lennard, author of _Being Numerous_
|
||||
|
||||
“Sophie Lewis and her expansive vision of feminism are desperately needed right now. She makes the work of undoing what ‘womanhood’ has come to mean look possible and irresistible.”
|
||||
<br>– Melissa Gira Grant, author of _Playing the Whore: The Work of Sex Work_
|
||||
|
||||
“Sophie Lewis is at the top of a new generation of scholars and activists thinking the transformation of gestational labor within contemporary pharmacopornographic capitalism. Neither simply natural nor banally cultural, gestation appears as the unthought core of gender and sexual politics, and the key of a forthcoming womb revolution: trans-Marx meets mammal’s politics!”
|
||||
<br>– Paul B. Preciado, author of _Testo Junkie_
|
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
@ -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
@ -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
@ -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
@ -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>
|
15
layouts/partials/essay-section.html
Normal file
@ -0,0 +1,15 @@
|
||||
<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" 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
@ -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
@ -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
@ -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 }}
|
@ -1 +0,0 @@
|
||||
{"Target":"css/style.css","MediaType":"text/css","Data":{}}
|
After Width: | Height: | Size: 216 KiB |
BIN
static/img/full-surrogacy-now-paperback.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
static/img/portrait.jpg
Normal file
After Width: | Height: | Size: 313 KiB |
BIN
static/img/separator.jpg
Normal file
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,9 @@ 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;
|
||||
border-bottom-width: $hr-width;
|
||||
@ -38,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 {
|
||||
@ -63,7 +110,7 @@ hr {
|
||||
}
|
||||
em {
|
||||
font-style: italic;
|
||||
font-weight: lighter !important;
|
||||
font-weight: lighter !important;
|
||||
|
||||
}
|
||||
table {
|
||||
@ -72,29 +119,126 @@ hr {
|
||||
p {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
hr {
|
||||
margin: 0.5rem 0;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
iframe {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
#content.videos {
|
||||
p:has(em) {
|
||||
&.videos {
|
||||
em {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
&.about {
|
||||
hr ~ p {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
&.about,&.index {
|
||||
strong,i,b,em {
|
||||
font-family: $serif_font
|
||||
}
|
||||
}
|
||||
&:not(.videos) p {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
// &.index {
|
||||
// p {
|
||||
// padding-bottom: 2rem;
|
||||
// }
|
||||
// }
|
||||
&.getintouch p {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.contact {
|
||||
p {
|
||||
font-family: $sans_font;
|
||||
}
|
||||
.contact_text {
|
||||
font-weight: 200;
|
||||
}
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
&.writing {
|
||||
img {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.book-cell {
|
||||
padding-right: 2em;
|
||||
justify-content: right;
|
||||
}
|
||||
|
||||
.book-cover {
|
||||
float: left;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
img {
|
||||
height: 184px;
|
||||
}
|
||||
a {
|
||||
color: $text-colour;
|
||||
}
|
||||
p {
|
||||
color: $text-colour;
|
||||
text-decoration: underline;
|
||||
font-weight: 200;
|
||||
font-family: $sans_font;
|
||||
}
|
||||
div.placeholder {
|
||||
height: 184px;
|
||||
width: 122px;
|
||||
background-color: #adadad;
|
||||
}
|
||||
}
|
||||
|
||||
.book-stats {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.flex-row-books {
|
||||
display: flex;
|
||||
.thead {
|
||||
justify-content: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.writing-section {
|
||||
.thead {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#content.about hr ~ p {
|
||||
padding-bottom: 0 !important;
|
||||
.small-cover {
|
||||
// float: left;
|
||||
margin-right: 1rem;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.small{
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.medium {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.headshot {
|
||||
padding-top: 1rem;
|
||||
img {
|
||||
border-radius: 100%;
|
||||
border-width: 0.15rem;
|
||||
@ -103,21 +247,16 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
#content:not(.videos) p {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
@ -134,9 +273,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 {
|
||||
@ -155,4 +307,135 @@ footer {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
}
|
||||
.social-circles {
|
||||
img {
|
||||
height: 32px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.thead {
|
||||
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;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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,15 +16,12 @@
|
||||
{{ 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 }}'>
|
||||
{{.Content}}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
@ -1,5 +1,7 @@
|
||||
{{ define "main" }}
|
||||
{{.Content}}
|
||||
<div id="content" class='section index'>
|
||||
{{.Content}}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ define "octo" }}
|
||||
|
@ -2,11 +2,18 @@
|
||||
<hr>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<div>FIND ME AT</div>
|
||||
<div></div>
|
||||
<!--<div>FIND ME AT</div>-->
|
||||
<div class="social-circles">
|
||||
{{ if isset $.Site.Params.social "twitter" }}
|
||||
{{- partial "social-circles/twitter.html" . -}}
|
||||
{{ end }}
|
||||
{{ if isset $.Site.Params.social "patreon" }}
|
||||
{{- partial "social-circles/patreon.html" . -}}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column has-text-right">
|
||||
<!--<div class="column has-text-right">
|
||||
PRIVACY POLICY
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
@ -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">
|
||||
<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="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-size-5 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>
|
||||
|
@ -5,5 +5,23 @@
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
@media all and (max-width: 1023px) {
|
||||
.octopus-mobile::before {
|
||||
background-image: url('{{ $octo_url }}');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 40%;
|
||||
background-position: 100%;
|
||||
opacity: 60%;
|
||||
content:"";
|
||||
position:absolute;
|
||||
top:-60%;
|
||||
bottom:0;
|
||||
right:0;
|
||||
left:0;
|
||||
width:auto;
|
||||
height:auto;
|
||||
z-index:-3;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
@ -0,0 +1,5 @@
|
||||
<span class="social-circle patreon">
|
||||
<a href="https://patreon.com/{{ site.Params.social.patreon }}">
|
||||
<img src='{{ relURL "img/social/patreon.webp" }}'>
|
||||
</a>
|
||||
</span>
|
@ -0,0 +1,5 @@
|
||||
<span class="social-circle twitter">
|
||||
<a href="https://twitter.com/{{ site.Params.social.twitter }}">
|
||||
<img src='{{ relURL "img/social/twitter.svg" }}'>
|
||||
</a>
|
||||
</span>
|
8
themes/sophie-lewis/layouts/shortcodes/getintouch.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="contact">
|
||||
<p class="contact_text">
|
||||
{{ .Get "text" }}
|
||||
</p>
|
||||
<p class="contact_details">
|
||||
<strong>{{ .Get "contact" }}</strong>
|
||||
</p>
|
||||
</div>
|
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Bold.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf
Normal file
BIN
themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Medium.woff2
Normal file
BIN
themes/sophie-lewis/static/font/woff2/IBMPlexMono-Regular.woff2
Normal file
BIN
themes/sophie-lewis/static/img/books/abolish-the-family.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
themes/sophie-lewis/static/img/books/fsn-cover.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 319 KiB |
Before Width: | Height: | Size: 229 KiB After Width: | Height: | Size: 143 KiB |
BIN
themes/sophie-lewis/static/img/octo/octo-5-edit.webp
Normal file
After Width: | Height: | Size: 189 KiB |
BIN
themes/sophie-lewis/static/img/octo/octo-5.webp
Normal file
After Width: | Height: | Size: 210 KiB |
BIN
themes/sophie-lewis/static/img/social/patreon.webp
Normal file
After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |