summaryrefslogtreecommitdiff
path: root/aabneture/2024/februar.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-02-20update tourSiri Reiter
2024-02-14small text changes; add to listSiri Reiter
2024-02-14edit lists - cancellations and newsSiri Reiter
2024-02-11edit tour listsSiri Reiter
2024-01-19update tour lists feb-maySiri Reiter
2023-11-30update open tour listsSiri Reiter
2023-11-10add calendarSiri Reiter