summaryrefslogtreecommitdiff
path: root/kbh_1814.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
2018-05-11Change/add tags of historical period.Siri Reiter
2017-10-25Remove links mentioned in farbar.Siri Reiter
2017-10-01Fix link.Siri Reiter
2017-09-04Remove Ikiwiki scaling of inline overview lists and implement the class ↵Siri Reiter
'overview' instead.
2017-03-17Add link to history themed tours.Siri Reiter
2017-02-23Add tag ture and remove tag tours. Inline lists trimmed to include tours. ↵Siri Reiter
Trim tags. Random markup changes, i.e. move meta titles to top.
2017-02-05Tag ture.Siri Reiter
2017-01-14Move deco images from list page to tour descriptions.Siri Reiter
2016-03-29Fix inline- and cover images.Siri Reiter
2016-03-29Check tags, fix inline images, remove deco friese in link page.Siri Reiter
2016-03-26Add descriptions of norwegian tours.Siri Reiter
2016-03-26creating tag page tag/norskSiri Reiter