psb/app/Config.hs
2024-07-20 17:37:49 -04:00

13 lines
213 B
Haskell

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