summaryrefslogtreecommitdiff
path: root/vejviseren/2024program.mdwn
AgeCommit message (Collapse)Author
2024-04-06rename *.mdwn to */index.md, except index/topbar/farbar/sidebar filesJonas Smedegaard
command: ``` perl -MPath::Tiny -WE 'use strict; path(".")->visit(sub{return unless -f && /\.mdwn$/; my $stem=$_->basename(".mdwn"); my $new=$_->sibling($stem,"index.md"); return if $stem =~ /^index|topbar|sidebar|farbar|footer$/ || $new->exists; $new->parent->mkpath; system("git","mv", $_, $new)},{recurse=>1})' ```
2024-04-06normalize directives to always quote variablesJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -gpi -e 's/(?:class|link|size|stem|width|height)=\K[^=\s"\]>]+/"$&"/g;' '{}' + ```
2023-12-14correct text and markupSiri Reiter
2023-12-01(no commit message)paul
2023-12-01fix image link and correct text in captionsSiri Reiter
2023-12-01(no commit message)paul
2023-12-01(no commit message)paul
2023-12-01(no commit message)paul
2023-12-01add line breaksSiri Reiter
2023-12-01move preview image up, add linkSiri Reiter
2023-12-01change image class - and a headlineSiri Reiter
2023-12-01correct linkSiri Reiter
2023-12-01add image link and correct image classesSiri Reiter
2023-12-01move news article and edit textSiri Reiter