summaryrefslogtreecommitdiff
path: root/blog/archives.mdwn
AgeCommit message (Collapse)Author
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;' '{}' + ```
2013-01-28Unlimit number of blog entries in list and avoid entries tagged 'vejviseren'.Siri Reiter
2013-01-28Make archive (copy from project friis). Markup changes in the list 'arkiv'.Siri Reiter