WillMatthews / willmatthews.xyz

Site infrastructure for willmatthews.xyz (CSS/JS/HS/images/icons). Hakyll project.
MIT License
0 stars 0 forks source link

Copy markdown to .page files #1

Open WillMatthews opened 8 months ago

WillMatthews commented 8 months ago

As in title. Doesn't seem to work for some reason?

should be a simple

 match postPattern $ do
   route $ gsubRoute "posts/" (const "") `composeRoutes` setExtension "page"
   compile copyFileCompiler

but this doesn't work