noli-0.1.0.0: A static site generator

Safe HaskellNone
LanguageHaskell2010

Noli.Types

Synopsis

Documentation

data Settings Source #

Constructors

Settings 

Fields

data Post Source #

Constructors

Post 
Instances
Show Post Source # 
Instance details

Defined in Noli.Types

Methods

showsPrec :: Int -> Post -> ShowS #

show :: Post -> String #

showList :: [Post] -> ShowS #

data Project Source #

The "dynamic" representation of the static site

Constructors

Project 

Fields

data Page Source #

Constructors

Page 

Fields

type PostTemplate = PostTitle -> PostBody -> Html () Source #