roki-web-2.0.0.0
Source
Contents
Index
Safe Haskell
Safe-Inferred
Language
Haskell2010
Config.Blog
Documentation
data
BlogConfig
m
Source
#
Constructors
BlogConfig
Fields
blogIsPreview
::
Bool
blogName
::
String
blogDescription
::
String
blogFont
::
Html
()
blogPageEntriesNum
::
Int
blogPrevNextTitleMaxNum
::
Int
blogFeedRecentNum
::
Int
blogHeaderAdditional
::
Html
()
blogBeforeContentBodyAdditional
::
Html
()
blogFooterAdditional
::
Html
()
blogTagBuilder
:: m
Tags
blogTagPagesPath
::
FilePath
->
FilePath
blogEntryPattern
::
Pattern
blogEntryFilesPattern
::
Pattern
blogFeedConfig
::
FeedConfiguration
blogContentSnapshot
::
String
blogYearlyArchivesBuilder
:: m
YearlyArchives
blogMonthlyArchivesBuilder
:: m
MonthlyArchives
blogYearlyPagePath
::
FilePath
->
FilePath
blogMonthlyPagePath
:: (
FilePath
,
FilePath
) ->
FilePath
blogWriterOptions
::
WriterOptions
blogGoogleCx
::
String