Safe Haskell | None |
---|---|
Language | Haskell98 |
Network.Gitit.Initialize
Description
Functions for initializing a Gitit wiki.
- initializeGititState :: Config -> IO ()
- recompilePageTemplate :: IO ()
- compilePageTemplate :: FilePath -> IO (StringTemplate String)
- createStaticIfMissing :: Config -> IO ()
- createRepoIfMissing :: Config -> IO ()
- createDefaultPages :: Config -> IO ()
- createTemplateIfMissing :: Config -> IO ()
Documentation
initializeGititState :: Config -> IO ()
Initialize Gitit State.
recompilePageTemplate :: IO ()
Recompile the page template.
createStaticIfMissing :: Config -> IO ()
Create static directory unless it exists.
createRepoIfMissing :: Config -> IO ()
Create page repository unless it exists.
createDefaultPages :: Config -> IO ()
createTemplateIfMissing :: Config -> IO ()
Create templates dir if it doesn't exist.