Restructuring
I have introduced “filters”, so that you can browse single categories of weblog entries. It was simple. Basically, I keep a file called filter.list, containing the file names for all blosxom entries that belong to a category. Then when I “build” in Project Builder, it creates a sub-directory and copies all those entries into it (doing a touch -r entry.txt filter/entry.txt to preserve the timestamps). This will do until blosxom aggregates sub-directories into the main directory automatically.
Then I rearranged things a bit, moving all “navigation links” to the top of the page. I also got rid of the about me page, because I thought that the entries say more about me than the few lines I used to describe myself. I think this layout feels good.