diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-06-19 21:48:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-06 10:37:09 +0200 |
commit | 30b9669ea95e6b3b4f48a25c8045c2b4f551dacd (patch) | |
tree | 2388bf9d3c5a3b617341285f284e888f5dd4c41e /arthursminde | |
parent | e30097f4a9ffc42d57df2c463ae4770b61ff8769 (diff) |
convert img and template directives to shortcodes
command:
```
find * -type f -name '*.md' -execdir perl -gpi -e 's/\[\[!img\s+([^\s\]"]+)(\s(?:[^\]]|"[^"]*")+?)?\s*\]\]/{{ img(path="$1"$2) }}/g; s/\[\[!template\s+id="?(columns|note|video)"?\s+([^\]]+?)\s*\]\]/{{ $1($2) }}/g;' '{}' +
```
Diffstat (limited to 'arthursminde')
-rw-r--r-- | arthursminde/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arthursminde/index.md b/arthursminde/index.md index b9be3c71..b1ed1aed 100644 --- a/arthursminde/index.md +++ b/arthursminde/index.md @@ -16,11 +16,11 @@ Around 1900 the Sundby area was already diverse, with small village houses on th Hint: you needed good light to take portaits like these. -[[!img bertelsenphoto.jpg class="solo"]] +{{ img(path="bertelsenphoto.jpg" class="solo") }} Lady in rural dress. Amager was a mainly agriculural area outside of Sundby village centre- -[[!img berthelsenkonf.jpg class="solo"]] +{{ img(path="berthelsenkonf.jpg" class="solo") }} Photo for Konfirmation (communion). This would have taken place in the church across from the studio. @@ -30,7 +30,7 @@ Photo for Konfirmation (communion). This would have taken place in the church ac Photo of the corner building on the corner og Absalonsgade, now Kurlandskgade. The studio is visible on the fourth floor, Today it's an appartment with nice lighting. But the big windows are not a new renovation. ' -[[!img abgade1890nr44.jpg class="solo"]] +{{ img(path="abgade1890nr44.jpg" class="solo") }} ##What's with the street names? To navigate old Sundby, you need to know the old street names. You can find a map on the church grounds - south east of the church. Look for the hexagons. @@ -39,6 +39,6 @@ To navigate old Sundby, you need to know the old street names. You can find a ma -[[!template id=note text="""tekst"""]] +{{ note(text="""tekst""") }} """]] |