#!/bin/sh . ~/.config/b4rcms/basics.sh #compile the blogposts for FILE in $(ls --time=creation -t $ROOT/blogposts) ; do mkdir -p $SOURCE/blogposts echo "$(header $FILE; cat $ROOT/blogposts/$FILE; footer)" >| $SOURCE/blogposts/$FILE done #compile the blogpost.html printf "$( header blogposts.html; printf \ "

Here is all the blogposts i have posted about