From 6a1783608ebf3833378ab0a148b86100ed3c1500 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sun, 11 Aug 2019 14:56:41 -0700 Subject: [PATCH] About --- content/about/_index.md | 9 +++++++++ themes/ally/layouts/partials/footer.html | 2 +- themes/ally/layouts/partials/header.html | 2 +- themes/ally/layouts/serial/list.html | 1 + themes/ally/static/css/main.css | 3 +++ 5 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 content/about/_index.md diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..7636449 --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,9 @@ +--- +type: serial +--- + +*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. The idea was originally cribbed from Dale Pendell's wonderful *Pharmako/\** trilogy back in my late teens, but has since taken on a life of its own. + +Other inspirations are Mark Z. Danielewski's House of Leaves and J. J. Abrams and Doug Dorst's S for both their ergodic elements and the underlying autobiographical elements. On the hypertextual side, projects such as the old [Fray](http://fray.com/index-old.shtml) (notably the story [The Worm Within](https://fray.com/drugs/worm/)) and [Nobody Here](https://nobodyhere.com). Bonus points to [Ouverture Facile](http://www.ouverture-facile.com/) and the ilk for getting me thinking about online projects, even if this one isn't so riddly yet. + +If you'd like to read more of my stuff, I have a [writing page](https://writing.drab-makyo.com) (which even includes [a plain old blog](https://writing.drab-makyo.com/blog/)) and a [writing portfolio](https://makyo.ink). diff --git a/themes/ally/layouts/partials/footer.html b/themes/ally/layouts/partials/footer.html index 0715cb0..ea8e868 100644 --- a/themes/ally/layouts/partials/footer.html +++ b/themes/ally/layouts/partials/footer.html @@ -1,5 +1,5 @@ diff --git a/themes/ally/layouts/partials/header.html b/themes/ally/layouts/partials/header.html index 8fa1c5d..49f1b14 100644 --- a/themes/ally/layouts/partials/header.html +++ b/themes/ally/layouts/partials/header.html @@ -1,4 +1,4 @@
-

ally

+

ally

diff --git a/themes/ally/layouts/serial/list.html b/themes/ally/layouts/serial/list.html index ea4cc9d..d9a04f4 100644 --- a/themes/ally/layouts/serial/list.html +++ b/themes/ally/layouts/serial/list.html @@ -1,5 +1,6 @@ {{ define "main" }}
+ {{ .Content }} {{ $paginator := .Paginate (where .Pages ".Params.date" "!=" nil) 1 }} {{ range $paginator.Pages.ByWeight }} {{ .Content }} diff --git a/themes/ally/static/css/main.css b/themes/ally/static/css/main.css index fee46ef..cf7715b 100644 --- a/themes/ally/static/css/main.css +++ b/themes/ally/static/css/main.css @@ -83,6 +83,9 @@ h1 { padding: 0; margin: 0; } +h1 a { + border: none; +} main, footer { max-width: 960px; margin: 0 auto;