Skip to content

Commit

Permalink
Add CNAME file for GitHub pages
Browse files Browse the repository at this point in the history
Fixes #351
  • Loading branch information
david-christiansen committed Oct 20, 2022
1 parent 8bb58ba commit 2be20f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions message-index/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
errors.haskell.org
4 changes: 4 additions & 0 deletions message-index/site.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ import Text.Pandoc.Definition (Meta (..), MetaValue (..), Pandoc (..))

main :: IO ()
main = hakyll $ do
match "CNAME" $ do
route idRoute
compile copyFileCompiler

match "images/*" $ do
route idRoute
compile copyFileCompiler
Expand Down

0 comments on commit 2be20f4

Please sign in to comment.