willkg / douglas

DEAD PROJECT: File based static rendering blog system
Other
2 stars 3 forks source link

macro for generating blog urls from blog entries #15

Open willkg opened 10 years ago

willkg commented 10 years ago

It'd be nice to have a macro for generating blog urls from blog entries. That way we don't have to hard-code links in blog entries.

Douglas supports multiple entryparsers, so in order to do this, we probably have to write some "heavy lifting" code in Douglas and then have each entryparser implement the syntax to kick off that code.