diff --git a/site/.domains b/site/.domains new file mode 100644 index 0000000..3885e1b --- /dev/null +++ b/site/.domains @@ -0,0 +1,2 @@ +dgnum.eu +dev.dgnum.eu diff --git a/ssg/ssg.hs b/ssg/ssg.hs index d679558..25659dc 100644 --- a/ssg/ssg.hs +++ b/ssg/ssg.hs @@ -75,7 +75,7 @@ main = hakyll $ do poles <- extractMeta "poles" -- Static files - match ("vendor/**" .||. "images/**" .||. "documents/**" .||. filePattern) $ do + match ("vendor/**" .||. "images/**" .||. "documents/**" .||. ".domains" .||. filePattern) $ do route idRoute compile copyFileCompiler