module Mock.Blog.Path ( simple ) where import Blog.Path (Path(..)) simple :: Path simple = Path { articlesPath = Just "articles" , pagesPath = Nothing , remarkableConfig = Nothing , root = "/home/test/blog" }