From 66e08337f1005d46b652171b2ac599176220fa5d Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 14 Oct 2020 23:54:05 -0400 Subject: [PATCH] fix section and series layouts --- .gitignore | 1 + config.yaml | 10 +++++----- content/episodes/01-necrodancer.md | 4 ++-- layouts/_default/taxonomy.html | 5 ++--- layouts/taxonomy/series.html | 11 +++++++++++ ...yles.scss_c253c1450adff31bb2ccb2afd691b09e.content | 8 ++++---- 6 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 layouts/taxonomy/series.html diff --git a/.gitignore b/.gitignore index 364fdec..73ab876 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public/ +resources/ diff --git a/config.yaml b/config.yaml index 388ff61..8ad751e 100644 --- a/config.yaml +++ b/config.yaml @@ -73,11 +73,11 @@ menu: Identifier: "series" Weight: -100 URL: "/series/" -# - Name: "Crypt of the Necrodancer" -# Identifier: "necrodancer" -# Parent: "series" -# URL: "/series/crypt-of-the-necrodancer/" -# Weight: 1 + - Name: "Crypt of the Necrodancer" + Identifier: "necrodancer" + Parent: "series" + URL: "/series/crypt-of-the-necrodancer/" + Weight: 1 - Name: "Meta" Identifier: "meta" Parent: "series" diff --git a/content/episodes/01-necrodancer.md b/content/episodes/01-necrodancer.md index 2a943a4..275318e 100644 --- a/content/episodes/01-necrodancer.md +++ b/content/episodes/01-necrodancer.md @@ -3,10 +3,10 @@ title: "First Series: Crypt of the Necrodancer" slug: 01-intro-necrodancer author: Vicky Zelda date: 2020-10-12T19:26:22-04:00 -publishDate: 2020-10-20 +#publishDate: 2020-10-20 audio: https://files.lorescape.xyz/01-intro-necrodancer.mp3 transcript: https://files.lorescape.xyz/01-intro-necrodancer.txt -draft: true +#draft: true keywords: - crypt of the necrodancer - podcast diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 01c8147..2a90bfe 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,10 +1,9 @@ {{ define "main" -}}
-

{{ .Title }}

+

{{ .Title }}

{{ $paginator := .Paginate (.Pages) -}} {{ range $paginator.Pages -}} -{{ .Render "summary"}} -↓ Download episode mp3   ↓ Download transcript +

{{ .Title }}

{{ end -}} {{ partial "pagination.html" . }}
diff --git a/layouts/taxonomy/series.html b/layouts/taxonomy/series.html new file mode 100644 index 0000000..01c8147 --- /dev/null +++ b/layouts/taxonomy/series.html @@ -0,0 +1,11 @@ +{{ define "main" -}} +
+

{{ .Title }}

+{{ $paginator := .Paginate (.Pages) -}} +{{ range $paginator.Pages -}} +{{ .Render "summary"}} +↓ Download episode mp3   ↓ Download transcript +{{ end -}} +{{ partial "pagination.html" . }} +
+{{ end }} diff --git a/resources/_gen/assets/scss/sass/styles.scss_c253c1450adff31bb2ccb2afd691b09e.content b/resources/_gen/assets/scss/sass/styles.scss_c253c1450adff31bb2ccb2afd691b09e.content index 8418cbe..7a79fd2 100644 --- a/resources/_gen/assets/scss/sass/styles.scss_c253c1450adff31bb2ccb2afd691b09e.content +++ b/resources/_gen/assets/scss/sass/styles.scss_c253c1450adff31bb2ccb2afd691b09e.content @@ -281,7 +281,7 @@ button, background: #666666; color: #fff; } -[disabled].button, +.button[disabled], button[disabled], [disabled][type='button'], [disabled][type='reset'], @@ -292,15 +292,15 @@ button[disabled], border-color: #eeeeee; background-image: none; text-shadow: none; } - [disabled].button:hover, + .button[disabled]:hover, button[disabled]:hover, [disabled][type='button']:hover, [disabled][type='reset']:hover, - [disabled][type='submit']:hover, [disabled].button:focus, + [disabled][type='submit']:hover, .button[disabled]:focus, button[disabled]:focus, [disabled][type='button']:focus, [disabled][type='reset']:focus, - [disabled][type='submit']:focus, [disabled].button:active, + [disabled][type='submit']:focus, .button[disabled]:active, button[disabled]:active, [disabled][type='button']:active, [disabled][type='reset']:active,