md to typ
This commit is contained in:
parent
9c1dad567b
commit
fb421d59ae
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ assetGlobs :: [String]
|
|||
assetGlobs = ["static/*"]
|
||||
|
||||
pagePaths :: [String]
|
||||
pagePaths = ["about.md", "contact.md"]
|
||||
pagePaths = ["links.typ"]
|
||||
|
||||
postGlobs :: [String]
|
||||
postGlobs = ["posts/*.typ"]
|
||||
|
|
|
@ -17,7 +17,7 @@ indexHtmlOutputPath srcPath =
|
|||
indexHtmlSourcePath :: FilePath -> FilePath
|
||||
indexHtmlSourcePath =
|
||||
Shake.dropDirectory1
|
||||
. (<.> "md")
|
||||
. (<.> "typ")
|
||||
. Shake.dropTrailingPathSeparator
|
||||
. Shake.dropFileName
|
||||
|
||||
|
|
Loading…
Reference in a new issue