summaryrefslogtreecommitdiff
path: root/skole/kirke.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
2017-09-05Update image classes.Siri Reiter
2017-09-04Remove Ikiwiki scaling of inline overview lists and implement the class ↵Siri Reiter
'overview' instead.
2017-03-03Remove image class solo for inline image.Siri Reiter
2017-03-03Add backlinks to all school tours.Siri Reiter
2017-03-01Change tag tour to ture.Siri Reiter
2017-03-01(no commit message)paul
2014-08-11Image links.Siri Reiter
2014-08-11Image class solo and size 500x for inline preview images.Siri Reiter
2014-08-10(no commit message)https://www.google.com/accounts/o8/id?id=AItOawnDHAqtpGqONpXAXWdnqqWFjeWgcsojN3g
2014-08-10(no commit message)https://www.google.com/accounts/o8/id?id=AItOawnDHAqtpGqONpXAXWdnqqWFjeWgcsojN3g
2014-08-10Remove subject list from inline preview.Siri Reiter
2014-08-10Shorten and clean up headlines and meta titles.Siri Reiter
2014-08-10Remove notebox to fix inline error.Siri Reiter
2014-08-10Clean up error with inline preview.Siri Reiter
2014-08-10Fix links.Siri Reiter
2014-08-10Add image class, tags, inline preview, meta titles and tags.Siri Reiter
2014-08-09Move and rename pages. Correct links in sidebar.Siri Reiter