diff --git a/content/gender/surgery/01.html b/content/gender/surgery/001.html similarity index 100% rename from content/gender/surgery/01.html rename to content/gender/surgery/001.html diff --git a/content/gender/surgery/02.html b/content/gender/surgery/002.html similarity index 100% rename from content/gender/surgery/02.html rename to content/gender/surgery/002.html diff --git a/content/gender/surgery/03.html b/content/gender/surgery/003.html similarity index 100% rename from content/gender/surgery/03.html rename to content/gender/surgery/003.html diff --git a/content/gender/surgery/004.html b/content/gender/surgery/004.html new file mode 100644 index 0000000..4146432 --- /dev/null +++ b/content/gender/surgery/004.html @@ -0,0 +1,6 @@ +--- +date: 2019-11-01 +weight: 4 +--- + +The surgery diff --git a/content/gender/surgery/05.html b/content/gender/surgery/005.html similarity index 100% rename from content/gender/surgery/05.html rename to content/gender/surgery/005.html diff --git a/content/gender/surgery/06.html b/content/gender/surgery/006.html similarity index 53% rename from content/gender/surgery/06.html rename to content/gender/surgery/006.html index 210f592..17090d8 100644 --- a/content/gender/surgery/06.html +++ b/content/gender/surgery/006.html @@ -1,6 +1,6 @@ --- -#date: 2019-11-01 -#weight: 6 +date: 2019-11-01 +weight: 6 --- The hospital and airbnb diff --git a/content/gender/surgery/07.html b/content/gender/surgery/007.html similarity index 100% rename from content/gender/surgery/07.html rename to content/gender/surgery/007.html diff --git a/content/gender/surgery/08.html b/content/gender/surgery/008.html similarity index 62% rename from content/gender/surgery/08.html rename to content/gender/surgery/008.html index f6c5dd0..00c0b32 100644 --- a/content/gender/surgery/08.html +++ b/content/gender/surgery/008.html @@ -1,6 +1,6 @@ --- -#date: 2019-11-01 -#weight: 8 +date: 2019-11-01 +weight: 8 --- the drive home mixed with retrospection diff --git a/content/gender/surgery/09.html b/content/gender/surgery/009.html similarity index 100% rename from content/gender/surgery/09.html rename to content/gender/surgery/009.html diff --git a/content/gender/surgery/10.md b/content/gender/surgery/010.md similarity index 100% rename from content/gender/surgery/10.md rename to content/gender/surgery/010.md diff --git a/content/gender/surgery/04.html b/content/gender/surgery/04.html deleted file mode 100644 index 745eaa1..0000000 --- a/content/gender/surgery/04.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -#date: 2019-11-01 -#weight: 4 ---- - -The surgery diff --git a/content/gender/surgery/_index.md b/content/gender/surgery/_index.md index a547b8b..5f2544d 100644 --- a/content/gender/surgery/_index.md +++ b/content/gender/surgery/_index.md @@ -1,7 +1,3 @@ --- type: serial --- - - diff --git a/content/gender/surgery/notes.md b/content/gender/surgery/notes.md deleted file mode 100644 index b191e87..0000000 --- a/content/gender/surgery/notes.md +++ /dev/null @@ -1,65 +0,0 @@ -* Surgery - * Decisions - * Deciding on surgery - * Deciding on a surgeon - * First round prep - * Getting letters (part 1) - * Getting the consult - * The consult - * The problem of hair - * Laser - * Electrolysis - * Leading up to surgery - * Getting letters (part 2) - * The pre-op appointments - * Mom visit - * Bowel prep - * Driving and the night before - * Surgery - * The morning of - * Waking up and the first night - * The hospital stay - * The bed - * Bed rest - * Bowel movements - * Breathing and fever - * The dressing - * The first sight - * Nerves mapping - * Anxiety and pain - * Medications - * timing - * Oxy/tylenol - * The heat - * The packing - * The drains - * The catheter - * The packing itself - * Peeing and showering - * The post-op stay - * The drive to the Airbnb - * Getting partner - * Drainage - * Showering and company - * Bacitracin - * Getting off oxy - * Getting comfortable - * Walking with cane - * Post-op visit - * Leaving Airbnb - * Powell's - * Getting there early - * Kat Campos and getting dilators - * Home - * The drive home - * Seeing dogs - * Dilating - * Shopping - * Healing - * Dilating and increasing size - * PT - * Lifting - * Walking - * Breathing - * Tensing/muscle control/kegels - * Healing well diff --git a/themes/ally/layouts/_default/list.html b/themes/ally/layouts/_default/list.html index 9ce46e8..9604db6 100644 --- a/themes/ally/layouts/_default/list.html +++ b/themes/ally/layouts/_default/list.html @@ -1,10 +1,13 @@ {{ define "main" }} -
- {{ .Content }} - {{ $paginator := .Paginate (where .Pages.ByPublishDate.Reverse ".Params.date" "!=" nil) 1 }} - {{ range $paginator.Pages.ByWeight }} -

{{ .Date.Format "January 2, 2006" }}

- {{ .Content }} +{{ $paginator := .Paginate (where .Pages.ByPublishDate.Reverse ".Params.date" "!=" nil) 1 }} +{{ $content := .Content }} +{{ range $paginator.Pages.ByWeight }} +
+ {{ $content }} +
+

{{ .Date.Format "January 2, 2006" }}

+ {{ .Content }} +
{{ end }} {{ partial "pagination.html" . }}
diff --git a/themes/ally/layouts/serial/list.html b/themes/ally/layouts/serial/list.html index 8eac24f..51fc924 100644 --- a/themes/ally/layouts/serial/list.html +++ b/themes/ally/layouts/serial/list.html @@ -1,10 +1,13 @@ {{ define "main" }} -
- {{ .Content }} - {{ $paginator := .Paginate (where .Pages ".Params.date" "!=" nil) 1 }} - {{ range $paginator.Pages.ByWeight }} -

{{ .Date.Format "January 2, 2006" }}

- {{ .Content }} +{{ $paginator := .Paginate (where .Pages.ByPublishDate.Reverse ".Params.date" "!=" nil) 1 }} +{{ $content := .Content }} +{{ range $paginator.Pages.ByWeight }} +
+ {{ $content }} +
+

{{ .Date.Format "January 2, 2006" }}

+ {{ .Content }} +
{{ end }} {{ partial "pagination.html" . }} {{ if (isset .Params "back") }} diff --git a/themes/ally/static/css/main.css b/themes/ally/static/css/main.css index 455f78a..b904929 100644 --- a/themes/ally/static/css/main.css +++ b/themes/ally/static/css/main.css @@ -29,6 +29,7 @@ a { .zoom a { border: none; font-size: 2em; + outline: none !important; } abbr { text-decoration: none; @@ -86,7 +87,13 @@ main { } main.full { max-width: 100%; - text-align: center; +} +main.full svg { + margin: auto; +} +main.fit .page .verse { + white-space: pre; + overflow-x: scroll; } main.fit svg { max-width: 100%; @@ -122,6 +129,9 @@ blockquote em { white-space: pre-wrap; margin-top: 0; } +.verse blockquote { + margin-bottom: 0; +} .cw { color: #800; text-align: right; @@ -238,3 +248,12 @@ ul.pagination .page-item.active a { border: none; cursor: text; } + +@media only screen and (max-width: 500px) { + main.fit .page .verse { + font-size: 10pt; + } + main.fit .page .verse blockquote { + font-size: 8pt; + } +}