Lykah-0.0.2: A static website and blog generator

Safe HaskellNone
LanguageHaskell2010

Lykah.Theme2

Description

Themes are used to describe how to render a website/structure into HTML

Synopsis

Documentation

sect :: Monad m => Markup2 -> MarkupT m () -> MarkupT m () -> MarkupT m () Source #

Section

subSect :: Monad m => Markup2 -> MarkupT m () -> MarkupT m () -> MarkupT m () Source #

floatingImage Source #

Arguments

:: IDO a 
=> Int

size

-> Bool

the image should be wrapped in a link to open it in blank

-> String

classes

-> Maybe a

the image has a downscaled version

-> a

src

-> Maybe (EHtml b ())

the image should have this description and a clearfix after it

-> EHtml b () 

floating image with text, terminated by a clearfix.

loremMore :: Monad m => Int -> MarkupT m () Source #