hakyll-1.2: A simple static site generator library.Source codeContentsIndex
Network.Hakyll.SimpleServer
Description
Module containing a small, simple http file server for testing and preview purposes.
Synopsis
simpleServer :: PortNumber -> FilePath -> IO ()
Documentation
simpleServer :: PortNumber -> FilePath -> IO ()Source
Start a simple http server on the given PortNumber, serving the given directory.
Produced by Haddock version 2.6.0