psb/app/Config.hs

13 lines
228 B
Haskell

module Config where
outputDir :: String
outputDir = "publish"
assetGlobs :: [String]
assetGlobs = ["static//*"]
pagePaths :: [String]
pagePaths = ["links.typ"]
postGlobs :: [String]
postGlobs = ["posts/*.typ", "posts/*.md"]