summaryrefslogtreecommitdiff
path: root/kodbyture.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-04-24change image formats and links and resizeSiri Reiter
2020-04-01Change tag.Siri Reiter
2017-09-04Remove Ikiwiki scaling of inline overview lists and implement the class ↵Siri Reiter
'overview' instead.
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.
2016-03-28Add image links.Siri Reiter
2016-03-28Remove inline image class solo.Siri Reiter
2016-03-28Clean up: Tags, text, markup, images, meta titles, outdates.Siri Reiter
2015-08-26(no commit message)paul
2015-08-26(no commit message)paul
2015-08-26(no commit message)paul
2015-08-26(no commit message)paul
2015-08-18(no commit message)paul
2015-08-11(no commit message)paul
2015-08-11(no commit message)paul
2015-08-11Add teaser.Siri Reiter
2015-08-11Add link to article.Siri Reiter
2015-08-11Add notebox.Siri Reiter
2015-08-11Image class deco.Siri Reiter
2015-08-11Add images.Siri Reiter
2015-08-11Small text corrections. Add link. Headlines and tags.Siri Reiter
2015-08-11Paste text from mail.Siri Reiter