summaryrefslogtreecommitdiff
path: root/skole/design.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-03-16Show all list entries.Siri Reiter
2018-03-03Modernize to use tagged() pagespec.Jonas Smedegaard
2017-03-05Fix tagging and lists.Siri Reiter
2014-08-10(no commit message)https://www.google.com/accounts/o8/id?id=AItOawnDHAqtpGqONpXAXWdnqqWFjeWgcsojN3g
2014-08-10Add bulleted list of other tours at the bottom of each page with inlinelist.Siri Reiter
2014-08-10Check and fix links and tags.Siri Reiter
2014-08-10Add edu stylesheet - and commit the changes.Siri Reiter
2014-08-10Add headlines and meta titles.Siri Reiter
2014-08-06Set up school subject overview pages with inline lists.Siri Reiter