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/*"]
|
assetGlobs = ["static/*"]
|
||||||
|
|
||||||
pagePaths :: [String]
|
pagePaths :: [String]
|
||||||
pagePaths = ["about.md", "contact.md"]
|
pagePaths = ["links.typ"]
|
||||||
|
|
||||||
postGlobs :: [String]
|
postGlobs :: [String]
|
||||||
postGlobs = ["posts/*.typ"]
|
postGlobs = ["posts/*.typ"]
|
||||||
|
|
|
@ -17,7 +17,7 @@ indexHtmlOutputPath srcPath =
|
||||||
indexHtmlSourcePath :: FilePath -> FilePath
|
indexHtmlSourcePath :: FilePath -> FilePath
|
||||||
indexHtmlSourcePath =
|
indexHtmlSourcePath =
|
||||||
Shake.dropDirectory1
|
Shake.dropDirectory1
|
||||||
. (<.> "md")
|
. (<.> "typ")
|
||||||
. Shake.dropTrailingPathSeparator
|
. Shake.dropTrailingPathSeparator
|
||||||
. Shake.dropFileName
|
. Shake.dropFileName
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue