Ludger Sicking
f8eda6b308
All checks were successful
ci/woodpecker/push/build_and_copy_blog Pipeline was successful
Autor:innen und Datum ergänzt Lesezeit entfernt
15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
## first regex steps
|
|
^(\s+- )givenName: (.+)\n(\s+)familyName: (.+)
|
|
$1givenName: $2\n$3familyName: $4\n###_tmpAuthor_: $2 $4
|
|
|
|
^(datePublished: )(.+)
|
|
$1$2\n###_tmpDate_: $2
|
|
|
|
## apply bash script "add-metadata-author-and-date.sh" with modifications by awk
|
|
|
|
## second regex steps
|
|
^(date: )###_tmpDate_: (.+)
|
|
$1$2
|
|
|
|
^###_tmpAuthor_: (.+)
|
|
- $1 |