summaryrefslogtreecommitdiff
path: root/skole/ture.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})' ```
2021-06-28move content order and add backlinkSiri Reiter
2021-03-16Show all list entries.Siri Reiter
2018-03-03Modernize to use tagged() pagespec.Jonas Smedegaard
2017-03-03Change inline condition to skole, not edu.Siri Reiter
2017-03-03Add backlinks to all school tours.Siri Reiter
2017-03-01Fix inline condition (ture, not tours).Siri Reiter
2014-08-10Rephrase title.Siri Reiter
2014-08-10Add bulleted list of school subjects at the bottom of the page.Siri Reiter
2014-08-10Fix inline dir.Siri Reiter
2014-08-10Add inline list of all school tours.Siri Reiter