summaryrefslogtreecommitdiff
path: root/vejviseren/april2021nyheder.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;' '{}' + ```
2022-10-28normalize headlines to have one leading space and no trailing spaceJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -pi -e 's/^(#+)\s*([^\s#].*?)\h*$/$1 $2/g;' '{}' + ```
2022-05-09jpg as image formats, resize imagesSiri Reiter
2021-04-20(no commit message)paul
2021-04-19rewrite strange correct wordSiri Reiter
2021-04-19fix text hierarchySiri Reiter
2021-04-19fix image classesSiri Reiter
2021-04-19correct title and meta titleSiri Reiter
2021-04-19fix linkSiri Reiter
2021-04-19move page, fix meta date and make text correctionsSiri Reiter
2021-04-19move page, fix meta date and make text correctionsSiri Reiter