plan.sh (320B)
1 add-plan () 2 { 3 sed -i \ 4 -e /'{PLAN}'/'r '<(${pandoc} plan.md) \ 5 -e /'{PLAN}'/'c\' \ 6 $1 7 } 8 9 title='Plan du site' 10 stylesheets=() 11 transforms=() # TODO: highlight footer link 12 postprocess=add-plan 13 translation=sitemap