themed series and episodes lists

This commit is contained in:
Vicky Steeves 2020-10-14 20:22:54 -04:00
parent 4860f3ccec
commit 466520aba1
12 changed files with 83 additions and 23 deletions

View File

@ -1,29 +1,36 @@
---
title: "{{ replace .TranslationBaseName "-" " " | humanize }}"
slug:
author: Vicky Zelda
date: {{ .Date }}
publishDate:
audio: https://files.lorescape.xyz/XX-XXXX.mp3
transcript: https://files.lorescape.xyz/XX-XXXX.txt
draft: true
keywords:
-
-
-
-
categories:
-
- crypt of the necrodancer
- podcast
- video games
series:
- Crypt of the Necrodancer
tags:
-
-
podcast:
mp3: https://files.lorescape.xyz/0X-.mp3
mp3: https://files.lorescape.xyz/XX-XXXX.mp3
duration:
image:
src:
alt:
src: /images/01-necrodancer.png
alt: Logo for Crypt of the Necrodancer
episode:
season: 1
---
<!--more-->
{{< audio src="https://files.lorescape.xyz/0X-.mp3">}}
[&darr; Download episode mp3](https://files.lorescape.xyz/00-intro.mp3)
## Transcript
[&darr; Download transcript](https://files.lorescape.xyz/00-intro.txt)

View File

@ -7,6 +7,11 @@ languageCode: "en-US"
author:
name: "Vicky Zelda"
taxonomies:
category: categories
series: series
tag: tags
params:
contact: "info@lorescape.xyz"
copyright: "Original content is licensed [CC BY-NC](https://creativecommons.org/licenses/by-nc/4.0/)."
@ -67,16 +72,16 @@ menu:
- Name: "Series"
Identifier: "series"
Weight: -100
URL: "/categories/"
# - Name: "Crypt of the Necrodancer"
# Identifier: "necrodancer"
# Parent: "series"
# URL: "/categories/crypt-of-the-necrodancer/"
# Weight: 1
URL: "/series/"
- Name: "Crypt of the Necrodancer"
Identifier: "necrodancer"
Parent: "series"
URL: "/series/crypt-of-the-necrodancer/"
Weight: 1
- Name: "Meta"
Identifier: "meta"
Parent: "series"
URL: "/categories/meta/"
URL: "/series/meta/"
Weight: 2
- Name: "Episodes"
Identifier: "episodes"

View File

@ -2,12 +2,14 @@
title: "Enter the Lorescape"
author: Vicky Zelda
date: 2020-10-12T19:26:18-04:00
audio: https://files.lorescape.xyz/00-intro.mp3
transcript: https://files.lorescape.xyz/00-intro.txt
keywords:
- podcast
- video games
- introduction
- lore
categories:
series:
- Meta
tags:
- intro
@ -25,7 +27,13 @@ This episode introduces Lorescape, a new podcast that goes into the universe bui
<!--more-->
{{< audio src="https://files.lorescape.xyz/00-intro.mp3">}}
{{< audio src="https://files.lorescape.xyz/00-intro.mp3">}}
[&darr; Download episode mp3](https://files.lorescape.xyz/00-intro.mp3)
## Transcript
[&darr; Download transcript](https://files.lorescape.xyz/00-intro.txt)
00:00:00
Vicky: hello

View File

@ -3,13 +3,15 @@ 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
draft: true
#publishDate: 2020-10-20
audio: https://files.lorescape.xyz/01-intro-necrodancer.mp3
transcript: https://files.lorescape.xyz/01-intro-necrodancer.txt
#draft: true
keywords:
- crypt of the necrodancer
- podcast
- video games
categories:
series:
- Crypt of the Necrodancer
tags:
- plot summary
@ -29,3 +31,7 @@ The first series we'll go over is the Crypt of the Necrodancer!
<!--more-->
{{< audio src="https://files.lorescape.xyz/01-necrodancer.mp3">}}
[&darr; Download episode mp3](https://files.lorescape.xyz/01-intro-necrodancer.mp3)
## Transcript
[&darr; Download transcript](https://files.lorescape.xyz/01-intro-necrodancer.txt)

View File

@ -0,0 +1,7 @@
{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
</div>
</main>
{{ end }}

View File

@ -4,8 +4,8 @@
{{ $paginator := .Paginate (.Pages) -}}
{{ range $paginator.Pages -}}
{{ .Render "summary"}}
{{ end -}}
{{ end -}}
{{ partial "pagination.html" . }}
</main>
{{ end }}

View File

@ -0,0 +1,12 @@
{{ define "main" -}}
<main class="main layout__main">
<h1 class="title">{{ .Title }} <a href="/episodes/index.xml"><img src="/images/rss.png" style="vertical-align:sub;"></a></h1>
{{ $paginator := .Paginate (.Pages) -}}
{{ range $paginator.Pages -}}
{{ .Render "summary"}}
<a href="{{ .Param "audio" }}" class="download">&darr; Download episode mp3</a> &nbsp; <a href="{{ .Param "transcript" }}" class="download">&darr; Download transcript</a>
{{ end -}}
{{ partial "pagination.html" . }}
</main>
{{ end }}

View File

@ -7,9 +7,11 @@
{{ if .Params.tags }}{{ partial "tags.html" . }}{{ end -}}
</header>
<div class="content">
{{ .Content }}
{{ if ne .Lastmod .Date }}{{ partial "dates.html" . }}{{ end -}}
</div>
</article>
</main>

View File

@ -5,5 +5,6 @@
</header>
<div class="content">
{{ .Summary }}
</div>
</article>

View File

@ -0,0 +1,11 @@
{{ define "main" -}}
<main class="main layout__main">
<h1 class="title">{{ .Title }} <a href="{{ .Permalink | safeURL }}"><img src="/images/rss.png" style="vertical-align:sub;"></a></h1>
{{ $paginator := .Paginate (.Pages) -}}
{{ range $paginator.Pages -}}
{{ .Render "summary"}}
<a href="{{ .Param "audio" }}" class="download">&darr; Download episode mp3</a> &nbsp; <a href="{{ .Param "transcript" }}" class="download">&darr; Download transcript</a>
{{ end -}}
{{ partial "pagination.html" . }}
</main>
{{ end }}

View File

@ -6,6 +6,7 @@
{{ $paginator := .Paginate (.Pages) -}}
{{ range $paginator.Pages -}}
{{ .Render "summary"}}
{{ end -}}
{{ partial "pagination.html" . }}

BIN
static/images/rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB