diff --git a/content/_index.html b/content/_index.html
index 57f12e9..38c92f3 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -22,6 +22,7 @@
Rum and Coke
Restless Town
Eigengrau
+ ally
Works containing Madison's writing
diff --git a/content/publications/_index.html b/content/publications/_index.html
index 775b13d..9c40b30 100644
--- a/content/publications/_index.html
+++ b/content/publications/_index.html
@@ -8,6 +8,15 @@ permalink: /publications/
Publications
+ -
+
+
-
diff --git a/content/publications/ally/index.md b/content/publications/ally/index.md
new file mode 100644
index 0000000..7b545dc
--- /dev/null
+++ b/content/publications/ally/index.md
@@ -0,0 +1,38 @@
+---
+type: page
+title: ally
+extracss: /publications/ally/main.css
+ogimg: /assets/img/publications/ally-front.png
+---
+
+
+
+What if I tried to write a memoir?
+
+Like.
+
+It doesn't need to be totally true, and maybe some stuff gets pretty floaty, and maybe some stuff winds up as poetry, and maybe some of it is ergodic with scans of notes or bits of other projects scattered throughout, and maybe I just own the hypertextuality of the medium, but it's generally autobiographical.
+
+That might be neat
+
+> Who are you kidding?
+
+Myself, I guess.
+
+> Well, have at it, then.
+
+-----
+
+*Coming soon! Available June, 2020*
+
+**ally** is an autobiographical project. A lot of the information contained within is real, some of it isn't. Each page is structured as a conversation between myself and my ally, a mirror reflection of myself.
+
+Based off the interactive project at [**ally.id**](ally.id), this book explores different facets of my life --- some true, some embellished, some wholly fictitious --- in a non-linear, ergodic fashion, using color, page-layout, and mixed-media to create a book more experience than memoir.
+
+### Content warning
+
+Several sections focus on suicide, self-harm, rape, sexual content, and poor mental health.
+
+-----
+
+* ISBN: 9781948743150
diff --git a/content/publications/ally/main.css b/content/publications/ally/main.css
new file mode 100644
index 0000000..0fc697c
--- /dev/null
+++ b/content/publications/ally/main.css
@@ -0,0 +1,28 @@
+@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
+
+h1, h2, h3, h4, h5, h6 {
+ text-align: center;
+ font-family: "Merriweather Sans", sans-serif !important;
+ color: #111111;
+}
+
+
+.page-content, .header-page h1, article {
+ background-color: #ffffff;
+ color: #111111;
+}
+
+
+.page-content p {
+ text-indent: 0;
+ margin-bottom: 1rem;
+}
+
+blockquote, .page-content strong {
+ font-family: "Merriweather Sans", sans-serif !important;
+ font-style: italic;
+ font-size: 12pt;
+ font-weight: normal;
+ color: #444444;
+ border: none;
+}
diff --git a/static/assets/img/publications/ally-front.jpg b/static/assets/img/publications/ally-front.jpg
new file mode 100644
index 0000000..216753f
Binary files /dev/null and b/static/assets/img/publications/ally-front.jpg differ
diff --git a/static/assets/img/publications/ally.png b/static/assets/img/publications/ally.png
new file mode 100644
index 0000000..b29c695
Binary files /dev/null and b/static/assets/img/publications/ally.png differ