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 /tomkristensen/index.md | |
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 'tomkristensen/index.md')
-rw-r--r-- | tomkristensen/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tomkristensen/index.md b/tomkristensen/index.md index efef9f82..a4c96674 100644 --- a/tomkristensen/index.md +++ b/tomkristensen/index.md @@ -2,7 +2,7 @@ [[!if test="included()" then=""" -[[!img tomk_whiskey.jpg class="overview" size="200x" link="/tomkristensen"]] +{{ img(path="tomk_whiskey.jpg" class="overview" size="200x" link="/tomkristensen") }} > Jeg længes mod skibskatastrofer og hærværk og pludselig død. @@ -15,11 +15,11 @@ København i det hektiske år 1930. else=""" [[!template id="deco" text=" -[[!img tomk_whiskey3.jpg class="deco" size="200x" ]] -[[!img vbtrappe.jpg class="deco" size="200x" ]] -[[!img Nyhavnsolgraa.jpg class="deco" size="200x" ]] -[[!img Screen_Shot_2014-01-16_at_18.46.37.jpg class="deco" size="200x" ]] -[[!img Screen_Shot_2014-01-16_at_18.48.19.jpg class="deco" size="200x" ]] +{{ img(path="tomk_whiskey3.jpg" class="deco" size="200x") }} +{{ img(path="vbtrappe.jpg" class="deco" size="200x") }} +{{ img(path="Nyhavnsolgraa.jpg" class="deco" size="200x") }} +{{ img(path="Screen_Shot_2014-01-16_at_18.46.37.jpg" class="deco" size="200x") }} +{{ img(path="Screen_Shot_2014-01-16_at_18.48.19.jpg" class="deco" size="200x") }} "]] # Undergang København |