summaryrefslogtreecommitdiff
path: root/aabneture/2022/juni.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})' ```
2022-05-29fix line breakSiri Reiter
2022-05-16fix prizesSiri Reiter
2022-05-16change prizes, fix name, fix linksSiri Reiter
2022-05-15add tourSiri Reiter
2022-05-15add tourSiri Reiter
2022-05-15update listsSiri Reiter
2022-05-06update lists, new promoted tour, resize imagesSiri Reiter
2022-01-16inline display of content in subpage 'juni' substitutes direct contentSiri Reiter