summaryrefslogtreecommitdiff
path: root/mellemlinierne.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-25change image format and name, fix links and resizeSiri Reiter
2022-04-22remove tag aktueltSiri Reiter
2022-04-19add tag aktueltSiri Reiter
2020-07-27Improve meta titleSiri Reiter
2019-04-10(no commit message)paul
2019-03-02Tag aktuelt.Siri Reiter
2019-02-21Add notebox.Siri Reiter
2019-02-21No full stop in Danish headlines.Siri Reiter
2019-02-21Text corrections.Siri Reiter
2019-02-21(no commit message)paul
2019-02-21(no commit message)paul
2019-02-21(no commit message)paul