Hauptordner der Seite umbenannt
von "sb" (static blog) zu "Website" (wie gewünscht) ;-)
This commit is contained in:
parent
fd3fc9856a
commit
c8ba286cf8
137 changed files with 1 additions and 1 deletions
15
Website/scripts/add-metadata-regex-steps
Normal file
15
Website/scripts/add-metadata-regex-steps
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue