diff --git a/.gitignore b/.gitignore index b09be06..1806741 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ public/ .hugo_build.lock # VSCode files +.vs/ .vscode/ !.vscode/settings.json !.vscode/tasks.json @@ -28,4 +29,4 @@ public/ !.vscode/extensions.json !.vscode/*.code-snippets .history/ -*.vsix \ No newline at end of file +*.vsix diff --git a/archetypes/stories.md b/archetypes/stories.md index dc5c9f6..f4f9a5b 100644 --- a/archetypes/stories.md +++ b/archetypes/stories.md @@ -7,6 +7,7 @@ bio: storycorps: "https://archive.storycorps.org/embed/" story_image: "images/storytellers/" facilitators: [""] +editors: [""] audio: "https://media.blubrry.com/1466155/content.blubrry.com/1466155/" explicit: "no" bytes: diff --git a/content/stories/2023/thea-flowers.md b/content/stories/2023/thea-flowers.md index 754f567..0e4f8c8 100644 --- a/content/stories/2023/thea-flowers.md +++ b/content/stories/2023/thea-flowers.md @@ -7,6 +7,7 @@ bio: "Thea Flowers is an open source advocate, music technologist, and weasel en storycorps: "https://archive.storycorps.org/embed/3775783" story_image: "images/misc/raspberry-pi.jpg" facilitators: ["julia ferraioli"] +editors: ["Clarie Moss"] audio: "https://media.blubrry.com/1466155/content.blubrry.com/1466155/Thea_Flowers_on_Open_Source_Hardware.mp3" explicit: "no" bytes: 23148789 diff --git a/layouts/partials/credits.html b/layouts/partials/credits.html new file mode 100644 index 0000000..c9ba265 --- /dev/null +++ b/layouts/partials/credits.html @@ -0,0 +1,9 @@ +
+ The story was facilated by {{delimit .Params.facilitators ", " " and "}} + {{ if .Params.editors }} + + and edited by {{delimit .Params.editors ", " " and "}}. + + {{ end }} + +
\ No newline at end of file diff --git a/layouts/stories/single.html b/layouts/stories/single.html index daf1820..b5c56f3 100644 --- a/layouts/stories/single.html +++ b/layouts/stories/single.html @@ -44,16 +44,17 @@