44 Commits

Author SHA1 Message Date
Pau
dafe163055 change font size nav-tabs
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-16 23:02:07 +00:00
Pau
63c6aa9df6 courses-page 1.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-13 11:14:56 +00:00
Pau
b9c8b1811b correct-book-launch
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-13 10:19:53 +00:00
pau
0a61a6be40 Merge pull request 'Figma redesign' (#13) from staging into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
2023-01-09 22:46:17 +01:00
09635ab57f Merge pull request 'small-adjustements' (#12) from small-adjustements into staging
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
2023-01-09 10:40:31 +01:00
Pau
436d539aaf Space belowbook title
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-08 13:16:14 +00:00
Pau
7d63c8bf6b past-events 2023-01-08 13:09:16 +00:00
8792c227c8 remove extra padding on homepage paragraphs
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 08:44:23 +05:00
1936c35644 remove extra padding on abolish the family container 2023-01-07 08:40:46 +05:00
3wc
7d21127ec5 Merge branch 'events-fonts-and-line-space' into staging
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 13:04:36 -08:00
3wc
1137e0a1db Revert "fonts"
This reverts commit 21801b963e.
2023-01-06 13:03:19 -08:00
Pau
f0adfc7427 line space
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 12:11:22 +00:00
Pau
d80b0690b7 button always red 2023-01-06 12:03:48 +00:00
Pau
21801b963e fonts 2023-01-06 11:58:28 +00:00
Pau
7cec329315 mark events as past 2023-01-05 00:57:35 +00:00
be0437cb85 Merge branch 'changes-layout' into staging
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-04 00:40:33 +05:00
3wc
d841c35297 Merge branch 'main' into changes-layout
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-02 09:06:19 -08:00
3wc
6d7b4d5135 Merge branch 'main' into staging
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-02 09:05:44 -08:00
3wc
5db120498e Remove & ignore "resources" folder
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-02 09:04:48 -08:00
3wc
32573b9bd0 Merge branch 'main' into staging
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 11:44:46 -08:00
3wc
5d664b9085 Revert temp. disabling
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 11:44:27 -08:00
3wc
ae5b1adb14 Temporarily disable main deployment
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 11:44:07 -08:00
3wc
911a6c324c Add staging deployment
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-27 11:41:31 -08:00
be8f73db0b Merge pull request 'Update Writing page to new design' (#9) from writing-page-update into staging
Reviewed-on: #9
2022-12-27 12:06:35 +01:00
d18189e354 writing: define fallback font 2022-12-27 16:05:26 +05:00
ca75c80b6d writing: replace google font 2022-12-27 16:03:00 +05:00
Pau
0fe5459c2f Abolish the Family modifications 2022-12-27 02:43:26 +01:00
Pau
35608ccef5 Photo index 2022-12-27 01:56:54 +01:00
Pau
4719c8a4d5 a.no-underline class 2022-12-27 01:31:14 +01:00
Pau
64e060d51a Changes Abolish the Family 2022-12-23 13:59:55 +01:00
Pau
84b8acf035 Changes Audio 2022-12-23 10:38:07 +01:00
Pau
710636c214 Changes About II 2022-12-23 10:18:42 +01:00
Pau
d4e211c930 Changes About 2022-12-23 10:12:05 +01:00
Pau
fea15f0f44 Changes index II 2022-12-23 09:52:39 +01:00
Pau
6856f890d3 Changes index 2022-12-23 03:21:03 +01:00
Pau
661a2d4a3c Changes header II 2022-12-23 02:54:22 +01:00
Pau
45e49756bb Change announcement II 2022-12-23 02:48:30 +01:00
Pau
e1e8072571 Change announcement 2022-12-23 02:30:33 +01:00
Pau
aa4e158d16 Implement links in NavBar 2022-12-23 01:28:38 +01:00
Pau
b93e3da93e Modify NavBar 2022-12-23 00:18:44 +01:00
Pau
9fab118375 Modify footer 2022-12-22 19:55:38 +01:00
Pau
91341ed7da button new book 2022-12-22 18:39:51 +01:00
Pau
4c88e4bab3 change font title, subtitle 2022-12-22 17:28:20 +01:00
Pau
b287329d62 delete octopus image 2022-12-22 17:13:29 +01:00
37 changed files with 415 additions and 212 deletions

View File

@ -17,6 +17,23 @@ steps:
dest: /src dest: /src
deploy_key: deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone 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 - name: notify on failure
image: plugins/slack image: plugins/slack
settings: settings:
@ -27,10 +44,7 @@ steps:
from_secret: rc_builds_url from_secret: rc_builds_url
depends_on: depends_on:
- docker cp deploy - docker cp deploy
- docker cp deploy staging
when: when:
status: status:
- failure - failure
trigger:
branch:
- main

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/public /public
/.hugo_build.lock /.hugo_build.lock
/resources/

View File

@ -6,7 +6,7 @@ theme = "sophie-lewis"
[params] [params]
#navbar = ["about", "writing", "get-in-touch"] #navbar = ["about", "writing", "get-in-touch"]
navbar = ["about", "writing", "videos", "audio", "events", "get-in-touch"] navbar = ["about", "writing", "videos", "audio", "events", "online-course-offerings", "get-in-touch"]
[params.header] [params.header]
name = "Sophie Lewis" name = "Sophie Lewis"

View File

@ -3,9 +3,16 @@ Octo: octo-2.webp
title: index title: index
--- ---
**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 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>
Im ***Sophie Lewis***, writer, speaker, teacher, and recovering academic. <h1>Im <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). Ian Bonaparte, of Janklow & Nesbit, is my literary agent, and you can contact him at [ibonaparte@janklow.com](mailto:ibonaparte@janklow.com).
@ -18,7 +25,4 @@ 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/). 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 [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. 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)_

View File

@ -4,16 +4,4 @@ date: 2021-08-23T05:58:05+01:00
octo: octo-1.webp 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." >}}
-->

172
content/courses(test).html Normal file
View 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>

View File

@ -3,7 +3,7 @@ title: Events
--- ---
<section id="events-listing"> <section id="events-listing">
<h1>Upcoming Events</h1> <h1>Past Events</h1>
<ul class="events-list"> <ul class="events-list">
<li class="past-event"> <li class="past-event">
<p class="event-title">Parapraxis seminar, online (Zoom) with M.E. OBrien</p> <p class="event-title">Parapraxis seminar, online (Zoom) with M.E. OBrien</p>
@ -25,44 +25,44 @@ title: Events
<small>28 Sep 2022 (Wed) 7pm EST</small> <small>28 Sep 2022 (Wed) 7pm EST</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">Abolish the Family launch LRB Bookshop with Lola Olufemi </p> <p class="event-title">Abolish the Family launch LRB Bookshop with Lola Olufemi </p>
<small>4 Oct 2022 (Tues) 7pm</small> <small>4 Oct 2022 (Tues) 7pm</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">Lecture on mothering against motherhood at Gropius Bau, Berlin</p> <p class="event-title">Lecture on mothering against motherhood at Gropius Bau, Berlin</p>
<small>7-8 Oct 2022 (Fri-Sat)</small> <small>7-8 Oct 2022 (Fri-Sat)</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">Abolish the Family seminar, ISJPS, Sorbonne, Paris.</p> <p class="event-title">Abolish the Family seminar, ISJPS, Sorbonne, Paris.</p>
<small>14 Oct 2022 (Fri) 2pm CET</small> <small>14 Oct 2022 (Fri) 2pm CET</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">Jindřich Chalupecký Society (SJCH) curatorial collective, Display, Prague</p> <p class="event-title">Jindřich Chalupecký Society (SJCH) curatorial collective, Display, Prague</p>
<small>15-16 Oct 2022 (Sat-Sun)</small> <small>15-16 Oct 2022 (Sat-Sun)</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">Abolish the Family launch discussion, Making Worlds bookstore, Philadelphia</p> <p class="event-title">Abolish the Family launch discussion, Making Worlds bookstore, Philadelphia</p>
<small> 29 October 2022, 7pm</small> <small> 29 October 2022, 7pm</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p> <p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p>
<small>16 November 2022, 4pm</small> <small>16 November 2022, 4pm</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">University of Pittsburgh</p> <p class="event-title">University of Pittsburgh</p>
<small>1 Dec 2022 (Thur)</small> <small>1 Dec 2022 (Thur)</small>
</li> </li>
<li> <li class="past-event">
<p class="event-title">Diane di Prima and Acid Communism, Culture Nights at the Bishop Bar, Bloomington, Indiana</p> <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> <small>7 December 2022, 5pm</small>
</li> </li>
</ul> </ul>
</section> </section>

View 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>

View File

@ -160,7 +160,7 @@ books:
- title: "Abolish the Family: A Manifesto for Care and Liberation" - title: "Abolish the Family: A Manifesto for Care and Liberation"
path: /writing/abolish-the-family path: /writing/abolish-the-family
imgsrc: /img/books/abolish-the-family.jpg imgsrc: /img/books/abolish-the-family.jpg
body: Coming soon body: Published in October 2022
- title: "Full Surrogacy Now" - title: "Full Surrogacy Now"
path: /writing/full-surrogacy-now/ path: /writing/full-surrogacy-now/
imgsrc: /img/books/fsn-cover.jpg imgsrc: /img/books/fsn-cover.jpg
@ -177,4 +177,4 @@ collective:
publication: "Blind Field: A Journal of Cultural Inquiry" publication: "Blind Field: A Journal of Cultural Inquiry"
puburl: http://blindfieldjournal.com/ puburl: http://blindfieldjournal.com/
year: 2017 year: 2017
--- ---

View File

@ -1,101 +1,52 @@
--- ---
title: Abolish the Family title: abolish-the-family
--- ---
<div id="abolish-the-family"> <div id="abolish-the-family">
<article class="book-cell"> <div class="column is-three-fifths">
<h1 class="title book-title">Abolish the Family: A Manifesto for Care and Liberation</h1> <div class="book-cover has-text-centered">
<div class="book-cover"> <h1 class="red-text">Abolish The Family: A Manifesto For Care And Liberation</h1><br>
<img src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover"> <img class="medium" src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover">
</div> <p class="book-stats"><a class="order-link red-text" href="https://versobooks.com/books/4075-abolish-the-family">Order now</a></p>
<p class="book-stats"><a class="order-link" href="https://versobooks.com/books/4075-abolish-the-family">Pre-order now</a></p> </div>
</article> </div>
<hr class="red_text">
<section id="reviews"> <section id="reviews">
<h2 class="subtitle">Reviews</h2> <h1 class="red-text">Reviews</h1>
<ol> <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>
<li> <p>Publisher's Weekly</p>
<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> <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>
<li> <p>Erin Maglaque</p>
<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> </section>
<hr />
<section class="testimonials"> <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 its up to all of us to build new forms of solidarity and care that reach beyond biology or even kin, even if we dont know quite what theyll 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"> <article class="testimonial-card">
<p class="testimonial-text"> <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.'” “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>
<small class="testimonial-author">Helen Hester, author of Xenofeminism</small> <p class="testimonial-author">Helen Hester, <i>Xenofeminism</i></p>
</article> </article>
<article class="testimonial-card"> <article class="testimonial-card">
<p class="testimonial-text"> <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.” “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>
<small class="testimonial-author">Sianne Ngai, author of Theory of the Gimmick</small> <p class="testimonial-author">Sianne Ngai, <i>Theory of the Gimmick</i></p>
</article> </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 its up to all of us to build new forms of solidarity and care that reach beyond biology or even kin, even if we dont know quite what theyll 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! Lets 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 weve got.”
</p>
<small class="testimonial-author">Jordy Rosenberg, author of Confessions of the Fox</small>
</article>
</section>
</div>

View File

@ -7,7 +7,7 @@
{{ range .Params.Books }} {{ range .Params.Books }}
<div class="column is-half"> <div class="column is-half">
<div class="book-cell"> <div class="book-cell">
<h3>{{ .title }}</h3> <h3>{{ .title }}</h3><br>
<div class="book-cover"> <div class="book-cover">
<a href={{ .path }}> <a href={{ .path }}>
<img src={{ .imgsrc }} alt={{ .title }}> <img src={{ .imgsrc }} alt={{ .title }}>
@ -20,4 +20,4 @@
{{ end}} {{ end}}
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,5 +1,3 @@
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<style> @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap'); </style>
<style> <style>
.accordion { .accordion {
cursor: pointer; cursor: pointer;
@ -31,11 +29,11 @@
} }
#writing-page .thead { #writing-page .thead {
font-family: IBMPlexSans; font-family: IBMPlexSans, sans-serif;
} }
.accordion .level-item { .accordion .level-item {
font-family: IBMPlexSans; font-family: IBMPlexSans, sans-serif;
} }
.accordion .icon { .accordion .icon {
@ -58,7 +56,7 @@
} }
.book-cell { .book-cell {
font-family: 'IBM Plex Mono'; font-family: IBMPlexMono, monospace;
text-align: center; text-align: center;
} }
.book-cover img { .book-cover img {
@ -66,13 +64,13 @@
} }
.book-blurb { .book-blurb {
font-family: 'IBM Plex Mono'; font-family: IBMPlexMono, monospace;
font-size: 12px; font-size: 12px;
padding-top: 10px; padding-top: 10px;
} }
.book-detail { .book-detail {
font-family: 'IBM Plex Mono'; font-family: IBMPlexMono, monospace;
font-size: 18px; font-size: 18px;
padding-top: 10px; padding-top: 10px;
text-decoration: underline; text-decoration: underline;
@ -81,6 +79,5 @@
.book-detail a { .book-detail a {
color: #000; color: #000;
} }
</style> </style>
<script src="https://kit.fontawesome.com/a42e899e51.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/a42e899e51.js" crossorigin="anonymous"></script>

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"Target":"css/style.css","MediaType":"text/css","Data":{}}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"Target":"css/style.css","MediaType":"text/css","Data":{}}

