summaryrefslogtreecommitdiff
path: root/genveje.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
2023-05-24add link to plaintext web addresses, and update when brokenJonas Smedegaard
2023-05-24FIX: update broken internal linksJonas Smedegaard
2023-05-24FIX: add protocol for external links, and update when brokenJonas Smedegaard
2022-10-28normalize headlines to have one leading space and no trailing spaceJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -pi -e 's/^(#+)\s*([^\s#].*?)\h*$/$1 $2/g;' '{}' + ```
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-11-14Simplify inline conditions. Tidy markup (semantic hierarchy). Remove tag ↵Siri Reiter
forside (no longer relevant. Add meta date and tag vejviseren.
2016-09-09Date format changed.Siri Reiter
2016-09-07(no commit message)paul
2016-09-07(no commit message)paul
2016-09-07(no commit message)paul
2016-05-12(no commit message)paul
2016-05-12(no commit message)paul
2016-05-12(no commit message)paul
2016-05-03Image class solo (otherwise doesn't show in Chrome).Siri Reiter
2016-04-21creating tag page tag/bottomSiri Reiter
2016-04-08Resize front window images.Siri Reiter
2016-04-08(no commit message)paul
2016-03-29(no commit message)paul
2016-03-29(no commit message)paul
2016-03-29(no commit message)paul
2016-03-29(no commit message)paul
2016-03-29(no commit message)paul
2016-03-29(no commit message)paul
2016-03-29(no commit message)paul
2016-03-29(no commit message)paul
2016-03-20creating tag page tag/testSiri Reiter
2016-03-17(no commit message)paul
2016-03-09Text corrections.Siri Reiter
2016-03-08(no commit message)paul
2016-03-03Better meta titles.Siri Reiter
2016-02-25Special-case further when included on (test of new) frontpage.Jonas Smedegaard
2016-02-25Fix link also from image.Jonas Smedegaard
2016-02-25Add inline images. Add tag forside.Siri Reiter
2016-02-04(no commit message)paul
2016-02-04(no commit message)paul
2016-01-13(no commit message)paul
2016-01-13(no commit message)paul
2016-01-13(no commit message)paul
2015-11-27(no commit message)paul
2015-11-19(no commit message)paul
2015-11-19(no commit message)paul
2015-11-19(no commit message)paul
2015-11-19(no commit message)paul
2015-11-18(no commit message)paul
2015-11-18(no commit message)paul
2015-11-18(no commit message)paul