summaryrefslogtreecommitdiff
path: root/vejviseren/kbh-kapitler_2022.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-04-21move teaser image above textSiri Reiter
2022-04-21image format change, add sizeSiri Reiter
2022-04-18(no commit message)paul
2022-02-26(no commit message)paul
2022-02-25change guide nameSiri Reiter
2022-02-25text corrctions, add tour, publicationSiri Reiter
2022-02-25(no commit message)paul
2022-02-25(no commit message)paul
2022-02-25(no commit message)paul
2022-02-25(no commit message)paul
2022-02-25(no commit message)paul
2022-02-24add collageSiri Reiter
2022-02-23move blog article into blogSiri Reiter