md to typ

This commit is contained in:
Pagwin 2024-07-20 17:37:49 -04:00
parent 9c1dad567b
commit fb421d59ae
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ assetGlobs :: [String]
assetGlobs = ["static/*"]
pagePaths :: [String]
pagePaths = ["about.md", "contact.md"]
pagePaths = ["links.typ"]
postGlobs :: [String]
postGlobs = ["posts/*.typ"]

View file

@ -17,7 +17,7 @@ indexHtmlOutputPath srcPath =
indexHtmlSourcePath :: FilePath -> FilePath
indexHtmlSourcePath =
Shake.dropDirectory1
. (<.> "md")
. (<.> "typ")
. Shake.dropTrailingPathSeparator
. Shake.dropFileName