Compare commits
No commits in common. "main" and "main" have entirely different histories.
50
.drone.yml
50
.drone.yml
@ -1,50 +0,0 @@
|
||||
---
|
||||
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
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
/public
|
||||
/.hugo_build.lock
|
||||
/resources/
|
||||
|
20
README.md
20
README.md
@ -1,6 +1,4 @@
|
||||
# lasophielle.org
|
||||
|
||||
## Local set-up
|
||||
## Setup
|
||||
|
||||
This project uses `hugo` and git submodules. Below is how to set up Hugo on a
|
||||
Linux machine.
|
||||
@ -11,7 +9,7 @@ Linux machine.
|
||||
|
||||
`snap install hugo --channel=extended`
|
||||
|
||||
2. Run the following to make sure Bulma is installed:
|
||||
2. Run the following to make sure the git submodules are installed:
|
||||
|
||||
```
|
||||
git submodule init
|
||||
@ -21,17 +19,7 @@ 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", "audio", "events", "online-course-offerings", "get-in-touch"]
|
||||
navbar = ["about", "writing", "videos", "audio", "events", "get-in-touch"]
|
||||
|
||||
[params.header]
|
||||
name = "Sophie Lewis"
|
||||
|
@ -3,16 +3,9 @@ Octo: octo-2.webp
|
||||
title: index
|
||||
---
|
||||
|
||||
<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>
|
||||
**ANNOUNCEMENT**: _Abolish the Family: A Manifesto for Care and Liberation_ [available for pre-order now](https://www.versobooks.com/books/4075-abolish-the-family).
|
||||
|
||||
<h1>I’m <b>Sophie Lewis</b>, writer, speaker, teacher, and recovering academic.</h1>
|
||||
I’m ***Sophie Lewis***, writer, speaker, teacher, and recovering academic.
|
||||
|
||||
Ian Bonaparte, of Janklow & Nesbit, is my literary agent, and you can contact him at [ibonaparte@janklow.com](mailto:ibonaparte@janklow.com).
|
||||
|
||||
@ -25,6 +18,7 @@ My short book on family abolition, _Abolish the Family: A Manifesto for Care and
|
||||
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,4 +4,16 @@ 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.
|
||||
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." >}}
|
||||
-->
|
||||
|
@ -157,14 +157,5 @@ title: Audio
|
||||
</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>
|
@ -1,172 +0,0 @@
|
||||
---
|
||||
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>
|
@ -3,17 +3,8 @@ title: Events
|
||||
---
|
||||
|
||||
<section id="events-listing">
|
||||
<h1>Past Events</h1>
|
||||
<h1>Upcoming 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>
|
||||
@ -34,44 +25,44 @@ title: Events
|
||||
<small>28 Sep 2022 (Wed) – 7pm EST</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<li>
|
||||
<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">
|
||||
<li>
|
||||
<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">
|
||||
<li>
|
||||
<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">
|
||||
<li>
|
||||
<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">
|
||||
<li>
|
||||
<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">
|
||||
|
||||
<li>
|
||||
<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">
|
||||
<li>
|
||||
<p class="event-title">University of Pittsburgh</p>
|
||||
<small>1 Dec 2022 (Thur)</small>
|
||||
</li>
|
||||
|
||||
<li class="past-event">
|
||||
<li>
|
||||
<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>
|
||||
</section>
|
@ -1,27 +0,0 @@
|
||||
---
|
||||
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!
|
@ -2,14 +2,6 @@
|
||||
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>}}
|
||||
|
206
content/writing.md
Normal file
206
content/writing.md
Normal file
@ -0,0 +1,206 @@
|
||||
---
|
||||
title: "Writing"
|
||||
octo: octo-4.webp
|
||||
---
|
||||
|
||||
<div>
|
||||
<div class="flex-row-books">
|
||||
<div class="thead">BOOKS</div>
|
||||
<div class="book-cell">
|
||||
<div class="book-cover">
|
||||
<a href="/writing/abolish-the-family">
|
||||
<img src="/img/books/abolish-the-family.jpg" alt='Abolish the Family Cover'>
|
||||
<p>
|
||||
DETAILS
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<p class="book-stats"><b>Abolish the Family: A Manifesto for Care and Liberation</b></p>
|
||||
<p class="book-stats"><i><a href="https://www.versobooks.com/books/4075-abolish-the-family">Pre-order now!</a></i></p>
|
||||
</div>
|
||||
<div 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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="writing-section">
|
||||
<div class="thead">ESSAYS</div>
|
||||
<div class="writing-item">
|
||||
<p>2022. <a href="https://www.thenation.com/article/society/abortion-ethics-gestation-reproduction/"><strong>Abortion Involves Killing - And That's OK!</strong></a>, <em>The Nation</em>, June 22.</p>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<p>2022. <a href="https://salvage.zone/free-anthrogenesis-antiwork-abortion/"><strong>Free Anthrogenesis: Antiwork Abortion</strong></a>, <em>Salvage</em>, June 1.</p>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<p>2022. <a href="https://thebaffler.com/salvos/a-woman-is-a-woman-lewis"><strong>A Woman is a Woman?
|
||||
Lillian Faderman's Selective Histories</strong></a>, <em>The Baffler</em>, March edition.</p>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<p>2022. <a href="http://doi.org/10.1177/14647001211059520"><strong>Mothering against motherhood: doula
|
||||
work, xenohospitality and the idea of the momrade</strong></a>, <em>Feminist Theory</em>,
|
||||
January 10.</p>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<p>2020. <a
|
||||
href="https://www.dissentmagazine.org/article/grief-circling"><strong>Grief-Circling</strong></a>,
|
||||
<em>Dissent</em> magazine (Summer issue). </p>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="writing-section">
|
||||
<div class="thead">COLLECTIVE WRITING</div>
|
||||
<div class="writing-item">
|
||||
<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></em>.</p>
|
||||
<p><i>Published in June 2020</i></p>
|
||||
</div>
|
||||
<div class="writing-item">
|
||||
<p><strong>End/And: Feminization in Unending Times</strong>, 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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -1,195 +0,0 @@
|
||||
---
|
||||
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
|
||||
---
|
@ -1,52 +1,101 @@
|
||||
---
|
||||
title: abolish-the-family
|
||||
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>
|
||||
<article class="book-cell">
|
||||
<h1 class="title book-title">Abolish the Family: A Manifesto for Care and Liberation</h1>
|
||||
<div class="book-cover">
|
||||
<img src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover">
|
||||
</div>
|
||||
<p class="book-stats"><a class="order-link" href="https://versobooks.com/books/4075-abolish-the-family">Pre-order now</a></p>
|
||||
</article>
|
||||
|
||||
<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>
|
||||
<h2 class="subtitle">Reviews</h2>
|
||||
<ol>
|
||||
<li>
|
||||
<p><a href="https://www.newstatesman.com/international-politics/ideas-international-politics/2022/09/abolish-family">Red Love, For All</a> — by Erin Maglaque</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.publishersweekly.com/9781839767197">Publisher's Weekly:</a> “Lewis builds a harsh yet well-grounded portrait of familial dysfunction. This provocation stings.”</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="/img/abolish-the-family-internationalist-review-clipping.png">The New Internationalist</a> — Amy Hall</p>
|
||||
</li>
|
||||
</ol>
|
||||
</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>
|
||||
<small class="testimonial-author">Helen Hester, author of Xenofeminism</small>
|
||||
</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>
|
||||
<small class="testimonial-author">Sianne Ngai, author of Theory of the Gimmick</small>
|
||||
</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>
|
||||
<small class="testimonial-author">Alyssa Battistoni</small>
|
||||
</article>
|
||||
|
||||
<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>
|
||||
<small class="testimonial-author">Natasha Lennard, author of Being Numerous: Essays on Non-Fascist Life</small>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“What would it be like to imagine a communism not just of wealth but also of care, love and belonging? Where the full range of human needs are met without depending on the fragile bubble of the nuclear family? That institution we are all supposed to believe will be there for us - even though so many books and films detail all the ways in which it fails. This is the difficult yet important terrain where Sophie Lewis ventures. Abolish the Family is a short, sharp shock to our assumptions about the good life and how to achieve it.”
|
||||
</p>
|
||||
<small class="testimonial-author">McKenzie Wark, author of A Hacker Manifesto and Molecular Red</small>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“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.”
|
||||
</p>
|
||||
<small class="testimonial-author">Melissa Gira Grant, author of Playing the Whore</small>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“In her writing, Lewis shows us the kind of feminist care that is within our reach and the intellectual work we must do to actualise it. Generous, charged and always underpinned by a comradely orientation to its reader, Abolish the Family traverses historical and contemporary arguments for unmaking the bourgeois family and methodically interrogates the idea that it is an unshakeable, ubiquitous institution that must be protected at all costs. Lewis draws on a number of radical political genealogies to say "no" - the nuclear family is a deficient provider of care and resource, a conceptual footstool for the racist nation-state and its many border regimes, a hotbed of gendered exploitation and violence… there are other possibilities! Let’s embrace them together!”
|
||||
</p>
|
||||
<small class="testimonial-author">Lola Olufemi, author of Feminism, Interrupted and Experiments in Imagining Otherwise</small>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“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!”
|
||||
</p>
|
||||
<small class="testimonial-author">Paul B. Preciado, author of Testo Junkie</small>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“A bracing invitation to think beyond an institution that immiserates so many but that, for just as many, remains a fixed point of social possibility. Sophie Lewis is, as always, sharp, bold, compassionate and fearless.”
|
||||
</p>
|
||||
<small class="testimonial-author">Amia Srinivasan, author of The Right to Sex</small>
|
||||
</article>
|
||||
|
||||
<article class="testimonial-card">
|
||||
<p class="testimonial-text">
|
||||
“Sophie Lewis is at the forefront of a vital queer, trans, feminist communist movement to create an expansive field of revolutionary theory and strategy for today. Abolish the Family is an important contribution to Lewis's already discourse-shaping body of work, analyzing and seeking ways to move beyond the contradictory and complex function of families under conditions of extreme capital accumulation and capitalist crisis. A call for liberation from the privatization of domestic labor and the cruel scarcities of care under capitalism, Abolish the Family exhorts us toward something so much better than what we’ve got.”
|
||||
</p>
|
||||
<small class="testimonial-author">Jordy Rosenberg, author of Confessions of the Fox</small>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
2
deploy.sh
Executable file
2
deploy.sh
Executable file
@ -0,0 +1,2 @@
|
||||
hugo
|
||||
abra app cp customhtml_sophielewis_lasophielle public/ app:/usr/share/nginx/html/
|
@ -1,16 +0,0 @@
|
||||
<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>
|
@ -1,23 +0,0 @@
|
||||
<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>
|
@ -1,20 +0,0 @@
|
||||
<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>
|
@ -1,12 +0,0 @@
|
||||
<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>
|
@ -1,19 +0,0 @@
|
||||
<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>
|
@ -1,16 +0,0 @@
|
||||
<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>
|
@ -1,16 +0,0 @@
|
||||
<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>
|
@ -1,83 +0,0 @@
|
||||
<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>
|
@ -1,10 +0,0 @@
|
||||
{{ 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
@ -0,0 +1 @@
|
||||
{"Target":"css/style.css","MediaType":"text/css","Data":{}}
|
Binary file not shown.
Before 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,7 +12,6 @@
|
||||
|
||||
$sans_font: IBMPlexSans;
|
||||
$serif_font: IBMPlexSerif;
|
||||
$mono_font: IBMPlexMono;
|
||||
|
||||
@font-face {
|
||||
@include define-font-family($sans_font, normal, italic, 'IBMPlexSans-Italic.woff2')
|
||||
@ -41,9 +40,4 @@ $mono_font: IBMPlexMono;
|
||||
@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,21 +12,6 @@ $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;
|
||||
@ -34,10 +19,6 @@ $hr-color: $gray;
|
||||
hr {
|
||||
background-color: $hr-color;
|
||||
height: $hr-width;
|
||||
|
||||
.red {
|
||||
background-color: #eb2b2b;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs.tabs {
|
||||
@ -49,8 +30,7 @@ hr {
|
||||
}
|
||||
a {
|
||||
padding: 0.5rem 0;
|
||||
font-size: 13px;
|
||||
text-decoration: underline;
|
||||
font-size: 1.3rem;
|
||||
@media (max-width: 480px) { font-size: 1.1rem; }
|
||||
color: $text-colour;
|
||||
border-bottom-color: $hr-color;
|
||||
@ -59,9 +39,9 @@ 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;
|
||||
@ -71,7 +51,7 @@ hr {
|
||||
// adding styles to make navigation fit on mobile
|
||||
@media (max-width: 480px) {
|
||||
nav {
|
||||
.tabs {
|
||||
.tabs {
|
||||
display: initial;
|
||||
ul {
|
||||
border-bottom: none;
|
||||
@ -87,22 +67,11 @@ hr {
|
||||
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 {
|
||||
@ -110,7 +79,7 @@ hr {
|
||||
}
|
||||
em {
|
||||
font-style: italic;
|
||||
font-weight: lighter !important;
|
||||
font-weight: lighter !important;
|
||||
|
||||
}
|
||||
table {
|
||||
@ -119,7 +88,7 @@ hr {
|
||||
p {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
@ -148,16 +117,16 @@ hr {
|
||||
&:not(.videos) p {
|
||||
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 {
|
||||
@ -225,14 +194,6 @@ hr {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.small{
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.medium {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
clear: both;
|
||||
}
|
||||
@ -248,25 +209,20 @@ 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;
|
||||
@ -279,22 +235,9 @@ 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 {
|
||||
@ -326,17 +269,16 @@ footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* EVENTS PAGE STYLES
|
||||
====================== */
|
||||
|
||||
#events-listing {
|
||||
h1 {
|
||||
margin-bottom: 1em;
|
||||
h1 {
|
||||
margin-bottom: 1em;
|
||||
font-weight: 600;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
|
||||
.events-list {
|
||||
|
||||
li {
|
||||
@ -347,7 +289,7 @@ footer {
|
||||
padding-bottom: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
small { font-weight: normal;}
|
||||
}
|
||||
}
|
||||
@ -355,42 +297,35 @@ footer {
|
||||
|
||||
/* 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;
|
||||
padding-top: 1rem;
|
||||
@media (max-width: 480px) { padding-top: 2rem; }
|
||||
@media (max-width: 480px) { border-top: 1px solid; }
|
||||
|
||||
.book-cell {
|
||||
h1{
|
||||
text-align: center;
|
||||
color: #eb2b2b;
|
||||
|
||||
}
|
||||
|
||||
.book-cover { margin-top: 2em; }
|
||||
|
||||
|
||||
.order-link {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
font-size: 1.2rem;
|
||||
color: #eb2b2b;
|
||||
text-align: center;
|
||||
//display: inline-block;
|
||||
color: #851c22;
|
||||
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;
|
||||
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; }
|
||||
@ -398,18 +333,11 @@ footer {
|
||||
}
|
||||
|
||||
.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;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -420,11 +348,12 @@ footer {
|
||||
@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;
|
||||
h1 {
|
||||
margin-bottom: 1em;
|
||||
font-family: 'IBM Plex Serif', sans-serif;
|
||||
font-weight: 200;
|
||||
font-size: 2.25rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.audio-list {
|
||||
@ -435,19 +364,10 @@ footer {
|
||||
|
||||
p {
|
||||
padding-bottom: 0;
|
||||
|
||||
a{
|
||||
font-weight: bold;
|
||||
}
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
small { font-weight: normal;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bulleted-list,
|
||||
.bulleted-list ul {
|
||||
margin-left: .75rem;
|
||||
list-style-type: square;
|
||||
}
|
@ -1,23 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.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>
|
||||
<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-6-widescreen is-8-desktop">
|
||||
{{- partial "header.html" . -}}
|
||||
{{- partial "nav.html" . -}}
|
||||
{{- block "main" . }}{{- end }}
|
||||
{{- partial "footer.html" . -}}
|
||||
</div>
|
||||
</body>
|
||||
<div id="octopus" class="column is-4-widescreen is-4-desktop is-hidden-touch ">
|
||||
{{- block "octo" . }}{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,10 +1,11 @@
|
||||
{{ 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 }}'>
|
||||
@ -16,8 +17,11 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
<div id="content" class='section {{ $content_class }}'>
|
||||
{{.Content}}
|
||||
<div class="column">
|
||||
<div id="content" class='section {{ $content_class }}'>
|
||||
{{.Content}}
|
||||
</div>
|
||||
</div>
|
||||
</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,14 +1,12 @@
|
||||
<div class="hero header octopus-mobile">
|
||||
<div class="hero-body">
|
||||
{{ $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">
|
||||
<a href="/">
|
||||
<p class="title is-size-0">
|
||||
{{ site.Params.header.name }}
|
||||
</p>
|
||||
<p class="subtitle is-size-6">
|
||||
<p class="subtitle is-size-4">
|
||||
{{ site.Params.header.subtitle }}
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -1,15 +1,19 @@
|
||||
<nav>
|
||||
<div class="tabs is-fullwidth nav-tabs is-uppercase">
|
||||
<div class="tabs is-fullwidth nav-tabs is-italic 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>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user