hakyll-convert-0.1.0.0: Convert from other blog engines to Hakyll.

Safe HaskellNone

Hakyll.Convert.Common

Documentation

data DistilledPost Source

Constructors

DistilledPost 

Fields

dpUri :: String
 
dpBody :: Text
 
dpTitle :: Maybe Text
 
dpTags :: [Text]
 
dpCategories :: [Text]

Categories are coarser-grained than tags; you might be interested in ignoring tags and just focusing on categories in cases where you have lots of little uninteresting tags.

dpDate :: Text