BIN
static/img/separator.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,7 +1,7 @@
@mixin define-font-family($name, $weight, $style, $filename) { @mixin define-font-family($name, $weight, $style, $filename) {
font-family: $name; font-family: $name;
src: src:
url("../font/woff2/#{$filename}") format("woff2"), url("../font/woff2/#{$filename}") format("woff2"),
url("../font/ttf/#{$filename}") format("ttf"); url("../font/ttf/#{$filename}") format("ttf");
font-weight: $weight; font-weight: $weight;
@ -12,6 +12,7 @@
$sans_font: IBMPlexSans; $sans_font: IBMPlexSans;
$serif_font: IBMPlexSerif; $serif_font: IBMPlexSerif;
$mono_font: IBMPlexMono;
@font-face { @font-face {
@include define-font-family($sans_font, normal, italic, 'IBMPlexSans-Italic.woff2') @include define-font-family($sans_font, normal, italic, 'IBMPlexSans-Italic.woff2')
@ -40,4 +41,9 @@ $serif_font: IBMPlexSerif;
@font-face { @font-face {
@include define-font-family($serif_font, lighter, italic, 'IBMPlexSerif-LightItalic.woff2') @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')
}

View File

@ -1,4 +1,4 @@
$section-padding: 1rem 0rem; $section-padding: 1rem 0rem;
$section-padding-desktop: $section-padding; $section-padding-desktop: $section-padding;
$section-padding-large: $section-padding; $section-padding-large: $section-padding;
@ -12,6 +12,21 @@ $text-colour: #1F1F1F;
body { body {
color: $text-colour; 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; $hr-width: 0.15rem;
@ -19,6 +34,10 @@ $hr-color: $gray;
hr { hr {
background-color: $hr-color; background-color: $hr-color;
height: $hr-width; height: $hr-width;
.red {
background-color: #eb2b2b;
}
} }
.nav-tabs.tabs { .nav-tabs.tabs {
@ -30,7 +49,8 @@ hr {
} }
a { a {
padding: 0.5rem 0; padding: 0.5rem 0;
font-size: 1.3rem; font-size: 13px;
text-decoration: underline;
@media (max-width: 480px) { font-size: 1.1rem; } @media (max-width: 480px) { font-size: 1.1rem; }
color: $text-colour; color: $text-colour;
border-bottom-color: $hr-color; border-bottom-color: $hr-color;
@ -39,9 +59,9 @@ hr {
border-bottom-color: $hr-color; border-bottom-color: $hr-color;
} }
} }
padding: 0.8rem 0; padding: 0.8rem 0;
.is-active a { .is-active a {
text-decoration: underline;
font-weight: bold; font-weight: bold;
color: $text-colour; color: $text-colour;
border-bottom-color: $hr-color; border-bottom-color: $hr-color;
@ -51,7 +71,7 @@ hr {
// adding styles to make navigation fit on mobile // adding styles to make navigation fit on mobile
@media (max-width: 480px) { @media (max-width: 480px) {
nav { nav {
.tabs { .tabs {
display: initial; display: initial;
ul { ul {
border-bottom: none; border-bottom: none;
@ -67,11 +87,22 @@ hr {
font-size: 5rem; font-size: 5rem;
} }
.is-size-0-1 {
font-size: 57px;
}
.header .hero-body { .header .hero-body {
padding-left: 0px !important; padding-left: 0px !important;
padding-top: 8em; padding-top: 8em;
} }
.button-book {
background-color: #eb2b2b;
color: white;
float: right;
font-family: $mono_font;
}
#content { #content {
font-size: 1.1rem; font-size: 1.1rem;
strong,i,b,em { strong,i,b,em {
@ -79,7 +110,7 @@ hr {
} }
em { em {
font-style: italic; font-style: italic;
font-weight: lighter !important; font-weight: lighter !important;
} }
table { table {
@ -88,7 +119,7 @@ hr {
p { p {
padding-bottom: 0 !important; padding-bottom: 0 !important;
} }
} }
td { td {
padding: 0.5rem 0; padding: 0.5rem 0;
} }
@ -117,16 +148,16 @@ hr {
&:not(.videos) p { &:not(.videos) p {
padding-bottom: 1rem; padding-bottom: 1rem;
} }
&.index { // &.index {
p { // p {
padding-bottom: 2rem; // padding-bottom: 2rem;
} // }
} // }
&.getintouch p { &.getintouch p {
padding-bottom: 0; padding-bottom: 0;
} }
.contact { .contact {
p { p {
font-family: $sans_font; font-family: $sans_font;
} }
.contact_text { .contact_text {
@ -194,6 +225,14 @@ hr {
width: 25%; width: 25%;
} }
.small{
width: 25%;
}
.medium {
width: 50%;
}
.clearfix { .clearfix {
clear: both; clear: both;
} }
@ -209,16 +248,15 @@ hr {
} }
#content-column { #content-column {
@media all and (max-width: 1216px) { @media all and (max-width: 1216px) {
padding: 0 2rem; padding: 0 2rem;
} }
@media all and (min-width: 1408px) { @media all and (min-width: 1408px) {
padding-right: 6.5rem !important; padding-right: 6.5rem !important;
} }
} }
.title { .title {
font-family: $serif_font;
font-style: italic; font-style: italic;
font-weight: 200; font-weight: 200;
} }
@ -235,9 +273,22 @@ p {
} }
} }
a {
text-decoration: underline;
}
a.no-underline {
text-decoration: none;
}
h1 {
font-family: $mono_font;
font-size: 21px;
}
nav,footer { nav,footer {
font-family: $sans_font; font-family: $sans_font;
font-style: italic; //font-style: italic;
} }
.cv-entry { .cv-entry {
@ -269,16 +320,17 @@ footer {
display: none; display: none;
} }
} }
/* EVENTS PAGE STYLES /* EVENTS PAGE STYLES
====================== */ ====================== */
#events-listing { #events-listing {
h1 { h1 {
margin-bottom: 1em; margin-bottom: 1em;
font-weight: 600; font-weight: 600;
font-size: 21px; font-size: 21px;
} }
.events-list { .events-list {
li { li {
@ -289,7 +341,7 @@ footer {
padding-bottom: 0; padding-bottom: 0;
font-weight: bold; font-weight: bold;
} }
small { font-weight: normal;} small { font-weight: normal;}
} }
} }
@ -297,35 +349,42 @@ footer {
/* ABOLISH THE FAMILY STYLES /* ABOLISH THE FAMILY STYLES
============================= */ ============================= */
#abolish-the-family { #abolish-the-family {
padding-top: 1rem; // padding-top: 1rem;
@media (max-width: 480px) { padding-top: 2rem; } // @media (max-width: 480px) { padding-top: 2rem; }
@media (max-width: 480px) { border-top: 1px solid; } // @media (max-width: 480px) { border-top: 1px solid; }
background-color: #fff5f5;
.book-cell { .book-cell {
h1{
text-align: center;
color: #eb2b2b;
}
.book-cover { margin-top: 2em; } .book-cover { margin-top: 2em; }
.order-link { .order-link {
text-decoration: underline; text-decoration: underline;
font-size: 1.2rem; font-size: 1.2rem;
color: #851c22; color: #eb2b2b;
display: inline-block; text-align: center;
//display: inline-block;
@media (max-width: 480px) { padding-top: 1em; } @media (max-width: 480px) { padding-top: 1em; }
} }
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
#reviews { #reviews {
margin-bottom: 2rem; margin-bottom: 2rem;
h2 { h2 {
font-family: 'IBM Plex Serif', sans-serif; font-family: 'IBM Plex Serif', sans-serif;
font-size: 2rem; font-size: 2rem;
font-weight: 300; font-weight: 300;
font-style: italic; font-style: italic;
} }
ol { ol {
padding-left: 1.5rem; padding-left: 1.5rem;
li::marker { font-family: 'IBM Plex Serif', sans-serif; } li::marker { font-family: 'IBM Plex Serif', sans-serif; }
@ -333,11 +392,18 @@ footer {
} }
.testimonial-card { .testimonial-card {
font-family: $mono_font;
font-size: 16px;
text-transform: capitalize;
font-weight: bold;
border: 1px solid; border: 1px solid;
color: #eb2b2b;
padding: 1em; padding: 1em;
margin-bottom: 2rem; margin-bottom: 2rem;
.testimonial-author { .testimonial-author {
font-style: italic; font-weight: normal;
font-family: $serif_font;
font-size: 16px;
} }
} }
} }
@ -348,12 +414,11 @@ footer {
@media (max-width: 480px) { padding-top: 3rem; } @media (max-width: 480px) { padding-top: 3rem; }
@media (max-width: 480px) { border-top: 1px solid; } @media (max-width: 480px) { border-top: 1px solid; }
h1 { h1 {
margin-bottom: 1em; font-family: $mono_font;
font-family: 'IBM Plex Serif', sans-serif; font-size: 21px;
font-weight: 200; margin-bottom: 1em;
font-size: 2.25rem; font-weight: 200;
font-style: italic;
} }
.audio-list { .audio-list {
@ -364,10 +429,13 @@ footer {
p { p {
padding-bottom: 0; padding-bottom: 0;
font-weight: bold;
a{
font-weight: bold;
}
} }
small { font-weight: normal;} small { font-weight: normal;}
} }
} }
} }

View File

@ -1,18 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
{{- partial "head.html" . -}} {{- partial "head.html" . -}}
<body> {{ $content_class := $.Page.Params.title | lower }}
<div class="columns"> {{ if eq (.Title | lower) "abolish-the-family" }}
<div class="column is-3-fullhd is-1-widescreen is-hidden-touch is-hidden-desktop-only"></div> <body id="abolish-the-family">
<div id="content-column" class="column is-6-widescreen is-8-desktop"> {{else}}
{{- partial "header.html" . -}} <body>
{{- partial "nav.html" . -}} {{end}}
{{- block "main" . }}{{- end }} <div class="columns">
{{- partial "footer.html" . -}} <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>
<div id="octopus" class="column is-4-widescreen is-4-desktop is-hidden-touch "> </body>
{{- block "octo" . }}{{- end }}
</div>
</div>
</body>
</html> </html>

View File

@ -1,11 +1,10 @@
{{ define "main" }} {{ define "main" }}
{{ $content_class := $.Page.Params.title | lower }} {{ $content_class := $.Page.Params.title | lower }}
{{ if eq (.Title | lower) "about" }} {{ if eq (.Title | lower) "about" }}
<div class="columns">
<div class="column is-one-third"> <div class="column is-one-third">
<div class="headshot"> <div class="headshot">
{{ $img := relURL "img/headshot_example.png" }} {{ $img := relURL "img/headshot_example.png" }}
{{ if isset $.Site.Params.about "headshot" }} {{ if isset $.Site.Params.about "headshot" }}
{{ if fileExists ( printf "static/img/%s" $.Site.Params.about.headshot ) }} {{ if fileExists ( printf "static/img/%s" $.Site.Params.about.headshot ) }}
{{ $img := relURL ( printf "img/%s" $.Site.Params.about.headshot )}} {{ $img := relURL ( printf "img/%s" $.Site.Params.about.headshot )}}
<img src='{{ $img }}'> <img src='{{ $img }}'>
@ -17,11 +16,8 @@
{{ end }} {{ end }}
</div> </div>
</div> </div>
<div class="column"> <div id="content" class='section {{ $content_class }}'>
<div id="content" class='section {{ $content_class }}'> {{.Content}}
{{.Content}}
</div>
</div>
</div> </div>
{{ else }} {{ else }}
<div id="content" class='section {{ $content_class }}'> <div id="content" class='section {{ $content_class }}'>

View File

@ -2,7 +2,7 @@
<hr> <hr>
<div class="columns"> <div class="columns">
<div class="column"> <div class="column">
<div>FIND ME AT</div> <!--<div>FIND ME AT</div>-->
<div class="social-circles"> <div class="social-circles">
{{ if isset $.Site.Params.social "twitter" }} {{ if isset $.Site.Params.social "twitter" }}
{{- partial "social-circles/twitter.html" . -}} {{- partial "social-circles/twitter.html" . -}}

View File

@ -9,5 +9,5 @@
{{ template "_internal/twitter_cards.html" . }} {{ template "_internal/twitter_cards.html" . }}
<link href='{{ $style.RelPermalink }}' rel="stylesheet"> <link href='{{ $style.RelPermalink }}' rel="stylesheet">
<title>{{ $title }}</title> <title>{{ $title }}</title>
{{- partial "octocss.html" . -}} <!--{{- partial "octocss.html" . -}}-->
</head> </head>

View File

@ -1,12 +1,14 @@
<div class="hero header octopus-mobile"> <div class="hero header octopus-mobile">
<div class="hero-body"> <div class="hero-body">
<a href="/"> {{ $content_class := $.Page.Params.title | lower }}
<p class="title is-size-0"> <a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK&nbsp;<b>Abolish The Family</b></a><br />
<a class="no-underline" href="/">
<p class="title is-size-0-1">
{{ site.Params.header.name }} {{ site.Params.header.name }}
</p> </p>
<p class="subtitle is-size-4"> <p class="subtitle is-size-6">
{{ site.Params.header.subtitle }} {{ site.Params.header.subtitle }}
</p> </p>
</a> </a>
</div> </div>
</div> </div>

View File

@ -1,19 +1,15 @@
<nav> <nav>
<div class="tabs is-fullwidth nav-tabs is-italic is-uppercase"> <div class="tabs is-fullwidth nav-tabs is-uppercase">
<ul> <ul>
<li{{ if eq $.Page.Params.Title "index" }} class="is-active"{{ end }}><a href="/">Home</a></li>
{{ range $nav_tab := site.Params.navbar }} {{ range $nav_tab := site.Params.navbar }}
{{ $nav_title := replace $nav_tab "-" " " | title }} {{ $nav_title := replace $nav_tab "-" " " | title }}
{{ if eq $.Page.Params.title $nav_title }} {{ if eq $.Page.Params.title $nav_title }}
<li class="is-active"><a href="/{{$nav_tab}}">{{ $nav_title }}</a></li> <li class="is-active"><a href="/{{$nav_tab}}">{{ $nav_title }}</a></li>
{{ else }} {{else}}
<li><a href="/{{$nav_tab}}">{{ $nav_title }}</a></li> <li><a href="/{{$nav_tab}}">{{ $nav_title }}</a></li>
{{ end }} {{ end }}
{{ 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> </ul>
</div> </div>
</nav> </nav>