summaryrefslogtreecommitdiff
path: root/vejviseren/kongelig_aff_ny.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;' '{}' + ```
2017-09-05Update image class.Siri Reiter
2017-09-05Update image classes.Siri Reiter
2017-02-05Remove space.Siri Reiter
2017-02-05Text corrections and tag check.Siri Reiter
2017-01-20(no commit message)paul
2017-01-20(no commit message)paul
2017-01-20(no commit message)paul
2017-01-20(no commit message)paul
2017-01-20Fix preview images.Siri Reiter
2017-01-20Add meta date and tag vejviseren. Text corrections. Image size, class and link.Siri Reiter
2017-01-19(no commit message)paul
2017-01-19(no commit message)paul
2017-01-19(no commit message)paul