Guess at improving reply

This commit is contained in:
JP Hastings-Spital 2024-03-15 08:04:43 +00:00
parent c409fb5f3f
commit b06a2acd24
5 changed files with 31 additions and 63 deletions

View file

@ -27,12 +27,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.123.6
HUGO_VERSION: 0.123.8
steps:
# - name: Install Golang
# uses: actions/setup-go@v4
# with:
# go-version: '1.21.1'
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
@ -62,26 +58,6 @@ jobs:
--cacheDir /tmp/hugo/cache \
--minify \
--baseURL "https://www.byjp.me"
# - name: Syndicate
# env:
# INSTAGRAM_PASSWORD: ${{ secrets.INSTAGRAM_PASSWORD }}
# INSTAGRAM_TOTP: ${{ secrets.INSTAGRAM_TOTP }}
# PIXELFED_ACCESS_TOKEN: ${{ secrets.PIXELFED_ACCESS_TOKEN }}
# run: |
# cd tools/syndicate
# go mod download
# go run .
# if git diff-index --quiet HEAD; then
# echo "No syndication changes made"
# else
# echo "Committing syndication changes"
# git config --global user.email "github-actions[bot]@users.noreply.github.com"
# git config --global user.name "Syndicate[bot]"
# git commit -am "Syndicated post references"
# git push
# # TODO: Do not upload, but without failing the build
# exit 1
# fi
- name: Build search index
run: |
# Build the search index

View file

@ -0,0 +1,20 @@
---
title: "Barb Jungr's music felt good!"
emoji: 😄
type: review
date: 2024-03-15T07:03:40.884Z
inReplyTo: /calendar/one-off/2024-03/barb-jungr-feeling-good/
summary: I went to Barb Jungr's performance in London Bridge, and it was delightful!
location:
name: The Guy's Chapel
latitude: 51.50448455718357
longitude: -0.0881963644105807
---
What a lovely event! Barb's singing was rich and exciting, with Jenny's delightful and expressive piano accompaniment was all the more impressive when we learned it was almost entirely improvised.
Unlike the many excellent but inexperienced musicians out there, Barb also showed us her sparkling wit and comic timing in the spaces between her songs; I felt at home in her space. It was lovely.
And a beautiful space for it too!
![The inside of cosy "The Guy's Chapel", lit in blue, ready for a performance.](./mem3rwc.webp)

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View file

@ -1,35 +0,0 @@
---
date: 2024-03-15T07:03:40.884Z
publishDate: 2024-03-15T07:03:40.884Z
draft: true
inReplyTo: https://www.byjp.me/calendar/one-off/2024-03/barb-jungr-feeling-good/
category: jazz
references:
https://wwwByjpMe/calendar/oneOff/202403/barbJungrFeelingGood/:
url: https://www.mediculture.co.uk/whats-on/barb-jungr-feeling-good
type: event
name: "Barb Jungr: Feeling Good"
summary: Cabaret & jazz performer Barb Jungr performs a selection of her songs, all with a health and happiness theme.
description: This looks great! I've booked last minute and there's still space; note that it's free, but they request £10 on the door as a donation.Join international cabaret and jazz performer and song interpreter Barb Jungr for this special evening to celebrate Medi-Culture Festival 2024!Barb will be performing a selection of songs from her impressive back catalogue, all with a health and happiness related twinge!One of the most accomplished British singers of her generation. Barb Jungrs formidable talent as a singer, composer and lyricist is only outshined by her ability to reinterpret familiar songs and reveal new depths of meaning and beauty. Internationally acclaimed, Jungr continues to evolve her signature style while her transcendent artistry both live and recorded continues to delight audiences.This performance is in aid of the much-loved Old Operating Theatre Museum and Herb Garret we are asking for a donation of £10 cash on the night per person.
location:
type: geo
name: The Guy's Chapel
latitude: "51.50448455718357"
longitude: "-0.0881963644105807"
url: http://www.openstreetmap.org/?mlat=51.50448455718357&mlon=-0.0881963644105807&zoom=18&layers=M
start: March 14
duration: 1h15m
children:
- type: card
author: JP Hastings-Spital
url: https://www.byjp.me/
- type: card
url: https://www.byjp.me
name: JP
---
What a lovely event! Barb's singing was rich and exciting, with Jenny's delightful and expressive piano accompaniment was all the more impressive when we learned it was almost entirely improvised.
Unlike the many excellent but inexperienced musicians out there, Barb also showed us her sparkling wit and comic timing in the spaces between her songs; I felt at home in her space. It was lovely.
And a beautiful space for it too!

View file

@ -51,21 +51,28 @@
"name": "Like",
"post": {
"path": "content/notes/{yyyy}-{MM}-{dd}/{slug}/index.md",
"url": "notes/{yyyy}-{MM}-{dd}/{slug}"
"url": "notes/{yyyy}-{MM}-{dd}/{slug}/"
}
},
"note": {
"name": "Note",
"post": {
"path": "content/notes/{yyyy}-{MM}-{dd}/{slug}/index.md",
"url": "notes/{yyyy}-{MM}-{dd}/{slug}"
"url": "notes/{yyyy}-{MM}-{dd}/{slug}/"
}
},
"reply": {
"name": "Reply",
"post": {
"path": "content/notes/{yyyy}-{MM}-{dd}/{slug}/index.md",
"url": "notes/{yyyy}-{MM}-{dd}/{slug}/"
}
},
"photo": {
"name": "Photo",
"post": {
"path": "content/photos/{yyyy}-{MM}-{dd}/{slug}/index.md",
"url": "photos/{yyyy}-{MM}-{dd}/{slug}"
"url": "photos/{yyyy}-{MM}-{dd}/{slug}/"
},
"media": {
"path": "content/photos/{yyyy}-{MM}-{dd}/{slug}/{filename}"