sitepipe-0.1.0: A simple to understand static site generator

Safe HaskellSafe
LanguageHaskell2010

SitePipe.Utilities

Synopsis

Documentation

addPrefix :: String -> FilePath -> FilePath Source #

Add a prefix to a filepath or url

setExt :: String -> FilePath -> FilePath Source #

Set the extension of a filepath or url to the given extension. Use setExt "" to remove any extension.