hablo-1.1.0.1: A minimalist static blog generator
Safe HaskellNone
LanguageHaskell2010

Blog

Documentation

data Blog Source #

Constructors

Blog 

Fields

data Path Source #

Instances

Instances details
Eq Path Source # 
Instance details

Defined in Blog.Path

Methods

(==) :: Path -> Path -> Bool #

(/=) :: Path -> Path -> Bool #

Show Path Source # 
Instance details

Defined in Blog.Path

Methods

showsPrec :: Int -> Path -> ShowS #

show :: Path -> String #

showList :: [Path] -> ShowS #

Generic Path Source # 
Instance details

Defined in Blog.Path

Associated Types

type Rep Path :: Type -> Type #

Methods

from :: Path -> Rep Path x #

to :: Rep Path x -> Path #

ToJSON Path Source # 
Instance details

Defined in Blog.Path

type Rep Path Source # 
Instance details

Defined in Blog.Path

data Skin Source #

Instances

Instances details
Generic Skin Source # 
Instance details

Defined in Blog.Skin

Associated Types

type Rep Skin :: Type -> Type #

Methods

from :: Skin -> Rep Skin x #

to :: Rep Skin x -> Skin #

ToJSON Skin Source # 
Instance details

Defined in Blog.Skin

type Rep Skin Source # 
Instance details

Defined in Blog.Skin

data URL Source #

Constructors

URL 

Instances

Instances details
Generic URL Source # 
Instance details

Defined in Blog.URL

Associated Types

type Rep URL :: Type -> Type #

Methods

from :: URL -> Rep URL x #

to :: Rep URL x -> URL #

ToJSON URL Source # 
Instance details

Defined in Blog.URL

type Rep URL Source # 
Instance details

Defined in Blog.URL

data Wording Source #

Instances

Instances details
ToJSON Wording Source # 
Instance details

Defined in Blog.Wording