summaryrefslogtreecommitdiff
path: root/tours/turlisten.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;' '{}' + ```
2023-10-18wrap deco images, to support excempting auto-width stylingJonas Smedegaard
2022-10-28fix image pathsJonas Smedegaard
2021-04-05remove obsolete image sizesSiri Reiter
2016-04-21creating tag page tag/bottomSiri Reiter
2016-03-22Create front cover page with redir to tours to be able to maintain a long ↵Siri Reiter
meta title on the main page. Tag cover to be able to exclude page from inline lists.
2016-03-22Add intropage for tours to show up on frontSiri Reiter
2016-03-20creating tag page tag/testSiri Reiter