psb/app/Config.hs
2024-08-02 01:03:09 -04:00

13 lines
214 B
Haskell

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